[streaming] Re: sending two streams at the same time to different computers

Benjamin PRACHT bigben+spam at videolan.org
Sat Feb 5 17:36:38 CET 2005


On Fri, Feb 04, 2005, Peterson, Bryan wrote :

> To whom it may concern,
>
>     I am a Computer Engineering student at Seattle University, in the
> United States. My Senior Project consist of working with VideoLan.
> What I am trying to do is send the audio of movie A to one computer
> and the video for movie A to different computer at the same time in
> sync. Right now I am able to send to two different computers but I
> have to use two separate VLC players to accomplish this task. Is there
> a way to do this with only one VLC player?

You should have a look at the "es" sout module. It allows to separate
the different elementary streams of an input stream and to send it to
different destinations. The use of the "duplicate" module alo,g with a
"select=" statement will allow to achieve the same goal (with some more
options), at the cost of a less "straightforward" syntax...

Have a look at this page

http://www.videolan.org/doc/streaming-howto/en/ch03.html

for a complete overview of the syntax.

> Also, I need to implement
> the Video On Demand for movie A on the computer that is receiveing the
> video part of movie A. The person sitting at the computer watching the
> video for movie A needs to be able to use the VOD (pause, stop, play,
> FF, RW) the moive A. IF I could get pointed in the right direction it
> would be of great help to my Team and I.
>
>

Well, first of all, trickplay (FF, RW) hasn't been implemented in
our VOD server yet (this might come one day...). You should be able to
implement what you want using the vod option of vlm. Have a look here :

http://developers.videolan.org/cgi-bin/viewcvs.cgi/trunk/doc/vlm.txt?rev=9402&view=markup

For a small doc about vlm. My only doubt here if is 

setup output "..." will let you use the es or the duplicate stream
output module in the case of a vod program...

>
> Thank You, Bryan Peterson

-- 
BigBen

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the streaming mailing list