SRT Receiver Server in 1.17

Daniel Rossi electroteque at gmail.com
Mon Jul 15 11:47:01 UTC 2019


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.

On the receiver I'm trying

gst-launch-1.0 -v srtserversrc uri="srt://127.0.0.1:8888" ! decodebin ! 
autovideosink

And on the sender side I'm trying

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/"

I get an error like

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstSRTSink:srtsink0: Could 
not write to resource.
Additional debug info:
../ext/srt/gstsrtobject.c(1236): gst_srt_object_send_headers (): 
/GstPipeline:pipeline0/GstSRTSink:srtsink0:
Connection does not exist.
Execution ended after 0:00:03.049069025
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190715/a8cb8489/attachment-0001.html>


More information about the gstreamer-devel mailing list