Set webrtc codec preferences #3400
Answered
by
Sean-Der
danijelk00
asked this question in
General
-
|
I’m wondering how I can force my WebRTC stream to always use VP8 or VP9. In Pion (Golang), I’m creating a video receiver that needs to generate an SDP answer. Is it possible to configure it so that it uses only VP8 or VP9, while H.264 and H.265 are disabled? |
Beta Was this translation helpful? Give feedback.
Answered by
Sean-Der
Mar 24, 2026
Replies: 1 comment 1 reply
-
|
@danijelk00 yea! Check out save-to-disk and how it explicitly only enables VP8. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sean-Der
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@danijelk00 yea! Check out save-to-disk and how it explicitly only enables VP8.