Streaming a file to multiple destinations

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
rukelly
New Cone
New Cone
Posts: 1
Joined: 22 Nov 2007 23:15

Streaming a file to multiple destinations

Postby rukelly » 22 Nov 2007 23:21

Hi,

I have searched the forum but could not find the answer. I want to stream a local file to multiple destinations - but it doesn't seeem to work - I am trying the following:

vlc -vvv YosemiteWonders.mpg -sout udp:192.168.1.1 --loop - -ttl 1 (this works)

the following DOES NOT)

vlc -vvv YosemiteWonders.mpg --sout ’duplicate{dst=display,dst=standard {access=udp,mux=ts,dst=192.168.1.12},dst=standard{access=udp,mux=ts,dst=192.168.1.42}}’ --loop

Can someone please help with the syntax -

Thanks
RK

Teta
Blank Cone
Blank Cone
Posts: 34
Joined: 24 Apr 2007 11:35
VLC version: 0.8.6c
Operating System: Windows

Re: Streaming a file to multiple destinations

Postby Teta » 04 Dec 2007 16:11

It looks as if you are streaming on the same network. Why not use multicast? It will reduce the traffic on your network and it scales infinitely (theoretically).

vlc -vvv YosemiteWonders.mpg -sout udp:239.255.255.1 --loop - -ttl 1

Let all your clients point to udp:@239.255.255.1 to playback the video. So if you want one more client, you won't have to change your server, just add a client.

If you want to stream more than one video, just add another VLC instance on your server and let it stream to another multicast address. Then let you clients point to that address.

Teta
I break for giant cyber-hamsters.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 39 guests