Scott Lamb

Results 246 comments of Scott Lamb

The `user` table has a `permissions` column which is a similar idea. Currently there aren't a lot of permissions: ```proto message Permissions { bool view_video = 1; bool read_camera_configs =...

I'm not too surprised you saw `QuotaExceededError`. That's part of why the live view is marked experimental. The browser has some (implementation-defined) limit for how much video can be in...

Do you know if it's possible to enable source maps to get a more useful backtrace? I don't have an iPhone or know how to debug on them. I do...

Thanks for tracking that down! Hopefully it isn't as bad as MSE not being supported at all. My whole approach for live view and the planned scrub bar UI depends...

Maybe all the stuff saying it's supported means only on iPads.😱

I guess the alternatives are HLS or WebRTC. There is a shiny new Rust library for WebRTC. Maybe that's the way to go. https://github.com/webrtc-rs/webrtc

> One thing to note about going for a WebRTC approach is that we might need a different implementation depending on whether the client is on the same network or...

Updating the title to reflect that I think this only happens on iPhone; iPads apparently do support MSE like desktop Safari. The version I'm about to release will at least...

Thank you for the kind offer! Sorry for the delay getting back to you—I've been working on RTSP support in other repositories (https://github.com/scottlamb/moonfire-playground then https://github.com/scottlamb/retina) and haven't been doing a...

fyi, I just added/fixed a bunch of doc comments in an effort to make this part of the codebase easier to understand for this and future projects. `cargo doc --workspace...