我很困惑,下面的命令不起作用,它只是打开视频,如果我手动使用GUI流它流完美,
我对其他流使用了相同的代码,但出于某种原因,无论它是否正常工作,它都是成功或失败的
vlc http://192.168.1.213:8866/live?channel=3&client=1 --转码{vcodec=h264,vb=800,scale=Auto}:http{mux=ffmpeg{mux=flv},dst=:8080/} :sour-keep
我也尝试了vlc -vvv http://192.168.1.213:8866/live?channel=3&client=1 --转码{vcodec=h264,vb=800,scale=Auto}:http{mux=ffmpeg{mux=flv},dst=:8080/} :sour-keep
并尝试
--sout=#转码{vcodec=h264,vb=700,vfilter=deinterlace,fps=25,scale=Auto,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ts,dst=:8080/} :sout-keep
有没有人能解释一下为什么命中或错过了不同链接的命令,以及我所犯的任何错误
发布于 2016-06-10 02:15:12
我会试着这样做:
--sout“#转码{vcodec=h264,vb=700,vfilter=deinterlace,fps=25,scale=Auto,acodec=mpga,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=:8080/}"
https://stackoverflow.com/questions/35834617
复制相似问题