Skip to content

Commit

Permalink
Merge pull request #45 from mbattista/patch-1
Browse files Browse the repository at this point in the history
Update MiniRTMP.java
  • Loading branch information
vbence committed Mar 13, 2020
2 parents 9f339c6 + 30dd4c9 commit 0a203af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/czentral/minirtmp/MiniRTMP.java
Expand Up @@ -84,7 +84,7 @@ public void run() {
limit.assemblyBufferCount = 2;
limit.assemblyBufferSize = 4096;

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

HandshakeProcessor handshake = new HandshakeProcessor(os);
feeder.feedTo(handshake);
Expand Down

0 comments on commit 0a203af

Please sign in to comment.