VLC VLM如何通过HTTP流式传输视频点播(VOD)

时间:2016-03-22 20:39:35

标签: vlc http-streaming video-on-demand

我是VLC的初学者,我正在尝试将VOD视频从桌面流式传输到笔记本电脑。服务器正在运行ubuntu 14.04,RTSP运行良好。但是,当我尝试使用HTTP时它不起作用(我必须使用VOD而不是广播)。下面是我使用的代码,配置文件和我得到的错误。请帮助我,我坚持了一段时间!非常感谢!

命令:

vlc -vvv --color -I telnet --telnet-password 1234 --http-host 172.25.1.234 --http-port 8080

配置文件:

# VLC media player VLM command batch
# http://www.videolan.org/vlc/
new test vod enabled
setup test input "file:///home/student/Desktop/123.mp4"
setup test output #http{mux=ffmpeg{mux=flv},dst=:8080/}
setup test option file-caching=300

然后由telnet成功加载。但是,输出是 enter image description here

0 个答案:

没有答案
相关问题