[Bug 777984] isomp4: initial ftyp/moov streamheader missing

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 31 13:26:08 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777984

--- Comment #1 from Andreas Frisch <gnome-bugzilla at dreambox.guru> ---
with a GST_DEBUG=*:5 of my test pipeline 
gst-launch-1.0 videotestsrc pattern=ball is-live=1 ! timeoverlay !
video/x-raw,framerate=30/1,width=1280,height=720 ! videoconvert ! x264enc
speed-preset=superfast tune=zerolatency key-int-max=1 b-adapt=0
option-string=scenecut=0 ! video/x-h264,profile=main ! mp4dashmux
streamable=true faststart=true fragment-duration=500 ! tcpserversink
host=127.0.0.1 port=9001 sync-method=1

the only occurences of "streamheader" in the debug output are:
0:00:04.225773980 27975 0x55b2d08d6f20 DEBUG        multihandlesink
gstmultihandlesink.c:1042:gst_multi_handle_sink_client_queue_buffer:<tcpserversink0>
[socket 0x55b2d08f9bb0] no previous caps for this client, send streamheader
0:00:04.225785091 27975 0x55b2d08d6ca0 DEBUG               basesink
gstbasesink.c:2005:gst_base_sink_get_sync_times:<tcpserversink0> got times
start: 99:99:99.999999999, stop: 99:99:99.999999999, do_sync 0
0:00:04.225799713 27975 0x55b2d08d6f20 DEBUG        multihandlesink
gstmultihandlesink.c:1103:gst_multi_handle_sink_client_queue_buffer:<tcpserversink0>
[socket 0x55b2d08f9bb0] no new streamheader, so nothing to send

so apparently qtmux doesn't set them at all.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list