dynamic element switching in running pipe

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

dynamic element switching in running pipe

freddy
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: dynamic element switching in running pipe

freddy
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: dynamic element switching in running pipe

Jeroen Roeper
Did you had a look at input-selector?

I attached a little python example I found on the internet that I
adjusted to my needs. Its using live sources from udpsrc. But I guess
you can use whatever you want.

Hope this helps,

Jeroen
On Mon, 2011-11-28 at 01:05 -0800, freddy wrote:

> forgot to state that I only need one chain to run at any given time, if that
> makes it easier.
> Freddy
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/dynamic-element-switching-in-running-pipe-tp4114542p4114579.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

switch.py (6K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: dynamic element switching in running pipe

Deepika
Hi,

I found this example for using tee element very useful:
http://delog.wordpress.com/2011/06/06/gstreamer-pipeline-with-tee/

Hope it helps!!

-Deepika
On 11/28/2011 05:42 PM, Jeroen Roeper wrote:
Did you had a look at input-selector?

I attached a little python example I found on the internet that I
adjusted to my needs. Its using live sources from udpsrc. But I guess
you can use whatever you want.

Hope this helps,

Jeroen
On Mon, 2011-11-28 at 01:05 -0800, freddy wrote:
forgot to state that I only need one chain to run at any given time, if that
makes it easier.
Freddy

--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/dynamic-element-switching-in-running-pipe-tp4114542p4114579.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

      

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: dynamic element switching in running pipe

freddy
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: dynamic element switching in running pipe

Deepika
Freddy,

 From my limited understanding,Queues will be needed when you need to
spawn a different thread, mostly for elements that are process
intensive. The only way to know is to try it out!! All the best :)

- Deepika

On 11/28/2011 09:11 PM, freddy wrote:

> thanks deepika. i'll try it out. btw, do you know if queues are must to use
> in the example with the tee element? asking just because i have a custom
> source element which doesn't work well with queues(probably wrong
> timestamping issues).
>
> and jeroen, thx for your response, but i need the opposite of
> input-selector. after looking at your post, i found the output-selector
> element, which seems to do what i need, but i had no luck with it. it works
> slightly different from input-selector(not event-driven), so i had a tough
> time using the example you gave.
> thanks anyway though.
>
> can still use help :-) , Freddy
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/dynamic-element-switching-in-running-pipe-tp4114542p4115131.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: dynamic element switching in running pipe

freddy
CONTENTS DELETED
The author has deleted this message.