Hello!
I've written an IPTV application which uses libVLC to show the video. I have versions for Windows, Linux and Mac. Unfortunately for Mac the last version really working was 2.0.1. While 2.0.x versions until 2.0.8 die as soon as video starts to play, version 2.1.5 displays the video as needed, but changing the aspect- or crop ratio doesn't work (also this worked in 2.0.1). In log I see following output when changing aspect / crop:
[0x10bab5b80] main vout display error: Failed to change source crop TODO implement crop at core
[0x10bab5b80] main vout display error: Failed to change source crop TODO implement crop at core
[0x10bab5b80] main vout display error: Failed to change source crop TODO implement crop at core
[0x10bab5b80] main vout display error: Failed to change source AR
On Windows and Linux all is well.
I'm using Qt 4.8.5.
Is there a way to get aspect ratio / crop geometry also changed on Mac using the newest libVLC?
Thanks in advance!
Best regards,
Jörg