mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use the right int type for port.
This commit is contained in:
parent
1c7d5f1852
commit
d8f18aee37
20 changed files with 105 additions and 149 deletions
|
@ -44,7 +44,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define SRS_CONSTS_RTMP_DEFAULT_VHOST "__defaultVhost__"
|
||||
#define SRS_CONSTS_RTMP_DEFAULT_APP "__defaultApp__"
|
||||
// default port of rtmp
|
||||
#define SRS_CONSTS_RTMP_DEFAULT_PORT "1935"
|
||||
#define SRS_CONSTS_RTMP_DEFAULT_PORT 1935
|
||||
|
||||
// the default chunk size for system.
|
||||
#define SRS_CONSTS_RTMP_SRS_CHUNK_SIZE 60000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue