Using Go2RTC to transcode to h.264 but recordings are still in h.265 #16891
|
Hello friends! Is there a way for me to save the transcoded feed instead? Otherwise viewing history doesn't work in non-hevc-capable browsers :( Config: |
Answered by
hawkeye217
Mar 2, 2025
Replies: 1 comment 10 replies
|
You should provide a single stream only from go2rtc, eg: This creates a single transcoded stream from go2rtc (rather than the original and transcoded one) that gets fed into Frigate. |
10 replies
Answer selected by
Foritus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should provide a single stream only from go2rtc, eg:
This creates a single transcoded stream from go2rtc (rather than the original and transcoded one) that gets fed into Frigate.