Skip to content

Commit

Permalink
Update rtsp-proxy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Mar 16, 2023
1 parent cf9af91 commit 544dfb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/test/rtsp-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async function main() {

path: setupTrack.control,
onRtp(rtspHeader, rtp) {
console.log('got rtsp')
server.sendTrack(setupTrack.control, rtp, false);
},
});
Expand All @@ -54,4 +53,4 @@ async function main() {
console.log(`rtsp://127.0.0.1:${port}`);
}

main();
main();

0 comments on commit 544dfb3

Please sign in to comment.