使用vlc流webm

时间:2014-10-21 12:02:41

标签: stream vlc

我试图使用linux终端接收rtsp流并将其传输到webm

cvlc -I dummy rtsp://192.168.2.169:554/live/ch03_0 --sout "#transcode{vcodec=VP80,vb=500,scale=Auto,width=200,height=100,acodec=vorb,ab=128,channels=2,samplerate=44100}:http{mux=webm,dst=:8081/stream} "

此流是使用vlc的GUI(生成的流输出字符串)

创建的

Vlc回归:

[0x8c5c814] inhibit interface error: Failed to connect to the D-Bus session daemon: /usr/bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.

[0x8c5c814] main interface error: no suitable interface module
[0x8c578ec] main interface error: no suitable interface module
[0x8bbd0d4] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x8c578ec] dummy interface: using the dummy interface module...
[0x8c4eb9c] main access out: creating httpd
[0x8c4d684] stream_out_standard stream out error: no suitable sout mux module for `http/webm://:8081/stream'
[0x8c4d244] main stream output error: stream chain failed for `transcode{vcodec=VP80,vb=500,scale=Auto,width=200,height=100,acodec=vorb,ab=128,channels=2,samplerate=44100}:http{mux=webm,dst=:8081/stream} '
[0x8c639e4] main input error: cannot start stream output instance, aborting

然后我去了here检查如何传输webm但是" webm"无处可寻。

0 个答案:

没有答案