Fix HLS JS error on latest iOS
This commit is contained in:
+1
-1
@@ -601,7 +601,7 @@ export class VideoRTC extends HTMLElement {
|
||||
this.play();
|
||||
};
|
||||
|
||||
this.send({type: 'hls', value: this.codecs(this.video.canPlayType)});
|
||||
this.send({type: 'hls', value: this.codecs(type => this.video.canPlayType(type))});
|
||||
}
|
||||
|
||||
onmp4() {
|
||||
|
||||
Reference in New Issue
Block a user