From 3a3990ad5a5913fd0c79f57b8183ef7bee3e6815 Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Fri, 11 Oct 2024 03:46:34 +0300 Subject: [PATCH] Fix local config dependencies --- confs/local/flv.Cargo.toml | 1 + confs/local/webrtc.Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/confs/local/flv.Cargo.toml b/confs/local/flv.Cargo.toml index 956ba59a..f0fc7629 100644 --- a/confs/local/flv.Cargo.toml +++ b/confs/local/flv.Cargo.toml @@ -16,6 +16,7 @@ bytes = "1.0.0" failure = "0.1.8" serde = { version = "1.0", features = ["derive", "rc"] } log = "0.4" +indexmap = "1.9.3" bytesio = { path = "../../bytesio/" } h264-decoder = { path = "../../codec/h264/" } diff --git a/confs/local/webrtc.Cargo.toml b/confs/local/webrtc.Cargo.toml index 87c3722b..444b361a 100644 --- a/confs/local/webrtc.Cargo.toml +++ b/confs/local/webrtc.Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" webrtc = "0.8.0" async-trait = "0.1.70" fdk-aac = "0.6.0" -opus = "0.3.0" +audiopus = "0.3.0-rc.0" bytesio = { path = "../../library/bytesio/" } streamhub = { path = "../../library/streamhub/" }