mirror of
https://github.com/koush/scrypted.git
synced 2026-05-05 13:50:27 +01:00
* initial commit * Cleanup * Rename * Cleanup * cleanup * Save work * save work * save work * save work * cleanup package.json * Use a testcall n startup to get the SDP and use it later. * Audio via gstreamer * Working with gstreamer mpegtsmux for audio with audiomixer * Make sure that we wait fro the SIP OK after SIP BYE * Cleanup * Cleanup and remove motion sensor * SIP plugin does not support snapshots. * Working version without gstreamer. * Force usage of TCP transport for RTSP video stream * Add H264 infos * Implement settings * Cleanup * Save work * Add SIP settings to UI. Clean up.
19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"name": "@scrypted/types",
|
|
"version": "0.2.19",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "rimraf dist gen && typedoc && ts-node ./src/build.ts && tsc && sudo npm link"
|
|
},
|
|
"devDependencies": {
|
|
"@types/rimraf": "^3.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"types": "dist/index.d.ts"
|
|
}
|