mavlink / mavlink-camera-manager

MAVLink Camera Manager Service
MIT License
88 stars 29 forks source link

RTSP streams failing for JPEG and YUYV #363

Closed joaoantoniocardoso closed 1 month ago

joaoantoniocardoso commented 5 months ago

From our manual testing of the current master (2b1dc02dd4152af3597550f916b89cf24871e1cb):

RTSP streams for JPEG/YUYV are behaving inconsistently both for v4l and testsrc, and sometimes die immediately or after a couple of seconds, entering some locked state

lingaspeakingspider commented 3 months ago

Facing the same problem here. What video streaming method works for now?

joaoantoniocardoso commented 3 months ago

Facing the same problem here. What video streaming method works for now?

lingaspeakingspider commented 3 months ago

Can QGC display UDP+JPEG? Gonna test rn

lingaspeakingspider commented 3 months ago

Nope, QGC doesn't show any video output. Only the record button

joaoantoniocardoso commented 3 months ago

UDP+JPEG seems to be only working when receiving with MPV or VLC when using the SDP file.

joaoantoniocardoso commented 1 month ago

Fixed by #426 and #427.