What filter can I use to add a video buffer/latency

Stefan Kost ensonic at hora-obscura.de
Sun Feb 26 11:58:56 PST 2012


Am 23.02.2012 09:03, schrieb art vanderhoff:
> thank you Stefan,
> 
> min-time worked very well when I set the time on initialization.
> As I am a php guy, can you suggest the best way to interface with the c.
> application on a remote machine so I can change this VAR dynamically. I
> don't have GUI access so would need something like sockets or is there a
> telnet interface like VLC available? 

gstreaner is a library. gst-launch has no means to change things dynamically.
You will need to write an application. In the simplest way it can call
gst_parse_launch to build the pipeline, you can then look up elements by name to
grab the queue (use ... ! queue name="xxx" ! ... and then look it up by "xxx").
You will need to come up with your own way to modify this from the remote machine.

Stefan

> 
> many thx
> Art
> 
> 
> 
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/What-filter-can-I-use-to-add-a-video-buffer-latency-tp4386665p4413100.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list