Help troubleshooting video stream - stops after a few seconds

Hello, can anyone help troubleshoot my video stream hanging after a few seconds, up right is the example stream provided by the docs, on the left I'm using a online player to test the stream, which doesn't have the same problem the homarr widget has
7 Replies
explosive parrot
explosive parrot•7mo ago
This is likely a Video JS issue, but let's see what we can do. I've got a few ideas for troubleshooting. 1. Does the video work if you drop the url in an iframe instead? (This may tell us if there is a connection issue) 2. What is the source URL you are using? (There may be some hidden arguments video js has issues with but the website knows to strip) 3. Are there and errors in the browser or homarr logs? These might give us a clue.
MatiasLGonzalez
MatiasLGonzalez•7mo ago
When I add it as a iframe it just downloads the stream pieces Here's the source url: https://domain.com/api/stream.m3u8?src=portero&mp4=flac Also errors from the firefox console, first one says mozPressure is deprecated, second one says some cookies are using the recommended attribute 'SameSite' incorrectly Nothing relevant in the docker logs
No description
No description
No description
No description
No description
MatiasLGonzalez
MatiasLGonzalez•7mo ago
Also this one
No description
explosive parrot
explosive parrot•7mo ago
A few warns are okay in the files. We're looking for what is only there with the video widget.
MatiasLGonzalez
MatiasLGonzalez•7mo ago
This is the only thing I could find related to video.js 😕
explosive parrot
explosive parrot•7mo ago
My best guess is the source URL you are using is causing issues. Can you create links directly for 'portero'? Sinon, maybe try without the '&mp4=flac' ?
explosive parrot
explosive parrot•7mo ago
The video.js troubleshooting guide is here: https://videojs.com/guides/troubleshooting
Troubleshooting | Video.js
A guide to troubleshooting common issues with Video.js.