-
-
Notifications
You must be signed in to change notification settings - Fork 12
[BUG] PIP not working when port not specified in server configuration #20
Description
Describe the bug
When I tried to configure camera PIP, I was getting a broken url.
I had manually entered my server configuration (as the QR code was not responding), and had left off the :8123 port number as the docs implied that was ok. But the broken URL was saying that :80 wasn't available, so I added :8123 onto my server configuration and that solved the issue.
All other controls work fine. It is only the video PIP that doesn’t work.
A clear and concise description of what the bug is.
To Reproduce
Manually configure a server without the port number. Add a camera to a quickbar, try to view. Note broken link.
The cameras are a mjpeg from the Kuna HACS integration. It is proxying the stream from the cloud as the cameras don’t have a local RSTP stream.
Fix: change server configuration to include port :8123
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots/Video
Note the url for the server without port

Note the url for the server with port

Environment (please complete the following information):
- Android TV Device: Nvidia Shield
- Android Version: Latest update
- QuickBars Version: 1.3.3
- Home Assistant Version: 2026.3.1

