The ckplayer plug-in plays m3u8 videos and the ckplayer plug-in m3u8
Var flashvars = {f: 'ckplayer/m3u8.swf ', // use swf to send the video address to the player for playing a: 'video/m. m3u8', // m3u8 file c: 0, // call ckplayer. js configuration player p: 1, // automatically play video s: 4, // send the video stream address in the form of flash plug-in to the player for playing lv: 0, // note, if it is live, you need to set lv: 1 loaded: 'loadedhandler '}
Yesterday, I changed the downloaded m3u8 file to "m. in m3u8 format, set a to video/m. m3u8 can only play the video, but it cannot be played today, and continuous error reporting, such:
Var flashvars = {f: 'ckplayer/m3u8.swf ', // use swf to send the video address to the player for playing a: 'video/m3u8', // m3u8 file c: 0, // call ckplayer. js configuration player p: 1, // automatically play video s: 4, // send the video stream address in the form of flash plug-in to the player for playing lv: 0, // note, if it is live, you need to set lv: 1 loaded: 'loadedhandler '}
Then, I changed the m. m3u8 format to m3u8, and set a to video/m3u8. Instead, the video can be played. The browser console displays the following information: