Versions: Qt 4.8, MacOS 10.6.9, VLC 2.1.15
I made a small player for mac what plays some YouTube files. this player is not using the YouTube lua file but getting the url by him self. This worked fine for more than a year but now YouTube changed to https urls and my app is not longer working.
in the log I get now always the following error:
Code: Select all
[0x125929aa0] main tls client error: corrupt module: /Applications/Trilithon-1.999859d/ManePlayer.app/Contents/MacOS/lib/../plugins/libgnutls_plugin.dylib
[0x125929aa0] main tls client error: TLS client plugin not available
[0x12271b580] main input error: open of `https://r8---sn-a5m7lnez.googlevideo.com/videoplayback?id=o-AHr8jWixXTzI1yb9kvbcbKUUfdZ2yIQA-H1EadvkIvPf&upn=XKrqxOAQaOo&mt=1408554236&mv=m&itag=22&initcwndbps=1852000&expire=1408575904&sver=3&source=youtube&mm=31&requiressl=yes&ms=au&ip=98.182.22.121&key=yt5&ipbits=0&ratebypass=yes&signature=934F8F353F1D15B48A4B42DF1A78B3B41D1841AC.F45718D0C76255C7CD1E558146A630E223C53016&sparams=id%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=902408%2C927622%2C927883%2C931983%2C934024%2C934030%2C946023%2C951901&mws=yes&signature=' failed
[0x12271b580] main input error: Your input can't be opened
[0x12271b580] main input error: VLC is unable to open the MRL 'https://r8---sn-a5m7lnez.googlevideo.com/videoplayback?id=o-AHr8jWixXTzI1yb9kvbcbKUUfdZ2yIQA-H1EadvkIvPf&upn=XKrqxOAQaOo&mt=1408554236&mv=m&itag=22&initcwndbps=1852000&expire=1408575904&sver=3&source=youtube&mm=31&requiressl=yes&ms=au&ip=98.182.22.121&key=yt5&ipbits=0&ratebypass=yes&signature=934F8F353F1D15B48A4B42DF1A78B3B41D1841AC.F45718D0C76255C7CD1E558146A630E223C53016&sparams=id%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&fexp=902408%2C927622%2C927883%2C931983%2C934024%2C934030%2C946023%2C951901&mws=yes&signature='. Check the log for details.
Is it perhaps generally not possible to play with MacOSX < 10.7 a youtube https stream, or do I have to implement something special here
with regards
Alex