This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hls.js:12005 [log] > attachMedia | |
| hls.js:12005 [log] > loadSource:https://moctobp1-i.akamaihd.net/hls/live/483058/parkour2/index.m3u8?type=MAE | |
| hls.js:12005 [log] > trigger BUFFER_RESET | |
| hls.js:12005 [log] > media source opened | |
| hls.js:12005 [log] > manifest loaded,4 level(s) found, first bitrate:2274788 | |
| hls.js:12005 [log] > 2 sourceBuffer(s) expected | |
| hls.js:12005 [log] > startLoad | |
| hls.js:12005 [log] > engine state transition from undefined to STOPPED | |
| hls.js:12005 [log] > demuxing in webworker | |
| hls.js:12005 [log] > engine state transition from STOPPED to STARTING |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Description: | |
| * This player skips segments on network/Media error but switches to next playable segment only on playback stall. | |
| * | |
| * Usage Example: | |
| * <script src="https://cdn.jsdelivr.net/hls.js/latest/hls.min.js"></script> | |
| * <script src="js/customHls.js"></script> | |
| * <video id="customHlsvideo"></video> | |
| * <script> | |
| * var videoElement = document.getElementById('customHlsvideo'); |