<div dir="ltr">Hi guys,<div><br></div><div>I would like to stream multiple H264 (from Logitech C920s) streams from a Raspberry Pi to a Windows computer using GStreamer. So far, I have been able to stream a single video stream, using the following commands:</div><div><br></div><div>Raspberry Pi Side:<div>gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-h264,width=1280,height=720,framerate=30/1 ! h264parse ! rtph264pay pt=127 config-interval=4 ! udpsink host=192.168.2.7</div><div><br></div><div>Windows Side:</div><div><div style="font-size:12.8000001907349px">C:\gstreamer\1.0\x86_64\bin>gst-launch-1.0 udpsrc ! application/x-rtp, payload=1</div><div style="font-size:12.8000001907349px">27 ! rtph264depay ! avdec_h264 ! fpsdisplaysink sync=false text-overlay=false</div></div><div><br></div><div>However, when I try to stream using a videomixer, it seems that the Raspberry Pi is processing the video somehow (perhaps due to my use of the videoconvert command), and thus I get extremely slow video and gstreamer complains that my computer (the Pi) isn't fast enough. </div><div><br></div><div>Is there a way to accomplish this without first converting the video on the Pi? I tried using a command similar to the one I have provided above, but it said that videomixer could not connect to rtph264pay.</div><div><br></div><div>Any help would be very much appreciated. Thanks in advance!</div><div><br></div>-- <br><div class="gmail_signature">Thanks,<div>Shantanu Gore</div></div>
</div></div>