mirror of
https://github.com/koush/scrypted.git
synced 2026-05-04 21:30:30 +01:00
Update rtsp-proxy.ts
This commit is contained in:
@@ -28,7 +28,6 @@ async function main() {
|
||||
|
||||
path: setupTrack.control,
|
||||
onRtp(rtspHeader, rtp) {
|
||||
console.log('got rtsp')
|
||||
server.sendTrack(setupTrack.control, rtp, false);
|
||||
},
|
||||
});
|
||||
@@ -54,4 +53,4 @@ async function main() {
|
||||
console.log(`rtsp://127.0.0.1:${port}`);
|
||||
}
|
||||
|
||||
main();
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user