Some questions with using funnel and streamiddemux

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Some questions with using funnel and streamiddemux

lian
gst-launch-1.0 funnel name=f ! myplugin ! streamiddemux name=d \ v4l2src device=/dev/video1 name=camera1 ! videoconvert ! "video/x-raw,format=I420" ! theoraenc ! oggmux ! f. \ d. ! queue ! filesink location=camera1.ogg \ v4l2src device=/dev/video2 name=camera2 ! videoconvert ! "video/x-raw,format=I420" ! theoraenc ! oggmux ! f. \ d. ! queue ! filesink location=camera2.ogg How can I ensure that camera1.ogg is always saving the video came from camera1?

Sent from the GStreamer-devel mailing list archive at Nabble.com.

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