Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vbence/stream-m
Browse files Browse the repository at this point in the history
  • Loading branch information
vbence committed Nov 18, 2020
2 parents 90376f2 + 0a203af commit 5b09840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/czentral/minirtmp/MiniRTMP.java
Original file line number Diff line number Diff line change
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 5b09840

Please sign in to comment.