[Bug 777984] isomp4: initial ftyp/moov streamheader missing
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Feb 9 14:28:47 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777984
--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
With fragmented MP4 you can make it work with tcpserversink if:
a) only the fragment start is marked as keyframe (start of moof)
b) the streamheaders contain the general headers (moov)
c) tcpserversink always sends streamheaders to a new client and then starts
from the last (or next) keyframe (i.e. fragment, start of moof)
AFAIU that's what Andreas is trying to do here. That's not too different from
how DASH works, there you also have the moov separately (or at the very
beginning of the first fragment) and then each segment is moof+mdat
--
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