privatecoder
privatecoder
> A header section will be great. But, just a Breadcrumb to navigate would be enough and more modern than a tabs or menu. https://mui.com/components/breadcrumbs/ Yes, but a header section...
When parsing frigate‘s config you could grab those key/value pairs (`username` / `password`) if they exist and simply add it to the connection string as `rtsp://:@:8554/` [docs](https://docs.frigate.video/configuration/restream/#securing-restream-with-authentication)
same here. config works in a local Ubuntu vm but not using the docker image.
@mjehrhart I don’t use authentication in my instance as I am proxying directly to port `5000`, however according to the [docs](https://docs.frigate.video/configuration/authentication/)  I think viewu should access frigate via unauthenticated...
@ll024 "As per the docs, port 5000 is for use within the Docker network" ...which – imho – is fine because ViewU can connect to it _privately_ within this network..
I was under the impression that ViewU was proxying the streams through its own server component (haven't checked that yet) in which case it would be fine to go through...