<div dir="ltr"><div class="gmail_extra">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:</div><div class="gmail_extra"><br></div><div class="gmail_extra">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.</div><div class="gmail_extra">2) Add the event listeners to the video element for error, loadedmetadata and canplay events (seeĀ <a href="https://www.w3.org/2010/05/video/mediaevents.html">https://www.w3.org/2010/05/video/mediaevents.html</a>) to get additional info.</div><div class="gmail_extra"><br></div><div class="gmail_extra">You could also try playing the stream with ffplay or VLC and check their error logs.</div></div>