Add:Experimental direct play support

This commit is contained in:
advplyr 2022-03-05 15:37:30 -06:00
parent eb82d9c300
commit ecf62c5443
5 changed files with 155 additions and 32 deletions

View file

@ -17,6 +17,8 @@ export default class CastPlayer extends EventEmitter {
this.playWhenReady = false
this.defaultPlaybackRate = 1
this.playableMimetypes = {}
this.coverUrl = ''
this.castPlayerState = 'IDLE'