balvinderz/video_player_web_hls

Video not showing up in release.

ChristianConstantNel opened this issue · 4 comments

Hi!

In debug mode everything works as expected.
Once the website is deployed the video doesn't show and only a white square appears.

Happens on both Safari and Chrome.

I can see this in the dev console:

DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/hls.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

I'm trying to play the video in the example.

Also just wanted to to say thanks for this package! If it works in production it will help us a ton!

For me the videos get stuck when deployed but in debug mode the video plays to the full. Did you find any solution @ChristianConstantNel ? I also get this when deployed

DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/hls.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

same here any solution?

hey folks sorry for replying so late but i am not facing this issue. Even i get this but the video still plays.

For me the videos get stuck when deployed but in debug mode the video plays to the full. Did you find any solution @ChristianConstantNel ? I also get this when deployed

DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/hls.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Can you folks please share a minimum reproducible example?