Re: [Live-devel] Selectively disabling subsessions

2012-02-29 Thread Ross Finlayson
> If I have my live555 rtsp_server running advertising say two streams: > > MyStream0 > MyStream1 > > Would it be possible for me to disable MyStream1 while MyStream0 is actively > being streamed so that the client cannot stream MyStream1 (and vice versa)? > Then upon the termination of MyStream1

[Live-devel] Selectively disabling subsessions

2012-02-29 Thread Umar Qureshey
Hi, If I have my live555 rtsp_server running advertising say two streams: MyStream0 MyStream1 Would it be possible for me to disable MyStream1 while MyStream0 is actively being streamed so that the client cannot stream MyStream1 (and vice versa)? Then upon the termination of MyStream1, MyStream0

[Live-devel] Latest LIVE555 version no longer supports the synchronous RTSPClient interface (by default)

2012-02-29 Thread Ross Finlayson
In the latest version (2012.02.29) of the "LIVE555 Streaming Media" code, the old, synchronous "RTSPClient" interface is no longer supported, by default. If you are still using this old interface, then you should upgrade to the asynchronous interface. (You can use the code for the "testRTSPCli

Re: [Live-devel] RTCP functions when using BasicUDPSource

2012-02-29 Thread Ross Finlayson
> I would like to know what is the best way to get some of the RTCP info when > using UDP in the server side. > > Server side : we are using BasicUDPSource and StreamReplicator to send > replicas towards the client apps. So, is your server's input data RTP/UDP, or raw-UDP? I.e., is your intent

[Live-devel] RTCP functions when using BasicUDPSource

2012-02-29 Thread Ricardo Acosta
On Thu, Jan 12, 2012 at 5:08 AM, Ross Finlayson wrote: > We have implemented a sender and a receiver for MPEG2TS using Livemedia. > > Do 'we' not have our own domain name? :-) > > Now "we" have a domaine :-) ! Hi Ross I would like to know what is the best way to get some of the RTCP info when u