You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the go2RTC addon and want to transcode AAC to Opus so I get audio on iOS device. The Picture Entity card sends the entity id as the stream name so it's easy to set transcoding in the go2rtc config. The WebRTC Custom Card is setup to use the entity ID, but it registers the stream using the URL. This means I can't reuse the connection strings and also limits my ability to transcode a custom stream.
Is it possible to have the WebRTC card respect the config and register the stream with url if it was supplied, and entity_id if that was supplied?
The text was updated successfully, but these errors were encountered:
I'm using the go2RTC addon and want to transcode AAC to Opus so I get audio on iOS device. The Picture Entity card sends the entity id as the stream name so it's easy to set transcoding in the go2rtc config. The WebRTC Custom Card is setup to use the entity ID, but it registers the stream using the URL. This means I can't reuse the connection strings and also limits my ability to transcode a custom stream.
Is it possible to have the WebRTC card respect the config and register the stream with url if it was supplied, and entity_id if that was supplied?
The text was updated successfully, but these errors were encountered: