HLS to RTML

vmm2017 vick_kumar at outlook.com
Fri Sep 1 22:51:50 UTC 2017


I am new to GStreamer and trying to take HLS source and stream it to RTMP
(Youtube)

I constructed my pipeline as follows:

gst-launch-1.0 souphttpsrc location=${SOURCE} ! hlsdemux ! queue ! flvmux
streamable=true name=mux ! queue ! rtmpsink location="${DEST} live=true" 

I get error as follows:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstHLSDemux:hlsdemux0: GStreamer
encountered a general stream error.
Additional debug info:
gstadaptivedemux.c(2148): _src_chain ():
/GstPipeline:pipeline0/GstHLSDemux:hlsdemux0:
stream stopped, reason not-negotiated
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...

(gst-launch-1.0:29351): GStreamer-CRITICAL **: gst_mini_object_unref:
assertion 'mini_object != NULL' failed
Freeing pipeline ...

Please help.
Thank in advance.

Vick



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list