kyriesent / node-rtsp-stream

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.
MIT License
451 stars 166 forks source link

Adding -rtsp_transport tcp params to ffmpeg #54

Closed labmorales closed 4 years ago

labmorales commented 4 years ago

Fixes #53 . Only managed to get it working with ffmpeg 3.3.5 with this modification. Not sure if this change is incompatible with different versions.

kyriesent commented 4 years ago

Thanks for submitting this! Looks good. I'll go ahead and merge.