Created
June 29, 2020 22:12
-
-
Save leewardbound/d985980b2c7cbd9f1358ed08d9712634 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GST_DEBUG=3 gst-launch-1.0 filesrc location=/home/linked/movie.mov ! decodebin name=d ! queue ! videoconvert ! video/x-raw,format=I420 ! x264enc speed-preset=ultrafast tune=zerolatency key-int-max=20 ! flvmux name=flvmux ! rtmpsink location=rtmp://localhost:1935/publish/foobar d. ! queue ! audiorate ! audio/x-raw,channels=1 ! alawenc ! flvmux. | |
Setting pipeline to PAUSED ... | |
0:00:00.017335589 2015504 0x558df6d5fa30 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete:<filesrc0> pad not activated yet | |
Pipeline is PREROLLING ... | |
0:00:00.020963675 2015504 0x558df6d67f00 WARN qtdemux qtdemux_types.c:239:qtdemux_type_get: unknown QuickTime node type chan | |
0:00:00.020984242 2015504 0x558df6d67f00 WARN qtdemux qtdemux.c:7790:qtdemux_parse_container:<qtdemux0> length too long (873924 > 17) | |
0:00:00.021007619 2015504 0x558df6d67f00 WARN qtdemux qtdemux.c:3237:qtdemux_parse_trex:<qtdemux0> failed to find fragment defaults for stream 1 | |
0:00:00.021054080 2015504 0x558df6d67f00 WARN qtdemux qtdemux.c:3237:qtdemux_parse_trex:<qtdemux0> failed to find fragment defaults for stream 2 | |
Redistribute latency... | |
0:00:00.066076558 2015504 0x7fc90c078060 WARN default grammar.y:506:gst_parse_no_more_pads:<d> warning: Delayed linking failed. | |
0:00:00.066165761 2015504 0x7fc90c078060 WARN default grammar.y:506:gst_parse_no_more_pads:<d> warning: failed delayed linking some pad of GstDecodeBin named d to some pad of GstQueue named queue1 | |
WARNING: from element /GstPipeline:pipeline0/GstDecodeBin:d: Delayed linking failed. | |
Additional debug info: | |
./grammar.y(506): gst_parse_no_more_pads (): /GstPipeline:pipeline0/GstDecodeBin:d: | |
failed delayed linking some pad of GstDecodeBin named d to some pad of GstQueue named queue1 | |
Redistribute latency... | |
Redistribute latency... | |
0:00:00.090333946 2015504 0x7fc90c078240 WARN libav gstavauddec.c:628:gst_ffmpegauddec_drain:<avdec_aac0> send packet failed, could not drain decoder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment