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