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

Support ?audio=aac as RTSP URL parameter #66

Closed
felipecrs opened this issue Oct 2, 2022 · 2 comments
Closed

Support ?audio=aac as RTSP URL parameter #66

felipecrs opened this issue Oct 2, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@felipecrs
Copy link
Contributor

It seems that only the other codecs are supported in the URL for now. Since my camera does NOT support setting the default codec as AAC, it would be useful to use go2rtc for the transcoding from PCM to AAC.

@felipecrs
Copy link
Contributor Author

Oh, the reason why I want AAC is because I want to supply the go2rtc RTSP back to Frigate. So that:

  1. go2rtc relays the camera's rtsp, so that I prevent multiple connections to the camera
  2. Frigate gets the camera stream from go2rtc
    • But Frigate requires the camera audio to be in AAC, so that the clips, recordings and also Chromecast streaming works well
  3. When streaming the Frigate camera from HA through RTSPToWebRTC, go2rtc automatically selects the RTSP stream rather than Frigate's own RTMP, which decreases the latency in 1-2 seconds.

@AlexxIT AlexxIT added the enhancement New feature or request label Oct 5, 2022
@AlexxIT
Copy link
Owner

AlexxIT commented Nov 7, 2022

Fixed https://github.com/AlexxIT/go2rtc/releases/tag/v0.1-rc.2

@AlexxIT AlexxIT closed this as completed Nov 7, 2022
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