Skip to content

Commit

Permalink
Merge pull request #144 from ocarriles/master
Browse files Browse the repository at this point in the history
issue #99
  • Loading branch information
ocarriles authored May 4, 2019
2 parents 6aa6817 + d5e09b9 commit aca02f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
public class MediaZone {

protected static final int BUFFER=1500;
protected static final int BUFFER= 8 * 1024;
private static transient Logger LOG = Logger.getLogger(MediaZone.class);

protected int originalRtpPort;
Expand Down

0 comments on commit aca02f8

Please sign in to comment.