<div dir="ltr"><div>I want to stream video from a pi (camera, but videotestsrc to start)</div><div>to a single android device over wifi.  <br></div><div><br></div><div>I also want to stream over wifi to voctomix video mixer, which is likely via a bridge that decompresses and sends to voctocore.  <br></div><div><br></div><div>In both cases, I get to control what runs on either side of the wifi, and I suspect the pi will be the same, but it doesn't have to be.</div><div><br></div><div>I want as close to 0 latency as possible, even if it means dropping frames, ideally being backfilled by a copy of whatever the previous frame was.</div><div><br></div><div><div>Here is a starting point:</div><div>sender (pi)<br></div><div>gst-launch-1.0 -v videotestsrc ! jpegenc ! rtpjpegpay ! udpsink host=twist port=7001<br></div><div><br></div><div>receiver: (currently my laptop, hope to be an android tablet over wifi)</div><div>gst-launch-1.0 udpsrc port=7001 ! application/x-rtp,encoding-name=JPEG,payload=26 ! rtpjpegdepay ! jpegdec ! autovideosink<br></div></div><div><br></div><div>so.. how do I connect to the sender and display on an android device?</div><div><br></div><div>preferably with a web browser for debugging, and a python app because I like python. <br></div><div><br></div><div><br></div><div><br></div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span>Carl K<br></span></div></div></div></div>