AI Agent Hub
Back to plugins
🖥️

dsh-live-bitrate

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-live-bitrate

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, visit the source repository at https://github.com/uckkk/dsh-live-bitrate and run dsh plugin install uckkk/dsh-live-bitrate to install this live bitrate plugin.

About this plugin

Estimating streaming bitrate usually means digging through formulas or hitting external APIs, which breaks the flow of a conversational workflow. dsh-live-bitrate collapses that step into a single tool call you can invoke right inside your session—no extra services required.

The plugin registers a live_bitrate tool that computes the bitrate from your parameters and returns a detailed result. Built in pure Node with zero network calls, it works fully offline and delivers deterministic output for latency-sensitive use cases.

Whether you are a content creator needing a quick bitrate estimate, a streaming engineer who wants repeatable numbers, or a developer integrating bitrate math into an automated pipeline, this plugin removes the manual formula step and puts the answer one call away.

Use Cases

  • Quickly estimate target bitrate before going live
  • Validate encoding parameters during streaming configuration
  • Compute bitrate offline without any network access

Best For

  • Streaming engineers and codec developers
  • Content creators who frequently estimate bitrate
  • Developers who prefer offline local computation