mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
send set peer bandwidth packet.
This commit is contained in:
parent
2abfcee10f
commit
57dd58d557
9 changed files with 155 additions and 53 deletions
|
@ -34,7 +34,7 @@ int main(int /*argc*/, char** /*argv*/){
|
|||
return ret;
|
||||
}
|
||||
|
||||
if ((ret = server.listen(19350)) != ERROR_SUCCESS) {
|
||||
if ((ret = server.listen(1935)) != ERROR_SUCCESS) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue