how to determine when RTSP streaming stops

Gareth Alldread gda72 at yahoo.co.uk
Mon Nov 7 10:34:27 UTC 2022


Hi,

Would you mind sharing your pipeline please?

I have had success with this by picking up the following messages:

GST_MESSAGE_ERROR
- I seem to get this when the RTSP server fails to startup at all

GST_MESSAGE_EOS
- I get this if the RTSP stream is working - then stops (network failure or
similar)

GST_MESSAGE_CLOCK_LOST
- I put this in - but as of yet have not seen it when testing




> On Fri, 4 Nov 2022 at 20:04, cfd new via gstreamer-devel <
> gstreamer-devel at lists.freedesktop.org> wrote:
>
>> I created a rtsp pipeline to receive streaming. If the server side stops
>> streaming or network is done, how can the clinet side know this happens. I
>> checked bus message output and there is only tag message. No
>> GST_MESSAGE_ERROR or GST_MESSAGE_EOS messages.
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20221107/64a1f0c7/attachment.htm>


More information about the gstreamer-devel mailing list