Hi
I'm trying to get a video stream to open in its native resolution rather than in a resolution I'd pre-program (which is obviously better to fit with anything the player maybe sent). After fiddling around for a while I found that libvlc_video_set_format_callbacks was the way to go. Unfortunately I'm having some issue that looks like bug #15122 (https://trac.videolan.org/vlc/ticket/15122) as on a full HD RTSP stream, the call back reports height to be 1090.
This happens on latest nightly of 2.2.2
Sebastien