H264 to streamable mp4

RÅ«dolfs Bundulis rudolfs.bundulis at gmail.com
Tue Apr 26 16:20:21 UTC 2016


Again, I have no experience with GStreamer, only with MP4 and HTML5 video
as such. If there is still no video then there are following solutions:

1) If you have Chrome, it has a nice internal tab chrome://media-internals/
which contains all the information about all of the created media
pipelines. You can open that after you have launched your player and see in
what state it is and what errors it has reported.
2) Add the event listeners to the video element for error, loadedmetadata
and canplay events (see https://www.w3.org/2010/05/video/mediaevents.html)
to get additional info.

You could also try playing the stream with ffplay or VLC and check their
error logs.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160426/416354b6/attachment-0001.html>


More information about the gstreamer-devel mailing list