Hello, I am facing some weird issue while streaming with srt, I am not sure this issues is related gstreamer or srt library, I am using the below pipeline and utilizing the stream in vlc player and it is working only when GST_DEBUG = 5 , in other case I am not seeing any error or warnings.
gst-launch-1.0 --gst-debug=srt*:5 rtspsrc location="rtsp://admin:admin@localhost/live.sdp" short-header=TRUE name=demux demux. ! rtph265depay ! queue ! video/x-h265 ! mpegtsmux name=mux1 ! srtsink uri=srt://:8888 demux. ! queue ! rtpmp4adepay ! aacparse ! mux1. I have tried same in c code , where I created and linked elements of same pipeline but seeing same behavior with that also. Please find more details https://github.com/Haivision/srt/issues/2445 Is there any issue with my pipeline itself or I am missing something here. Any help would be appreciated. Thanks, PoojaRawat Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows