我是 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