smnbbrv / ngx-plyr

Angular 6+ binding for Plyr video & audio player
https://smnbbrv.github.io/ngx-plyr/
MIT License
100 stars 65 forks source link

Cannot play protected mpd videos with ngx-plyr and dashjs #63

Open anwarulislam opened 3 years ago

anwarulislam commented 3 years ago

I can play public mpd file using dashjs and ngx-plyr. But when I try to play protected videos with query parameters from CloudFront I can't. I checked network console and it's not sending query parameters with request. Also not sending cookies as well

KangHidro commented 3 years ago

By default, ngx-plyr don't send any custom headers or/and cookies, you may need a service worker to attach it for you. Let's try: https://github.com/smnbbrv/ngx-plyr/issues/60