Make app use null network rather than bandwidth analysis when previewing
This commit is contained in:
parent
91aa0bee2f
commit
3929e7ae40
@ -102,7 +102,7 @@ void OBS::Start()
|
|||||||
String strError;
|
String strError;
|
||||||
|
|
||||||
if(bTestStream)
|
if(bTestStream)
|
||||||
network = CreateBandwidthAnalyzer();
|
network = CreateNullNetwork();
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
switch(networkMode)
|
switch(networkMode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user