<div dir="ltr">Please I could really need some assistance with this. I tried replacing the hlssink with a filesink to output a .ts file. This file plays fine in most media players (e.g. Windows Media Player) but does not play in VLC. I have uploaded the file to dropbox if someone would like to take a look at it. <a href="https://dl.dropboxusercontent.com/u/7653942/test.ts">https://dl.dropboxusercontent.com/u/7653942/test.ts</a> <div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><p style="color:rgb(0,0,0);font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:bold"><br></p><p style="color:rgb(0,0,0);font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:bold">Med vänliga hälsningar / Best regards,</p><table border="0" cellpadding="0" width="450" style="font-family:'Times New Roman';table-layout:fixed"><tbody><tr><td align="left" valign="middle" width="90"><p style="margin-right:10px;font-family:Helvetica,Arial,sans-serif;font-size:10px;line-height:12px;margin-bottom:10px"><a href="http://videocent.com/" style="text-decoration:none" target="_blank"><img src="https://6357a9c9510b23fb64c39a67b38752eb40ab220b.googledrive.com/host/0B6zzKUZJgae8UXM3bi1aZTdheXM/Face-round.png" alt="Videocent AB" border="0" height="80" width="80"></a></p></td><td align="left" nowrap width="370"><p style="font-family:Helvetica,Arial,sans-serif;font-size:10px;line-height:12px;color:rgb(33,33,33);margin-bottom:10px"><span style="font-weight:bold;display:inline">Simon Nilsson</span> <span style="display:inline">/</span> <span style="display:inline">Programmer</span> <span style="display:inline"><br></span><a href="mailto:simon.nilsson@videocent.com" style="color:rgb(71,124,204);text-decoration:none;display:inline" target="_blank">simon.nilsson@videocent.com</a><span style="display:inline"> / </span><span style="display:inline">+46761342073</span></p><p style="font-family:Helvetica,Arial,sans-serif;font-size:10px;line-height:12px;margin-bottom:10px"><span style="font-weight:bold;color:rgb(33,33,33);display:inline">Videocent AB</span> <span style="display:inline"><br></span><span></span><span></span><span></span><a href="http://videocent.com/" style="color:rgb(71,124,204);text-decoration:none;display:inline" target="_blank">videocent.com</a></p></td></tr></tbody></table></div></div></div></div></div>
<br><div class="gmail_quote">On Fri, Jan 15, 2016 at 4:02 PM, pzymen [via GStreamer-devel] <span dir="ltr"><<a href="mailto:ml-node+s966125n4675273h9@n4.nabble.com" target="_blank">ml-node+s966125n4675273h9@n4.nabble.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

        An update to my previous post. I have put audio support on hold for now. I was able to get the video to output with the correct fps with the fpsdisplaysink using the following pipeline.
<br><br>appsrc > h264parse > avdec_h264 > fpsdisplaysink 
<br><br>The reason hlssink did not produce any files was an error on my part. The problem I have now is that I don't want to decode the h264 video, I just want to pass it along to mpegtsmux. Like the pipeline below.
<br><br>appsrc > h264parse > mpegtsmux > hlssink
<br><br>When I run a pipeline like above the resulting hls-stream plays the segments very fast and the stream is then stuck waiting for new segments. Its like the timing information is not sent along to the muxer.

        
        
        
        <br>
        <br>
        <hr noshade size="1" color="#cccccc">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://gstreamer-devel.966125.n4.nabble.com/IP-Camera-live-stream-to-HLS-tp4675213p4675273.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/IP-Camera-live-stream-to-HLS-tp4675213p4675273.html</a>
        </div>
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from IP Camera live stream to HLS, <a href="http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4675213&code=c2ltb24ubmlsc3NvbkB2aWRlb2NlbnQuY29tfDQ2NzUyMTN8LTU5ODM4Mzk1NA==" target="_blank">click here</a>.<br>
                <a href="http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_blank">NAML</a>
        </div></blockquote></div><br></div>