Skip to content
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 Custom Card uses url string instead of entityid for stream #404

Closed
kidhasmoxy opened this issue Jan 25, 2023 · 1 comment
Closed
Labels
enhancement New feature or request
Milestone

Comments

@kidhasmoxy
Copy link

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?

@AlexxIT AlexxIT added the enhancement New feature or request label Feb 2, 2023
@AlexxIT AlexxIT added this to the v3.0.2 milestone Feb 2, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Feb 2, 2023

@AlexxIT AlexxIT closed this as completed Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants