AW: Seeking/Looping with uridecodebin without downloading entire media

Bernhard Graaf bernhard.graaf at gmx.de
Sun Jan 3 12:26:37 UTC 2021


Is it possible to share this device (NFS Mount or similar)?

Then you can use filesrc. That’s works for my solution.

 

Bernhard

 

Von: gstreamer-devel <gstreamer-devel-bounces at lists.freedesktop.org> Im Auftrag von Nimi W
Gesendet: Samstag, 2. Januar 2021 22:52
An: gstreamer-devel at lists.freedesktop.org
Betreff: Seeking/Looping with uridecodebin without downloading entire media

 

Hi,

 

I'm trying to setup a video simple pipeline for looping a video. My current pipeline currently is as follows:

 

uridecodebin uri=http://video use-buffering=true ! videoconvert ! appsink

 

And then when the video starts I issue a segmented seek, and again when I get the segment done message. However the first seek commonly fails. I discovered I get the behavior I want if I also set `download=true`. However for my use case, I don't want to download the entire video to the client device (the file is being served over an internal network to a device with limited storage). 

 

Are there any other options to look into? Is it possible to have seeking without downloading the entire video?

 

GStreamer Version: 1.14

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210103/2d7fafe1/attachment.htm>


More information about the gstreamer-devel mailing list