<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">then I'm finally testing H264 video in mp4 container:<br>
gst-launch-1.0 -v videotestsrc is-live=true ! clockoverlay<br>
shaded-background=true font-desc="Sans 38" ! x264enc ! mpegtsmux ! queue !<br>
tcpserversink host=127.0.0.1 port=8080<br>
<br>
It does not work. I don't know why, it flows just fine but I can't see any<br>
video on the webpage.<br>
<br></blockquote><div>Just my two cents, but MPEG Transport Stream is not MP4. You should try  mp4mux with the streamable value set to true and I'm not sure about the fragment-duration.</div></div></div></div>