[gst-devel] Changing filesink 'location' property on the fly?
Antoine Pitrou
antoine.pitrou at wengo.fr
Fri Dec 15 11:27:24 CET 2006
Le jeudi 14 décembre 2006 à 12:57 -0600, John Stritch a écrit :
> Bearing in mind that I want to minimize the amount of potential lost
> input from the 'live' source, what is the correct procedure to
> dynamically change output files?
Have you tried using fdsink ?
Either it supports dynamically changing the file descriptor, or you can
use it to send the output to a pipe and writing your own file saving at
the other end of the pipe.
More information about the gstreamer-devel
mailing list