MetaCDN / videojs-shaka-player

Shaka Player playback technology for Video.js
Other
42 stars 22 forks source link

shakaplayer dont stop #10

Closed vinnygambiny closed 7 years ago

vinnygambiny commented 8 years ago

When I perfom videojs('my-video').dispose(); the shaka player continue loading.

I have multi video, so I can't do shakaPlayer.unload(); because all video stop.

How I can stop shaka player of specific videojs player?

featheast commented 8 years ago

Can't you use id to get the video reference and dispose it? The id dispose works fine from my end.