Zion Orent

Results 13 comments of Zion Orent

@v-JialiChen I had the same issue. Here's how I fixed it: ``` if (this.player && !this.player.isDisposed()) { this.player.dispose(); } ```

@mister-ben I'm not a contributor to this repo at all. But maybe a thought is that internally video.js should maybe ignore calls to dispose if it's already disposed. One could...

Thanks for an awesome library! Just wanted to add to the choras of people who'd love this feature. We're converting a highcharts chart to PDF, and the chart uses clip-path....