<html><head>

<style id="css_styles">
blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
li[style='text-align: center;'], li[style='text-align: right;'] {  list-style-position: inside;}
body { font-family: Segoe UI; font-size: 12pt;   }
</style>
</head>
<body>For some reason when sending SRT via Wowza. I am unable to detect an EOS, to change states and setup  the source again. If I stop sending, and start again, the pipeline hangs, and eventually I'll  get internal SRT buffer errors.<br /><br />If I send via gstreamer and force to close the pipeline I get an EOS event.  With UDP, it  resumes without any EOS event.<br /><br />gst-launch-1.0 videotestsrc ! video/x-raw, height=360, width=640 ! videoconvert ! x264enc tune=zerolatency ! video/x-h264, profile=high ! mpegtsmux ! srtsink uri="srt://192.168.4.55:8888"<br /><br />My play pipeline is simply<br /><br />gst-launch-1.0 -v playbin uri=srt://:8888<br /><br />Is there no way to capture a change ? I am using python for this.</body></html>