Clyde Stubbs

Results 95 comments of Clyde Stubbs

Sending it as part of the websocket stream makes eminent sense to me. I was not concerned about changes in resolution since I would see that as an unusual event,...

Also, eliminating the `X-Video-Sample-Entry-Id` header from each packet will save much more bandwidth than the occasional init segment will consume. Are all the other headers really necessary? Decoding them in...

The content-type header (or some other way of getting the info) is required to initialise the sourcebuffer. The rest I'm not using at present. From a consumption perspective it would...

Something like this? ![Screenshot 2021-09-30 at 5 14 03 pm](https://user-images.githubusercontent.com/2366188/135405079-6105c50d-8a77-48f0-ab53-07bfc3f1bbff.png)

Ok, so here's how you get the new ui: Edit the `nvr` script created during installation of Moonfire-nvr. Locate the line like: ```` image_name="scottlamb/moonfire-nvr:v0.6.6" ```` Replace this with: ```` image_name="clydeps/moonglass:0.1.0"...

Sure. Building details are in the repository. The chief issue that due to CORS limitations the UI must be served from the same host as the API. I have details...

Yes, I figured that there would probably be more work in reworking the internals to be able to config on the fly, rather than the API itself. My thoughts: 1....

A seamless process would be a better user experience, but the "Apply" option would be quite acceptable. I'd recommend going for the least work server-side to start with, favouring rapid...

The POST/websocket should work fine. I have done very similar in another project, though I used a Pusher channel instead of a websocket, simply because the server was hosted on...

For user preferences there will be some data that can be saved in browser localstorage, but some, e.g. date formats, should be global for a user, and so should be...