Seek not working due to tee, but works on windows

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Seek not working due to tee, but works on windows

Baby Octopus
Administrator
Hi,

I'm trying to do seek from application on the following pipeline
filsrc ! tee ! queue ! qtdemux ! h264parse ! ....
This doesn't work, since tee stops qtdemux from working in pull mode. This is seen on Centos

However, the same pipeline with navseek, works perfectly on windows
filsrc ! tee ! queue ! qtdemux ! navseek ! h264parse ! ....
Is there any explanation for this inconsistent behavior?

~BO
Reply | Threaded
Open this post in threaded view
|

Re: Seek not working due to tee, but works on windows

Nicolas Dufresne-5
Le samedi 18 février 2017 à 02:48 -0800, Baby Octopus a écrit :

> Hi,
>
> I'm trying to do seek from application on the following pipeline
> *filsrc ! tee ! queue ! qtdemux ! h264parse ! ....*
> This doesn't work, since tee stops qtdemux from working in pull mode.
> This
> is seen on Centos
>
> However, the same pipeline with navseek, works perfectly on windows
> *filsrc ! tee ! queue ! qtdemux ! navseek ! h264parse ! ....*
> Is there any explanation for this inconsistent behavior?
The explanation is most likely that you are running an older version of
GStreamer on Centos, which had a bug that have been fixed.

regards,
Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (188 bytes) Download Attachment