Use different bitrates for each stream configuration

This commit is contained in:
Cameron Gutman
2014-10-22 00:04:58 -04:00
parent b7510717c8
commit 3357b3882b
2 changed files with 6 additions and 7 deletions

View File

@@ -25,7 +25,6 @@
_callbacks = callbacks;
_config.riKey = [Utils randomBytes:16];
_config.riKeyId = arc4random();
_config.bitRate = 10000;
return self;
}