Mission Planner Android

As a temporary test i tried to set a gstreamer pipeline like so:

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. :sob: