Remove merge audio tracks option for streaming. Streaming sites dont support multiple audio tracks (in general)

This commit is contained in:
dec05eba
2025-01-03 17:20:16 +01:00
parent 170b2493fc
commit 60e8da0aa9
3 changed files with 8 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ namespace gsr {
int32_t video_height = 0;
int32_t fps = 60;
int32_t video_bitrate = 15000;
bool merge_audio_tracks = true;
bool merge_audio_tracks = true; // Currently unused for streaming because all known streaming sites only support 1 audio track
bool application_audio_invert = false;
bool change_video_resolution = false;
std::vector<std::string> audio_tracks;