As I noted in my last message, you can use the existing RTSP client
mechanism (using "openRTSP" as a model) to
1/ Detect when a stream has ended - using *either* RTCP "BYE* packets
coming from the server, *or* (if the server keeps the stream open,
without sending a "BYE") using the stream durati
On Fri, Oct 17, 2008 at 4:27 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote:
>
>> >> In other words, once I do the above, what else
>> >> do I have to do to clean up in rebuild again in preparation of
>> >> streaming the next file?
>> >
>> > If you want to keep the existingoutput network connections
No, you can't (reliably) use RTCP "BYE" to trigger this, because the
server will not always send a "BYE" when it reaches the stream.
I meant to say, of course:
No, you can't (reliably) use RTCP "BYE"s to trigger this, because the
server will not always send a "BYE" when it reaches the end of
>> In other words, once I do the above, what else
>> do I have to do to clean up in rebuild again in preparation of
>> streaming the next file?
>
> If you want to keep the existingoutput network connections, and continue
> streaming the next file, then you don't need to make *any* changes to th
On Fri, Oct 17, 2008 at 4:38 AM, Ross Finlayson <[EMAIL PROTECTED]> wrote:
>
>> In other words, once I do the above, what else
>> do I have to do to clean up in rebuild again in preparation of
>> streaming the next file?
>
> If you want to keep the existingoutput network connections, and continue