Stream Synchronized Webcams

Eric-Stone somedude114 at gmail.com
Sat Nov 12 20:57:39 UTC 2016


Thanks for the help everyone. This is a really wonderful community.
For posterity, here is the streaming script I ended up using:

gst-launch-1.0 v4l2src device=/dev/video0 \
    image/jpeg, width=$WIDTH, height=$HEIGHT, framerate=$FPS/1 ! \
    jpegparse ! jpegdec ! \
    queue ! \
    compositor name=comp sink_0::xpos=$WIDTH ! \
    queue ! omxh264enc low-latency=1 bitrate=4000000 control-rate=2 ! \
    h264parse ! video/x-h264, profile=high ! \
    flvmux name=mux ! queue ! rtmpsink location=rtmp://my-origin-url \
    device=/dev/video1 ! \
    image/jpeg, width=$WIDTH, height=$HEIGHT, framerate=$FPS/1 ! \
    jpegparse ! jpegdec ! \
    queue ! \
    comp. \
    autoaudiosrc ! \
    audio/x-raw ! \
    audioconvert ! avenc_aac ! aacparse ! \
    mux.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Stream-Synchronized-Webcams-tp4680531p4680657.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list