Update rtsp-proxy.ts

This commit is contained in:
Koushik Dutta
2023-03-16 10:40:19 -07:00
committed by GitHub
parent cf9af910be
commit 544dfb3b24

View File

@@ -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();