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