videogular / videogular2

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

dash.all.min.js and hls.min.js not found #847

Open martyandreas opened 5 years ago

martyandreas commented 5 years ago

Description

The project need to be updated

Expected Behavior

JS files are not found

Actual Behavior

../node_modules/dashjs/dist/dash.all.min.js and ../node_modules/hls.js/dist/hls.min.js

not found. no directionary or files at this path

Steps to Reproduce

install and use with the tutorial: https://videogular.github.io/videogular2/docs/modules/streaming/vg-hls/ https://videogular.github.io/videogular2/docs/modules/streaming/vg-dash/

I have fixed with include as cdn in the index.html:

<script src="https://cdn.dashjs.org/latest/dash.all.min.js"></script> <script src="https://cdn.jsdelivr.net/hls.js/latest/hls.min.js"></script>

please fix and update the project or give a hint in the documentation