In IOS use MobileVLCKit to streaming(h264 baseline, aac, m3u8), the only sound no picture of the phenomenon, but the use of VLC (version 2.6.6) play the link can play out
Test procedure:
1, sampleplayback example, embedded in own compiled MobileVLCKit.framework, only the sound is not the picture
2, sampleplayback example, the embedded nightlies compiler MobileVLCKit.framework (Nightly Build of VLC), only the sound no picture
3, playback sample example, the static link to compile their own libMobileVLCKit.a, only sound no picture, i add the video file to the workspace resource, it's only sound and no picture.
4, sampleplayback example, the use of other people to compile the libMobileVLCKit.a (VLC 2.1-stable), normal play
5, using IPhone VLC Player (version 2.6.6) to play video link, can play a normal
my Xcode version is 7.1, SDK version is 9.1,and TestPhone is IPhone5, version 9.1
video ts file link: http://pan.baidu.com/s/1hq6RT7Q
There is also a question of how to open the debug mobilevlckit log print output in Xcode or build param?