videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 210 forks source link

Bug: vgHls downloads m3u8 file twice. #808

Closed jimbeck closed 5 years ago

jimbeck commented 5 years ago

Description

When using vgHls. The m3u8 file is downloaded twice. It doesn't cause anything to break, but it's an extra unnecessary call.

Expected Behavior

The m3u8 file should only be downloaded once.

Actual Behavior

The m3u8 file is downloaded twice.

Steps to Reproduce

  1. Pass in an m3u8 file.
  2. Look at the network tab. You'll see 2 m3u8 downloads

Attachments

screen shot 2019-01-10 at 2 52 25 pm