Steven Vancoillie

Results 50 comments of Steven Vancoillie

Can you provide some more details? Are you connecting to a camera directly?

The auth module we have was mostly used for testing purposes and I haven't kept it up-to-date with regards to docs. The digest auth part of it only works in...

I don't really see a convenient way to add this again without destroying the fix for menu. We used `:focus-within` to somehow select the row that has a child that...

Could be a bug or some thing that it wasn't designed to handle. You can have a look at the discussion in #294. Going to mark this as a bug...

Not sure this is related, but after #31766, there seems to be no longer a navigation event triggered when clicking on a leaf node. Navigating to a leaf node with...

Yes, this is a head-ache for us too, I'll have to have another look at this. I think it might be difficult since we ourselves depend on things that only...

It looks like it's the debug package, we should probably replace it with a simple utility or something like `tslog`, because from the comments on their repo it doesn't seem...

Even though support for H.265 improves across browsers, it's currently not something that's easy to do with this library, as the stream format will depend itself on H.265. But if...

The errors you see are because the keep-alive mechanism (sending an OPTIONS request every ~60s) fails to send, as the stream already died. So those errors are not related to...