Seek Implementation HLS

Paul d'AUBIGNY visechelle at gmail.com
Thu Dec 13 23:28:56 PST 2012


Hi Dinesh,

I don't know what kind of GstSeekFlags you use for your seek event but
using GST_SEEK_FLAG_FLUSH in addition to the other flags you migh use,
might solve your problem (see
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-eventsseek.html
).

Cheers,


Paul

2012/12/14 Dinesh Kumar <dineshkpadmanaban at gmail.com>

> Hi,
>
> I am extending the current hls design to have an queue2 in the pipeline
>
> I am trying to acheive this by creating a new bin element, which has
> hlsdemux and queue2. This bin element should be autopluggable.
> Hlsdemux src is linked with queue2 sink and forming a new bin element.
>
> Seek works fine, when there is no queue2 in the pipeline.
>
> The moment i introduced the queue2, when i issue seek to 60s, the first
> frame appears. Then waits for 60s to start the playback.
>
>
> I think, when there is no queue2 all the events pushed in the hls src are
> received properly by decodebin2.
>
> When queue2 is introduced, all the events are consumed by queue2 and it is
> not reaching decodebin2.
>
> Can you please tell me how to transfer the events received by queue2 to
> the decodebin2
>
> Regards
> Dinesh P
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20121214/53a8a56e/attachment.html>


More information about the gstreamer-devel mailing list