Page 1 of 1

Use MobileVLCKit to streaming ,only sound no picture

Posted: 17 Nov 2015 06:40
by joey_more2
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?

Re: Use MobileVLCKit to streaming ,only sound no picture

Posted: 18 Nov 2015 20:56
by fkuehne
This will be resolved in an update to MobileVLCKit - you can already deploy the fix by using the 2.7 branch. When playing HLS streams, some unreleased MobileVLCKit intermediate, unstable (!) development branches did not escalate correctly from the base stream to higher quality variants. Since HLS base streams often don't include video (as this is recommended by the spec), you have no video.

Re: Use MobileVLCKit to streaming ,only sound no picture

Posted: 19 Nov 2015 09:15
by joey_more2
thanks Paul, I switch to 2.7 branch ,and it's play ok, thank you very much :D :D