mavlink / mavlink-camera-manager

MAVLink Camera Manager Service
MIT License
103 stars 30 forks source link

RTSP streams failing for JPEG and YUYV #363

Closed joaoantoniocardoso closed 4 months ago

joaoantoniocardoso commented 8 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 6 months ago

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

joaoantoniocardoso commented 6 months ago

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

lingaspeakingspider commented 6 months ago

Can QGC display UDP+JPEG? Gonna test rn

lingaspeakingspider commented 6 months ago

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

joaoantoniocardoso commented 6 months ago

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

joaoantoniocardoso commented 4 months ago

Fixed by #426 and #427.