-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
WEBRTC Option - No auto mute #1672
Comments
If we could add these options it would make this card very useful please Start stream muted. hide the mode option would be nice as it gets in the way of the mute button on mobile. https://github.com/AlexxIT/WebRTC Available in the card so just need to add to the frigate card somehow ? |
Duplicate of #1654 |
can the audio and removing mode be implemented for the webrtc card? Happy to provide logs etc but it's super easy to replicate Start stream muted. hide the mode option would be nice as it gets in the way of the mute button on mobile. |
This card configuration is auto-muting for me on the latest Frigate Card beta:
|
Defaults to unmuted / audio enabled. type: custom:frigate-card
Defaults to muted type: custom:frigate-card
This is super easy to replicate, it is because the webrtc card defaults to unmute. https://github.com/AlexxIT/WebRTC We need a way to send parameters to the card as shown below. Start stream muted. muted: true hide the mode option would be nice as it gets in the way of the mute button on mobile. style: '.mode {display: none}' |
Try what I posted. It uses the webrtc card and loads muted. You may need to update your frigate-hass-card to a beta version. Also, as I noted, this is a duplicate report of another issue. Tradition says you use the oldest open issue to discuss to keep it in one place. |
Okay this works... The key is not to use the built-in controls and add these to the frigate menu. I think people that are reporting this are using the inbuilt controls. I am happy with this now. or if you are using the build in controls add type: custom:frigate-card
|
The webrtc card works better then the go2rtc option for me (go2rtc does not play well on mobile, no audio etc).
The webrtc card is great, however, it plays audio by default, anyway for this to be muted by default on live streams?
The text was updated successfully, but these errors were encountered: