HLS demux with fMP4
Ciro Ferreira
agus.f.c.98 at hotmail.com
Wed Jul 22 21:42:47 UTC 2020
Have you encountered a nice way of demuxing fmp4 with hlsdemux pad? Im
working on a proyect trying to repacketize an HLS/fmp4 signal to MPEG2-TS,
but having some issues trying to do it via command line running this script:
gst-launch-1.0 souphttpsrc automatic-redirect=true
location=http://bitmovin-a.akamaihd.net/content/dataset/multi-codec/hevc/stream_fmp4.m3u8
! hlsdemux ! qtdemux name=demux \
mpegtsmux name=mux ! filesink location=capture.ts \
demux.audio_0 ! queue ! mux. \
demux.video_0 ! queue ! mux.
and getting the following error:
ERROR: from element /GstPipeline:pipeline0/GstHLSDemux:hlsdemux0: Could not
determine type of stream
I'll be very gratefull if you have any leads on how to do it.
Thank you in advance!
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list