Re: [Live-devel] cant get live to load on my linux redhat at all down to last file to load"make" and wont go

2008-02-23 Thread Nicolas Renard
Just try: ./genMakefiles linux 2008/2/23, cody bedford <[EMAIL PROTECTED]>: > > ok i have a linux box redhat running a video and music share and i was > getting major configure.log said over and over to get latest version of > livemedia.hh and that it couldnt find this file anywhere over and over

[Live-devel] change source in a relay

2008-02-08 Thread Nicolas Renard
Hi all. I have a relay which take a live source (MP4V-ES) as FramedSource and transmit it to a multicast address. I would like to change the source on the flight on an external event (for instance a timer) without breaking the client side session. Anybody has a hint? regards Nicolas Renard

Re: [Live-devel] is it possible to stream one file to several IP addresses?

2008-02-08 Thread Nicolas Renard
I find a simpler way to do this by adding several multicast address to the group sock by using the addDestination method before the creation of the RTPsink. Nicolas Renard 2008/2/7, Ross Finlayson <[EMAIL PROTECTED]>: > > > indeed I need several multicast streams from one sou

[Live-devel] multicast and duplication

2008-01-30 Thread Nicolas Renard
first client has the source i on the address j and a second client wants the source i+1 (for instance) on the same address j. The ideal behavior is to stop the source i to let the two clients watch the source i+1. Can anybody give me some advice to solve these issues? Thank you all for your time. Ni