I upgraded from Bullseye to Bookworm. Initially I thought everything went well, but it’s gone sideways on me. For some reason while the app was fine, viewing videos on the web interface on the other hand all had GMT timestamps. Server was not using GMT, and actual recording timestamps were correct. Tried multiple things, and decided to just start over. Well, now I’ve got big problems. I’ll go add the camera (UVC G3). While it adds the camera just fine, It fails to load the stream…
E(6/Parking): Error starting device stream:
E(6/Parking): Failed to open stream. Error: -1094995529 (Invalid data found when processing input)
When adding the camera, I’ve been using the manufacturer Ubiquiti Networks. Decided to try Generic with the same RTSP path, yet the result is the same.
I’ve got 15 cameras to add, and stopped at the 5th one as they all result in the same error.
I’ve purged both Bluecherry/MariaDB, did the initial setup a few times already, but can’t get path this issue.
This is on the latest version, Version: 3.1.3
Any advice?
I got a little further. Enabling Use substream for live view, and the substream path /s0 got it to where I can view the live feed, but log file is still riddled with “Failed to open stream. Error: -1094995529 (Invalid data found when processing input)” and no recordings. Since live stream works, I’m assuming that’s an error when trying to record?
Can you attach a screenshot of the video profile from the Ubiquiti UI and make sure it is set to H.264 or H.265 and not H.264|H.265+ or some other non-standard? Can you also try to disable audio and see if that resolves the problem?
Thanks for the reply. Seems I was able to get this resolved. When I added the cameras using the Ubiquiti manufacturer, the Path to RTSP was set to /live/ch00_0. Once I changed that to /s0, things have normalized. However, I didn’t see any recordings until I changed the system to use php7.4-fpm, as I was getting PHP Fatal errors on php8.3-fpm. I don’t know if that’s related or not.