Closed flashick closed 4 years ago
I'm not sure I understand... are you saying you fed the iframes.m3u8 URL to the player? If so, that is not supposed to work... The iframes.m3u8 URL should be included in the master.m3u8, and then some devices (e.g. Apple TV) can use it to implement trickplay/fast forward. It can't be played on its own.
I'm not sure I understand... are you saying you fed the iframes.m3u8 URL to the player? If so, that is not supposed to work... The iframes.m3u8 URL should be included in the master.m3u8, and then some devices (e.g. Apple TV) can use it to implement trickplay/fast forward. It can't be played on its own.
Ouch! It seems I've cooked it wrong. Big thank you for explanation!
Hello! I'm trying to implement key-frames only playlists in vod-module, but they haven't played in any player, except VLC . I've checked hls.js, bitmovin demo player, mplayer and native player in safari. hls.js returns that error:
type: "hlsError", details: "fragParsingError", fatal: false, reason: "no audio/video samples found"
mplayer returns:index.m3u8 plays normally, and it contains the same .ts files that iframes.m3u8
My iframes.m3u8 looks like
Part of config:
Is it some misconfiguration problem? Do I need to prepare my .mp4 sources somehow? May be I need some special videoplayer for it? Thanks