From c545bdbc10ae5a55f991e03260e6a74b92a75fda Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 19 Feb 2026 18:06:09 +0100 Subject: migrate transcoder config --- stream/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/src/lib.rs') diff --git a/stream/src/lib.rs b/stream/src/lib.rs index 1407643..a94f4c7 100644 --- a/stream/src/lib.rs +++ b/stream/src/lib.rs @@ -37,6 +37,7 @@ pub struct Config { #[serde(default)] pub offer_vp8: bool, #[serde(default)] pub offer_vp9: bool, #[serde(default)] pub offer_av1: bool, + pub transcoder: jellytranscoder::Config, } pub struct SMediaInfo { -- cgit v1.3