Compute the bitrate on the host side for supported clients
This commit is contained in:
@@ -39,6 +39,8 @@ namespace audio {
|
||||
|
||||
constexpr auto SAMPLE_RATE = 48000;
|
||||
|
||||
// NOTE: If you adjust the bitrates listed here, make sure to update the
|
||||
// corresponding bitrate adjustment logic in rtsp_stream::cmd_announce()
|
||||
opus_stream_config_t stream_configs[MAX_STREAM_CONFIG] {
|
||||
{
|
||||
SAMPLE_RATE,
|
||||
|
||||
Reference in New Issue
Block a user