zhw2590582 / SubPlayer

:memo: SubPlayer is an online subtitle editor
https://subplayer.js.org
MIT License
953 stars 199 forks source link

DOMException: Unable to decode audio data #32

Closed qingwufong closed 3 years ago

qingwufong commented 3 years ago

Hi, I use artplayer to play a m3u8 list, that is ok. but waveform cannot be create on the bottom of the page. It gived a error that: "Uncaught (in promise) DOMException: Unable to decode audio data". It there some solution about that?I think it may not was a issule of subplayer. Wish you reply, thank you! error-img

zhw2590582 commented 3 years ago

波形图的原理是解码出音频的PCM数据,subplayer的这个功能由web api的AudioContext来实现的,这个并不支持解码所有流媒体数据,如m3u8

qingwufong commented 3 years ago

波形图的原理是解码出音频的PCM数据,subplayer的这个功能由web api的AudioContext来实现的,这个并不支持解码所有流媒体数据,如m3u8

感谢解答,我再想想别的办法