From cd47e762451a41d9605d1293802499464bbdd79c Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Mon, 9 Jun 2025 19:56:37 -0500 Subject: [PATCH] Add FFmpeg speed display and audio codec to channel card --- frontend/src/pages/Stats.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/src/pages/Stats.jsx b/frontend/src/pages/Stats.jsx index 09163a5c..ab13c1e7 100644 --- a/frontend/src/pages/Stats.jsx +++ b/frontend/src/pages/Stats.jsx @@ -497,6 +497,17 @@ const ChannelCard = ({ channel, clients, stopClient, stopChannel, logos, channel {channel.audio_codec.toUpperCase()} )} + {channel.ffmpeg_speed && ( + + = 1.0 ? "green" : "red"} + > + {channel.ffmpeg_speed}x + + + )}