Page 1 of 1
Remote start streaming on several clients
Posted: 24 Feb 2005 22:40
by torbenjuhl
Is it possible to start play back of a stream on several clients. i need to start the clients from a remote pc?
Posted: 25 Feb 2005 16:29
by xtophe
Yes. Depending the streaming protocol it take 1 time the bandwith (multicast) or n time the bandwith (http,...).
To start your vlc remotly, you can use :
- vnc ou ssh
- the http interface of vlc
remote control
Posted: 25 Feb 2005 17:12
by torbenjuhl
I need to start and stop play back on 21 clients from a multicast server
They need to be started with one command and not induvidually.
Posted: 25 Feb 2005 17:23
by xtophe
Then, i guess you can write some script to do that.
If you want all your clients to start at the very same time you can have a look at network syncronisation
Network synchronisation
--netsync-master, --no-netsync-master
Act as master for network synchronisation
(default disabled)
--netsync-master-ip <string>
Master client ip address
http://wiki.videolan.org/index.php/VLC_ ... -line_help
hth,
Posted: 26 Feb 2005 09:26
by torbenjuhl
I can see that there is a possebilety to set vlc up as master in the interface/netsync options, and it works, but i can only start play ant stop.
I would like to control fullscren and if the video is in the forground,
can i enable these controls or is it possibel to set up a client as master,
i have only got it working on the streaming server (vlc) not (vls).