Page 1 of 1

MobileVLCKit (vlc 3.0) play HLS, audio is working, but no video

Posted: 22 Jul 2016 11:02
by moliyadi
Hi,

I am using vlc 3.0.0 build MobileVLCKit for iOS, it can play .mp4 file (videotoolbox in use), but play HLS (Apple demo hls) only audio working , no video;

VLCKit git version: 61560fa7e06d9ec437482e941adab995a534a208

mp4 url:
http://f.cl.ly/items/3w1i3g2x3p1K090T2D ... thsubs.mp4

this mp4 play well, and getting this in console:

Code: Select all

{ CVImageBufferChromaLocationBottomField = Left; CVImageBufferChromaLocationTopField = Left; CVImageBufferColorPrimaries = "SMPTE_C"; CVImageBufferTransferFunction = "ITU_R_709_2"; CVImageBufferYCbCrMatrix = "ITU_R_601_4"; CVPixelAspectRatio = { HorizontalSpacing = 1; VerticalSpacing = 1; }; ColorInfoGuessedBy = VideoToolbox; }
HLS url:
https://devimages.apple.com.edgekey.net ... riant.m3u8

hls only audio is working , no video and console get nothing

Is this normal ?

Thanks

Re: MobileVLCKit (vlc 3.0) play HLS, audio is working, but no video

Posted: 22 Jul 2016 19:09
by fkuehne
This is currently the expected behavior. It will be resolved before v3.0 is released.