vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.78k stars 152 forks source link

DomParser error while using Angular Universal #282

Open ImrozKhan21 opened 2 years ago

ImrozKhan21 commented 2 years ago

Player works smoothly while doing standard client side build but it starts failing while converting the project to SSR using Angular universal.

ng serve for ssr starts throwing DomParser undefined error.

How can we use it with SSR?

lmordell commented 2 years ago

See #162.