Make app use null network rather than bandwidth analysis when previewing

This commit is contained in:
jp9000 2013-03-30 13:42:41 -07:00
parent 91aa0bee2f
commit 3929e7ae40

View File

@ -102,7 +102,7 @@ void OBS::Start()
String strError;
if(bTestStream)
network = CreateBandwidthAnalyzer();
network = CreateNullNetwork();
else
{
switch(networkMode)