<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>I have successfully got a temporary gstreamer install on my Debian. However I am unable to get a push publish test working. A server / client test is working. <br /><br />On the receiver I'm trying<br /><br />gst-launch-1.0 -v srtserversrc uri="srt://127.0.0.1:8888" ! decodebin ! autovideosink<br /><br />And on the sender side I'm trying<br /><br />gst-launch-1.0 videotestsrc ! video/x-raw, height=360, width=640 ! videoconvert ! x264enc tune=zerolatency ! video/x-h264, profile=high ! mpegtsmux ! srtclientsink uri="srt://ip:8888/"<br /><br />I get an error like<br /><br />Setting pipeline to PAUSED ...<div>Pipeline is PREROLLING ...</div><div>Redistribute latency...</div><div>Pipeline is PREROLLED ...</div><div>Setting pipeline to PLAYING ...</div><div>New clock: GstSystemClock</div><div>ERROR: from element /GstPipeline:pipeline0/GstSRTSink:srtsink0: Could not write to resource.</div><div>Additional debug info:</div><div>../ext/srt/gstsrtobject.c(1236): gst_srt_object_send_headers (): /GstPipeline:pipeline0/GstSRTSink:srtsink0:</div><div>Connection does not exist.</div><div>Execution ended after 0:00:03.049069025</div><div>Setting pipeline to PAUSED ...</div><div>Setting pipeline to READY ...</div><div>Setting pipeline to NULL ...</div><div>Freeing pipeline ...</div></body></html>