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;
}
https://devimages.apple.com.edgekey.net ... riant.m3u8
hls only audio is working , no video and console get nothing
Is this normal ?
Thanks