Clyde Stubbs

Results 95 comments of Clyde Stubbs

> I think the ideal setup would have several recording backends. Camera ids might conflict between them; uuids wouldn't. Well, no, because if the integration is done at the UI...

> In any case, if camera UUIDs are causing a problem for you, I can probably fix it. It's not a problem as such. The only real problem right now...

I'm willing to tackle the UI side of this. However there is AFAIK currently no exposed JSON API to manipulate the config data, so this would be a prerequisite. Should...

Which browser is that? The player layout will change, and needs optimisation.

The layout has been revised, and now works well in all shapes and sizes.

User authentication now working. I have tested the production build by running nginx on the nvr host. Still some UI styling to finesse but will work on the live view...

I thought of using SOCKS but that isn't a zero-configuration approach. Same with virtual hosts and custom DNS. Along with broken camera UIs I am sure this will end up...

Possible enhancement - assign roles to users. At a minimum this would be admin vs user, where an admin can do everything, a user can only view. This would simply...

I have run into this problem as well. The `receiveTextWithCorrectEncoding()` work-around solved it for now, but it seems like it is still an issue.

An ArrayList is a very bad choice if you intend removing elements. Filtering any collection, especially if you expect to end up with a small subset, is best done by...