play through hls.js
This commit is contained in:
parent
c4f8f564d2
commit
43c1fe0f96
@ -46,9 +46,7 @@ export class VideoPlayer {
|
||||
}
|
||||
|
||||
if (source.endsWith('m3u8')) {
|
||||
if (this.video.canPlayType('application/vnd.apple.mpegurl')) {
|
||||
// Continue
|
||||
} else if (Hls.isSupported()) {
|
||||
if (Hls.isSupported()) {
|
||||
this.hls = new Hls();
|
||||
this.hls.loadSource(source);
|
||||
this.hls.attachMedia(this.video);
|
||||
|
Loading…
Reference in New Issue
Block a user