You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@IxquitilisSaid
I have install "@videogular/ngx-videogular": "^3.0.1",
and "hls.js": "^0.14.17",
have add the hls.min.js file to The script in Angular.json file.
On my component.html I have :
But without more context, I'm kinda in the dark here.
You said you installed HLS npm i --save hls.js and imported it in your angular.json file but could you please post the scripts part of it?
Because if it's logging Hls is not defined then it's probably one of these cases:
Wrong path to node_modules/hls.js/dist/hls.min.js in your angular.json
You're initializing the video player before HLS being resolved/available
Description
@IxquitilisSaid
I have install "@videogular/ngx-videogular": "^3.0.1",
and
"hls.js": "^0.14.17",
have add the hls.min.js file to The script in Angular.json file.
On my component.html I have :
My app.module.ts :
Expected Behavior
But still, can t play my file
I have created a question on StackOverflow too please visit :
https://stackoverflow.com/questions/65846501/how-to-play-m3u8-file-from-unified-streaming-on-ngx-videogular
Please help me make this run
Thanks
The text was updated successfully, but these errors were encountered: