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/_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel