stephendade / Rpanion-server

Web-based configurator for companion computers of MAVLink vehicles
https://www.docs.rpanion.com/software/rpanion-server
GNU General Public License v3.0
146 stars 62 forks source link

No video feed thru UDP with RTP #175

Closed ltrzcinski closed 1 month ago

ltrzcinski commented 1 year ago

There is no video feed thru UDP via RTP, tried different bitrate/resolution options but no success.

(RTSP works very good)

UDP error

bbc25185 commented 1 year ago

I see Destination IP 127.0.0.1 You need to change the IP address from 127.0.0.1 (its the IP of LocalHost) to the IP of the machine where QGC run.

lida2003 commented 10 months ago

You need to change the IP address from 127.0.0.1 (its the IP of LocalHost) to the IP of the machine where QGC run.

I think it's Feature Request: send VIDEO_STREAM_INFO mavlink messages to GCS #169 .

--- EDIT 24/2/15

@ltrzcinski How about this RTP feature? Currently, I have tested RTP's latency is much better than RTSP. So is it possible to implement this?

Ref: 720P@20FPS latency is obviously there, any idea? #204

--- EDIT, add RTP multi cast support request

Feature Request: Multicast RTP support #216