23 lines
472 B
JSON
23 lines
472 B
JSON
|
|
{
|
||
|
|
"name": "rtsp-websocket-proxy",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "RTSP to WebSocket proxy server for jsmpeg player",
|
||
|
|
"main": "rtsp-websocket-proxy.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node rtsp-websocket-proxy.js",
|
||
|
|
"start:kerkof": "node rtsp-websocket-proxy.js rtsp://10.60.0.10:8554/cam1 8082"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"rtsp",
|
||
|
|
"websocket",
|
||
|
|
"proxy",
|
||
|
|
"jsmpeg"
|
||
|
|
],
|
||
|
|
"author": "",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"ws": "^8.14.2"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|