mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-09 00:56:39 -05:00
[streaming/xcode] configurable MP3 streaming bitrate
This commit is contained in:
committed by
ejurgensen
parent
cae790ed7e
commit
554799ebc3
@@ -446,7 +446,7 @@ static struct cast_session *cast_sessions;
|
||||
static struct cast_master_session *cast_master_session;
|
||||
//static struct timeval heartbeat_timeout = { HEARTBEAT_TIMEOUT, 0 };
|
||||
static struct timeval reply_timeout = { REPLY_TIMEOUT, 0 };
|
||||
static struct media_quality cast_quality_default = { CAST_QUALITY_SAMPLE_RATE_DEFAULT, CAST_QUALITY_BITS_PER_SAMPLE_DEFAULT, CAST_QUALITY_CHANNELS_DEFAULT };
|
||||
static struct media_quality cast_quality_default = { CAST_QUALITY_SAMPLE_RATE_DEFAULT, CAST_QUALITY_BITS_PER_SAMPLE_DEFAULT, CAST_QUALITY_CHANNELS_DEFAULT, 0 };
|
||||
|
||||
|
||||
/* ------------------------------- MISC HELPERS ----------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user