srtsink seems to randomly crash pipeline

James via gstreamer-devel <[email protected]> Thu, 15 Aug 2024 02:32:06 -0400
Newsgroups gmane.comp.video.gstreamer.devel
Message-ID <[email protected]>
Hello -

 

I'm running a simple pipeline with an srtsrc input (listener mode) and
srtsink output (caller mode, sending to AWS MediaConnect), with GStreamer
v1.24.6 on Windows x64.  

 

If I change the pipeline to output with udpsink, the pipeline is reliable,
however with srtsink it sometimes works for a minute, or even a half hour,
but always crashes eventually.

 

I'm using gst-launch-1.0.exe, and not seeing any errors on the command line;
I've enabled various levels of debugging via --gst-debug without success
finding the issue. 

 

Windows EventViewer shows gst-launch-1.0.exe crashing, but without any
explanation that I can find. 



I'm not sure how to proceed further - any help would be very welcome!

 

- James