Closed maginator closed 2 years ago
I have been occasionally seeing this error message with some of my recorded events in the UI on 0.11.x. But if I reload my browser window, the event will play successfully. The issue may be different from yours, however.
There must be more relevant logs than this, most likely there's recording errors happening
Also can you provide your docker compose file?
Docker Compose File: version: "3.9" services: frigate: container_name: frigate privileged: true # this may not be necessary for all setups restart: unless-stopped image: blakeblackshear/frigate:0.11.0-rc1 labels:
frigate.home.test
)"networks: traefik: name: traefik_web external: true
Maybe I need to change some Log settings to see more erros because i looked in to the log while the Event was recorded and i see nothing. And dont be confused by the Labels i dont use traefik as a reverse proxy right now.
@maginator when the error occurs can you please use inspect element to get the browser logs?
@NickM-27
This is what i get as Logs:
videojs-seek-buttons.e0f6dbbe.js:31 VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, either because the server or network failed or because the format is not supported. Ve {code: 4, message: 'The media could not be loaded, either because the …rk failed or because the format is not supported.'} (anonymous) @ videojs-seek-buttons.e0f6dbbe.js:31 Ud.n.error @ videojs-seek-buttons.e0f6dbbe.js:31 i.error @ videojs-seek-buttons.e0f6dbbe.js:45 i.handleTechError_ @ videojs-seek-buttons.e0f6dbbe.js:45 (anonymous) @ videojs-seek-buttons.e0f6dbbe.js:43 Ze.n.dispatcher.n.dispatcher @ videojs-seek-buttons.e0f6dbbe.js:33 error (async) Ze @ videojs-seek-buttons.e0f6dbbe.js:33 Qt @ videojs-seek-buttons.e0f6dbbe.js:33 on @ videojs-seek-buttons.e0f6dbbe.js:33 Qt @ videojs-seek-buttons.e0f6dbbe.js:33 on @ videojs-seek-buttons.e0f6dbbe.js:33 t @ videojs-seek-buttons.e0f6dbbe.js:63 handleSource @ videojs-seek-buttons.e0f6dbbe.js:63 a.setSource @ videojs-seek-buttons.e0f6dbbe.js:33 t @ videojs-seek-buttons.e0f6dbbe.js:33 i.loadTech_ @ videojs-seek-buttons.e0f6dbbe.js:43 i.src_ @ videojs-seek-buttons.e0f6dbbe.js:45 (anonymous) @ videojs-seek-buttons.e0f6dbbe.js:45 Jt @ videojs-seek-buttons.e0f6dbbe.js:33 Jt @ videojs-seek-buttons.e0f6dbbe.js:33 (anonymous) @ videojs-seek-buttons.e0f6dbbe.js:33 (anonymous) @ videojs-seek-buttons.e0f6dbbe.js:33 setTimeout (async) t.setTimeout @ videojs-seek-buttons.e0f6dbbe.js:33 Fv @ videojs-seek-buttons.e0f6dbbe.js:33 i.handleSrc_ @ videojs-seek-buttons.e0f6dbbe.js:45 i.src @ videojs-seek-buttons.e0f6dbbe.js:45 t @ videojs-seek-buttons.e0f6dbbe.js:33 t.addChild @ videojs-seek-buttons.e0f6dbbe.js:33 s @ videojs-seek-buttons.e0f6dbbe.js:33 t.initChildren @ videojs-seek-buttons.e0f6dbbe.js:33 t @ videojs-seek-buttons.e0f6dbbe.js:34 L @ videojs-seek-buttons.e0f6dbbe.js:45 (anonymous) @ VideoPlayer.2d88c6da.js:1 Rt @ vendor.153a2319.js:1 Si @ vendor.153a2319.js:1 setTimeout (async) o @ vendor.153a2319.js:1 requestAnimationFrame (async) (anonymous) @ vendor.153a2319.js:1 v.diffed @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 _n @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 _n @ vendor.153a2319.js:1 di @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 _n @ vendor.153a2319.js:1 di @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 _n @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 _n @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 _n @ vendor.153a2319.js:1 di @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 _n @ vendor.153a2319.js:1 di @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 _n @ vendor.153a2319.js:1 Bt @ vendor.153a2319.js:1 (anonymous) @ vendor.153a2319.js:1 Je @ vendor.153a2319.js:1 Promise.then (async) Ot @ vendor.153a2319.js:1 T.setState @ vendor.153a2319.js:1 n.__c.n.__ @ vendor.153a2319.js:1 onClick @ Events.1a91949d.js:14 br @ vendor.153a2319.js:1
This is what the Log look like:
There've been improvements in RC2 so please try updating to that
It seems like that this update fixes my issues. Since yesterday i didnt get any error for not loading clips. Thank you very much :) <3
Describe the problem you are having
Hi, my problem is that smoe recorded events are not playable in the Browser. I use Opera as browser but Opera is just based on Chromium. These Clips i can download normaly and then play them so the Media Files exists. But i got the Message : "The media could not be loaded, either because the server or network failed or because the format is not supported." With other Recorded Events its working and i can play them in a Browser. and at a third i have some events with only snapshots and no recordings beeing saved. Does anyone know why this happend?
Version
0.11.0-37325C7
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
Operating system
Debian
Install method
Docker Compose
Coral version
CPU (no coral)
Network connection
Wired
Camera make and model
mjpeg Rasperry Pi Cam
Any other information that may be helpful
No response