how to determine when RTSP streaming stops

cfd new newcfd at yahoo.com
Mon Nov 7 14:30:24 UTC 2022


 
Thanks for your replay Gareth. I am using playbin to display streaming. None of those messages comes out when rtsp streaming on the server stops.
   Joe
    On Monday, November 7, 2022, 06:51:52 a.m. EST, Gareth Alldread via gstreamer-devel <gstreamer-devel at lists.freedesktop.org> wrote:  
 
 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. NoGST_MESSAGE_ERROR or GST_MESSAGE_EOS messages.
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20221107/8107f979/attachment.htm>


More information about the gstreamer-devel mailing list