increase bitrate

This commit is contained in:
zuckerberg 2021-05-18 19:28:51 -04:00
parent 8c747154f9
commit 9e69bd9559

View File

@ -23,13 +23,17 @@ in {
<authentication> <authentication>
<source-password>hackme</source-password> <source-password>hackme</source-password>
</authentication> </authentication>
<limits>
<queue-size>12800000</queue-size>
<burst-size>2560000</burst-size>
</limits>
<http-headers> <http-headers>
<header type="cors" name="Access-Control-Allow-Origin" /> <header type="cors" name="Access-Control-Allow-Origin" />
</http-headers> </http-headers>
<mount type="normal"> <mount type="normal">
<mount-name>/${cfg.mount}</mount-name> <mount-name>/${cfg.mount}</mount-name>
<max-listeners>20</max-listeners> <max-listeners>10</max-listeners>
<burst-size>65536</burst-size> <bitrate>64000</bitrate>
<hidden>false</hidden> <hidden>false</hidden>
<public>false</public> <public>false</public>
</mount> </mount>