[Bug 744111] record two stream simultaneously in one container

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 18 12:54:24 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=744111

--- Comment #4 from briner <briner at infomaniak.ch> ---
hello,

I've tried what you told me: use two streams to see if it flows well. It does
work perfectly.

I've tested the following pipes:

gst-launch-1.0 \
  v4l2src device=/dev/video1 \
    ! queue \
    ! videoconvert \
    ! timeoverlay \
    ! videoconvert \
    ! autovideosink \
  v4l2src device=/dev/video2 \
    ! queue \
    ! videoconvert \
    ! timeoverlay \
    ! videoconvert \
    ! autovideosink

and as said, it works.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list