Fix delays inbetween audio streams (#632)

This commit is contained in:
Amish Shah
2016-09-09 18:28:16 +01:00
parent e57fe71387
commit f192d16b5b
3 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class StreamDispatcher extends EventEmitter {
this.stream = stream;
this.streamingData = {
channels: 2,
count: sd.count,
count: 0,
sequence: sd.sequence,
timestamp: sd.timestamp,
};