You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
master.playlists is only initialized from the videoPlaylists (which are empty on an audio only MPD). I've tried simply adding addSegmentInfoFromSidx(audioPlaylists, sidxMapping) as a quick workaround in the debugger, but that crashes the tab in chrome and triggers out of memory on firefox (after some time).
I'll try to investigate this further but would be thankful for any input regarding the issue.
The text was updated successfully, but these errors were encountered:
I'm trying to load an audio only MPD in
video.js
usinghttp-streaming
.I've traced down the issue to the following line in the mpd-parser :
mpd-parser/src/toM3u8.js
Line 271 in c4c0418
master.playlists
is only initialized from thevideoPlaylists
(which are empty on an audio only MPD). I've tried simply addingaddSegmentInfoFromSidx(audioPlaylists, sidxMapping)
as a quick workaround in the debugger, but that crashes the tab in chrome and triggers out of memory on firefox (after some time).I'll try to investigate this further but would be thankful for any input regarding the issue.
The text was updated successfully, but these errors were encountered: