Johnex
(Leader+)
June 30, 2022, 1:14pm
224
As a temporary test i tried to set a gstreamer pipeline like so:
I know this is two years old, but I’ve been trying to stream from my android phone to Mission Planner running on a Windows 10 laptop.
Android side (Samsung Galaxy S9+):
Using “USB Camera” app found on Google Play
For testing purposes, I have a logitech webcam plugged into a OTG adapter (the one supplied with phone)
Started IP camera server in app. Provides a rtsp:// address. In my case rtsp://192.168.1.33:8554/live
The default username is “admin” and the default password is “admin”. I be…
rtspsrc location=rtsp://admin:admin1234@10.5.0.148:8554/live caps=“application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264” latency=100 ! queue ! rtph264depay ! avdec_h264 ! videoconvert ! video/x-raw,format=BGRA ! appsink name=outsink
That pipeline works if i set it on Mission Planner on my laptop that is on the same network as the tablet i’m using, but it doesn’t work directly on the tablet itself.