Skip to content

Commit

Permalink
Update MiniRTMP.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mbattista committed Mar 13, 2020
1 parent 2df91b8 commit 30dd4c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/czentral/minirtmp/MiniRTMP.java
Expand Up @@ -80,9 +80,9 @@ public void run() {
}

ResourceLimit limit = new ResourceLimit();
limit.chunkStreamCount = 32;
limit.assemblyBufferCount = 8;
limit.assemblyBufferSize = 16384;
limit.chunkStreamCount = 8;
limit.assemblyBufferCount = 2;
limit.assemblyBufferSize = 4096;

Feeder feeder = new Feeder(new Buffer(262144), is);

Expand Down

0 comments on commit 30dd4c9

Please sign in to comment.