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

mahesh argade mahesh_argade at yahoo.com
Mon Feb 7 06:55:05 CET 2005


--- Benjamin PRACHT <bigben+spam at videolan.org> wrote:

> 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
> 
> 
hi bryan 
 This is mahesh from pune university ,we r also doing
a similar kinda project on linux platform
If u r using linux platform ,then u can use the fork
system call to invoke separate client process for each

client .Rest will be handled automatically
For particular client to whom u want to send audio u
can keep any fixed kind of id or something like that
But Bryan can u help me in this
we need to compress the video on server m/c before
we can send it to client 
do u know something about compression and
decompression
for raw rgb video on linux m/c, any codec or something
like that .If you know  pls inform me
 Thank u
           mahesh

 


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

-- 
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