now while I got my previsous problem with the logs fixed (thanks for the help) I still search for my playback problem.
I build fine my app under mac using Qt5.6 and vlc 3.0.0 libs, but when I start the playback, ist not playing anything. in the losg I get now I see only:
Code: Select all
VLC media player - 3.0.0-git Vetinari
Copyright © 1996-2016 the VideoLAN team
revision 2.2.0-git-10043-g10a24cf
configured with ../extras/package/macosx/../../../configure '--prefix=/Users/jenkins/workspace/vlc-nightly/vlc-nightly-macOS-contrib/build/vlc_install_dir' '--enable-macosx' '--enable-merge-ffmpeg' '--enable-osx-notifications' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-shout' '--enable-ncurses' '--enable-twolame' '--enable-realrtsp' '--enable-libass' '--enable-macosx-eyetv' '--enable-macosx-qtkit' '--enable-macosx-avfoundation' '--disable-skins2' '--disable-xcb' '--disable-caca' '--disable-pulse' '--disable-sdl' '--disable-vnc' '--with-macosx-version-min=10.7' '--build=x86_64-apple-darwin15' 'build_alias=x86_64-apple-darwin15' 'CC=xcrun clang' 'CFLAGS=' 'LDFLAGS=' 'CXX=xcrun clang++' 'OBJC=xcrun clang'
Creating an input for 'mp4&requiressl=yes&nh=IgpwZjAyLmZyYTE1Kg03Mi4xNC4yMDMuMjMx&signature=64E5C8028CD3211A30B8DA19020D9CF7A31A985D.6A9BC54929A6E91D0C4640145CF5747D17F7B58D&source=youtube&dur=237.958&key=yt6&lmt=1480758578347581&mv=m&initcwndbps=717500&ipbits=0&id=o-APdx6Wpe25CgcyRAx70MNbWzqSyW8XfrvtkhMPDWvGa-&ratebypass=yes&sparams=dur,ei,id,initcwndbps,ip,ipbits,itag,lmt,mime,mm,mn,ms,mv,nh,pl,ratebypass,requiressl,source,upn,expire&ip=87.154.4.64&mn=sn-4g5e6n7k&'
option recursive does not exist
using timeshift granularity of 50 MiB
using default timeshift path
`https://r5---sn-4g5e6n7k.googlevideo.com/videoplayback?upn=59-HT1yLLPk&ms=au&ei=ChhEWMW2BqrOiQbY-YKYDA&pl=15&itag=22&mt=1480857402&expire=1480879210&mm=31&mime=video/mp4&requiressl=yes&nh=IgpwZjAyLmZyYTE1Kg03Mi4xNC4yMDMuMjMx&signature=64E5C8028CD3211A30B8DA19020D9CF7A31A985D.6A9BC54929A6E91D0C4640145CF5747D17F7B58D&source=youtube&dur=237.958&key=yt6&lmt=1480758578347581&mv=m&initcwndbps=717500&ipbits=0&id=o-APdx6Wpe25CgcyRAx70MNbWzqSyW8XfrvtkhMPDWvGa-&ratebypass=yes&sparams=dur,ei,id,initcwndbps,ip,ipbits,itag,lmt,mime,mm,mn,ms,mv,nh,pl,ratebypass,requiressl,source,upn,expire&ip=87.154.4.64&mn=sn-4g5e6n7k&' gives access `https' demux `' path `r5---sn-4g5e6n7k.googlevideo.com/videoplayback?upn=59-HT1yLLPk&ms=au&ei=ChhEWMW2BqrOiQbY-YKYDA&pl=15&itag=22&mt=1480857402&expire=1480879210&mm=31&mime=video/mp4&requiressl=yes&nh=IgpwZjAyLmZyYTE1Kg03Mi4xNC4yMDMuMjMx&signature=64E5C8028CD3211A30B8DA19020D9CF7A31A985D.6A9BC54929A6E91D0C4640145CF5747D17F7B58D&source=youtube&dur=237.958&key=yt6&lmt=1480758578347581&mv=m&initcwndbps=717500&ipbits=0&id=o-APdx6Wpe25CgcyRAx70MNbWzqSyW8XfrvtkhMPDWvGa-&ratebypass=yes&sparams=dur,ei,id,initcwndbps,ip,ipbits,itag,lmt,mime,mm,mn,ms,mv,nh,pl,ratebypass,requiressl,source,upn,expire&ip=87.154.4.64&mn=sn-4g5e6n7k&'
specified demux: any
creating demux: access='https' demux='any' location='r5---sn-4g5e6n7k.googlevideo.com/videoplayback?upn=59-HT1yLLPk&ms=au&ei=ChhEWMW2BqrOiQbY-YKYDA&pl=15&itag=22&mt=1480857402&expire=1480879210&mm=31&mime=video/mp4&requiressl=yes&nh=IgpwZjAyLmZyYTE1Kg03Mi4xNC4yMDMuMjMx&signature=64E5C8028CD3211A30B8DA19020D9CF7A31A985D.6A9BC54929A6E91D0C4640145CF5747D17F7B58D&source=youtube&dur=237.958&key=yt6&lmt=1480758578347581&mv=m&initcwndbps=717500&ipbits=0&id=o-APdx6Wpe25CgcyRAx70MNbWzqSyW8XfrvtkhMPDWvGa-&ratebypass=yes&sparams=dur,ei,id,initcwndbps,ip,ipbits,itag,lmt,mime,mm,mn,ms,mv,nh,pl,ratebypass,requiressl,source,upn,expire&ip=87.154.4.64&mn=sn-4g5e6n7k&' file='(null)'
looking for access_demux module matching "https": 0 candidates
no access_demux modules
...
I use MacOs 10.9.5
when I compile the same source under windows 7 everything works fine
Georg