videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

[SourceBufferSink] Failed to remove source buffer from media source on detroy #863

Open shashank915 opened 5 years ago

shashank915 commented 5 years ago

Videogular Version: 7.0.1 dash.js Version: 3.0.0 Angular Version: 7.x

I am trying to play DRM encrypted dash streams(.mpd). The first few videos are played nicely but after that, no videos are played. This happens almost every time. Every time I close the player, I can see the console log saying [SourceBufferSink] Failed to remove source buffer from media source.

Can anyone suggest the possible reasons behind this? Is there any possible way around to remove/clear the SourceBuffer on destroy event?

HaroldMaster commented 3 years ago

have you resolved it I have the same issue