#8002·hls.js

当 AES-128、SAMPLE-AES、MPEG-TS 和/或 fMP4 资源混合在媒体播放列表中时,播放会停止

作者: JungleGenius创建于 2026年8月22日更新于 2026年9月2日
标签BugNeeds Triage

What version of HLS.js are you using? hls.js version 1.5.11 ### What browser (including version) are you using? Firefox Mac (Intel) 154.0 ### What OS (including version) are you using? MacOS (Intel) Sequoia 15.7.9 ### Test stream I may not be able to provide a publicly accessible test stream because the media and encryption keys cannot be shared publicly. I can provide representative working and non-working multivariant and media playlists. If needed, I can also provide additional packaging details required to reproduce the streams. ### Configuration { "autoStartLoad": true, "startPosition": -1, "debug": false, "capLevelOnFPSDrop": false, "capLevelToPlayerSize": false, "ignoreDevicePixelRatio": false, "preferManagedMediaSource": true, "initialLiveManifestSize": 1, "maxBufferLength": 30, "backBufferLength": null, "frontBufferFlushThreshold": null, "maxBufferSize": 60000000, "maxBufferHole": 0.1, "highBufferWatchdogPeriod": 2, "nudgeOffset": 0.1, "nudgeMaxRetry": 3, "maxFragLookUpTolerance": 0.25, "liveSyncDurationCount": 3, "liveMaxLatencyDurationCount": null, "maxLiveSyncPlaybackRate": 1, "liveDurationInfinity": false, "liveBackBufferLength": null, "maxMaxBufferLength": 600, "enableWorker": true, "workerPath": null, "enableSoftwareAES": true, "startFragPrefetch": false, "fpsDroppedMonitoringPeriod": 5000, "fpsDroppedMonitoringThreshold": 0.2, "appendErrorMaxRetry": 3, "stretchShortVideoTrack": false, "maxAudioFramesDrift": 1, "forceKeyFrameOnDiscontinuity": true, "abrEwmaFastLive": 3, "abrEwmaSlowLive": 9, "abrEwmaFastVoD": 3, "abrEwmaSlowVoD": 9, "abrEwmaDefaultEstimate": 500000, "abrEwmaDefaultEstimateMax": 5000000, "abrBandWidthFactor": 0.95, "abrBandWidthUpFactor": 0.7, "abrMaxWithRealBitrate": false, "maxStarvationDelay": 4, "maxLoadingDelay": 4, "minAutoBitrate": 0, "emeEnabled": false, "drmSystems": {}, "drmSystemOptions": {}, "testBandwidth": true, "progressive": false, "lowLatencyMode": true, "enableDateRangeMetadataCues": true, "enableEmsgMetadataCues": true, "enableID3MetadataCues": true, "useMediaCapabilities": true, "certLoadPolicy": { "default": { "maxTimeToFirstByteMs": 8000, "maxLoadTimeMs": 20000, "timeoutRetry": null, "errorRetry": null } }, "keyLoadPolicy": { "default": { "maxTimeToFirstByteMs": 8000, "maxLoadTimeMs": 20000, "timeoutRetry": { "maxNumRetry": 1, "retryDelayMs": 1000, "maxRetryDelayMs": 20000, "backoff": "linear" }, "errorRetry": { "maxNumRetry": 8, "retryDelayMs": 1000, "maxRetryDelayMs": 20000, "backoff": "linear" } } }, "manifestLoadPolicy": { "default": { "maxTimeToFirstByteMs": null, "maxLoadTimeMs": 20000, "timeoutRetry": { "maxNumRetry": 2, "retryDelayMs": 0, "maxRetryDelayMs": 20000, "backoff": "linear" } } } }

内容来源: video-dev/hls.js