Hi 
I try to use this command: 
cvlc http://liveserver:1881/vgabroadcaster_video.flv --sout 
'#rtp{sdp=rtsp://192.168.128.13:5554/live.sdp,name=live,ttl=127}' --rtsp-host 
'192.168.128.13:5554'        
and it shows that :          
VLC media player 1.1.4 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x8d9530] inhibit interface error: Failed to connect to the D-Bus session 
daemon: /bin/dbus-launch terminated abnormally with the following error: 
Autolaunch error: X11 initialization failed.

[0x8d9530] main interface error: no suitable interface module
[0x8d8cc0] main interface error: no suitable interface module
[0x7d5120] main libvlc error: interface "globalhotkeys,none" initialization 
failed
[0x8d8cc0] dummy interface: using the dummy interface module...
[0x8e5f00] main stream out: creating httpd
Blocked: call to setenv("_PX_CONFIG_ORDER", "", 1)


[flv @ 0x1515b70]Estimating duration from bitrate, this may be inaccurate


Is there anything wrong?

and I type rtsp://192.168.128.13:5554/live.sdp in vlc to view the live 
broadcasting, and I get nothing.
2012-05-17



ZENG SHAN
Tel,861088236837
E-mail,[email protected]
Computing Center
Institute of High Energy Physics,CAS




发件人:Olav Bringedal
发送时间:2012-05-16 18:09
主题:Re: [Matterhorn-users]回复: Re: MCD load problem
收件人:"zengshan"<[email protected]>,"matterhorn-users"<[email protected]>
抄送:

On 2012-05-16 04:05, zengshan wrote: 
>  >>You can easily use vlc (or similar) as a frontend to repeat the streams 
> to more than one user. 
> how did you do that? 

Hi 

try something like this in a shell: 

  cvlc stream_address --sout  
'#rtp{sdp=rtsp://localhost:5554/live.sdp,name=live,ttl=127}' --rtsp-host  
0.0.0.0:5554 

you can then access the stream by for example: 

  rtsp://localhost:5554/live.sdp 

Can probably be done even more elegant, but this worked for me. 

--  

Olav Bringedal 

Seksjon for integrasjon og applikasjonsutvikling 
IT-Avdelingen UIB 
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to