-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lovelace card only up to 4 cameras maximum? #774
Comments
Show config for all your cameras. rtsp DESCRIBE it's error from FFmpeg. Not related to WebUI. |
What's weird is the cards are streaming just fine when viewed on a browser or android app. The errors are only showing when casting the dashboard to my Chromecast TV using the cast lovelace action
|
You show the default picture-glance cards. They're not relevant to this project. This project is about a custom card. |
May i know what type of card i should use? I followed the instructions for casting a dashboard from here https://github.com/AlexxIT/WebRTC/wiki/Cast-or-share-camera-stream |
Oh i found it in the readme, my bad. I wasn't using it before. I think HASS
used webrtc by default after the recent update
…On Sun, Nov 17, 2024, 1:20 PM Alex X ***@***.***> wrote:
You show the default picture-glance cards. They're not relevant to this
project. This project is about a custom card.
—
Reply to this email directly, view it on GitHub
<#774 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGD6KUVEQ7QG7EMWYZGC4T2BARRNAVCNFSM6AAAAABR43PHICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBQHEZTAOJRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Now that go2rtc is enabled by HASS by default, does installing this from HACS not install go2rtc anymore? |
The error in your screenshot is definitely from go2rtc. By the way, this is a completely different project of mine and does not involve this repository. This is an error from FFmpeg. FFmpeg is used for audio conversion. |
Oh my bad, I get it now. Thank you for the pointer and your patience
…On Sun, Nov 17, 2024, 7:40 PM Alex X ***@***.***> wrote:
The error in your screenshot is definitely from go2rtc. By the way, this
is a completely different project of mine and does not involve this
repository. This is an error from FFmpeg. FFmpeg is used for audio
conversion.
I don't understand how this error could have gotten into your screenshots
at all.
—
Reply to this email directly, view it on GitHub
<#774 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGD6KUQOFPVTF7TXJMJPQD2BB6DVAVCNFSM6AAAAABR43PHICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBRGE4TOOJQGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I will check out the go2rtc repo
…On Sun, Nov 17, 2024, 11:41 PM King De Leon ***@***.***> wrote:
Oh my bad, I get it now. Thank you for the pointer and your patience
On Sun, Nov 17, 2024, 7:40 PM Alex X ***@***.***> wrote:
> The error in your screenshot is definitely from go2rtc. By the way, this
> is a completely different project of mine and does not involve this
> repository. This is an error from FFmpeg. FFmpeg is used for audio
> conversion.
> I don't understand how this error could have gotten into your screenshots
> at all.
>
> —
> Reply to this email directly, view it on GitHub
> <#774 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACGD6KUQOFPVTF7TXJMJPQD2BB6DVAVCNFSM6AAAAABR43PHICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBRGE4TOOJQGQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
I am casting a dashboard to chromecast through:
At first, it shows all 12 camera thumbnails, then it will refresh the page after 2 seconds, and then only 4 camera streams will be left playing. The rest of the cards show the following error:
"Failed to start WebRTC stream..."
screenshot:
EDIT:
i found this in wiki:
https://github.com/AlexxIT/WebRTC/wiki/Cast-or-share-camera-stream
Up to 4 cameras fit on a regular lovelace view. If you switch the lovelace view to panel mode, one camera will be displayed in full screen.
Is it actually limited to 4 cameras? i was able to fit more than 4 by setting Visibility and row settings of my card. Another note, the same dashboard view works fine on PC and Android browser
The text was updated successfully, but these errors were encountered: