[Bug 777984] isomp4: initial ftyp/moov streamheader missing
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Feb 9 12:02:03 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777984
--- Comment #5 from Andoni Morales <ylatuya at gmail.com> ---
You can't stream the output of mp4dashmux to a client through tcpserversink,
that won't be DASH, just a fragmented MP4 stream. For that you need dashsink,
that takes several streams and create DASH content (the MPD and files/segments
for each stream) that a web client can consume as DASH.
So the correct way would be to use dashsink to produce the DASH content and
write it to the filesystem and use a regular HTTP server to serve the content
exposed in the MPD to the client.
--
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