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

设置ffmpeg参数失效例如"rtsp_transport":"tcp" #71

Open shuaiutopia opened 3 years ago

shuaiutopia commented 3 years ago

ffmpeg参数设置只对出口(output)参数有效, 对input参数无效甚至报错

shuaiutopia commented 3 years ago

刚看到已经有了'Adding -rtsp_transport tcp params to ffmpeg'更新, npm是还是旧版本