SOLVED: m3u8 streaming not working after build
See original GitHub issueHi
It works perfectly when i am running: yarn dev
, but when i build it, it won’t work. Hope you guys can see what i do wrong, thanks in advance
console log on builded version
Versions:
"videojs-contrib-hls": "^5.12.2",
"vue": "^2.3.3",
"vue-video-player": "^5.0.1"
Build script from package.json
"build:mac": "node .electron-vue/build.js && electron-builder -m",
wepback.main.config.js
module: {
noParse: [/videojs-contrib-hls/],
video.vue
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
SOLVED: m3u8 streaming not working after build #143 - GitHub
Hi It works perfectly when i am running: yarn dev, but when i build it, it won't work. Hope you guys can see...
Read more >Cannot Load Video Error M3U8 In Windows 10/8/7 ... - YouTube
Fix : Cannot Load Video Error M3U8 In Windows 10/8/7 and Google Chrome [Tutorial]The “Cannot Load M3U8 ″ Error can occur while trying...
Read more >Playing m3u8 Files with HTML Video Tag - Stack Overflow
Stream HLS or m3u8 files using above code. it works for desktop: ms edge browser (not working with desktop chrome) and mobile: chrome,opera...
Read more >Live m3u8 file not playing - Roku Community
Our live stream suddenly stopped playing yesterday. When I click "play" it goes to load, but then very quickly stops and goes back....
Read more >How to Troubleshoot Your HLS Live Stream - Dacast
Streaming is easier than ever, but problems can still arise. This blog presents a logical process for troubleshooting an HLS live stream.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i solved it by using this : https://github.com/Peer5/videojs-contrib-hls.js
@Jayant-Purohit i have installed these packages:
“videojs-contrib-hls”: “^5.12.2”, “vue-video-player”: “^5.0.1”, <-- i don’t think this is involved in the solution
in my Video.vue file:
I hope this helps