Video Element Error: MEDIA_ERR_DECODE (CHUNK_DEMUXER_ERROR_APPEND_FAILED: Audio stream codec vorbis doesn't match SourceBuffer codecs.)
Created by: KhodyrevDS
I'm trying to play an mpd file generated by myself. Here the video https://dev2-portal.videonotion.com/web/guest/preview?v=29fe6c05-3bfe-4b47-b3a6-b0b3eaa9e78b
It start play well but then I have error
Video Element Error: MEDIA_ERR_DECODE (CHUNK_DEMUXER_ERROR_APPEND_FAILED: Audio stream codec vorbis doesn't match SourceBuffer codecs.)
If I remove video adaptation set (audio only) - it's working well. If I remove audio adaptation set (video only) - it;s working well too.
Can't understand what is wrong. Can you help me?