-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
1,173 additions
and
771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
listen 1935; | ||
max_connections 1000; | ||
daemon off; | ||
srs_log_tank console; | ||
|
||
http_server { | ||
enabled on; | ||
listen 8080; | ||
dir ./objs/nginx/html; | ||
} | ||
|
||
http_api { | ||
enabled on; | ||
listen 1985; | ||
} | ||
stats { | ||
network 0; | ||
} | ||
rtc_server { | ||
enabled on; | ||
# Listen at udp://8000 | ||
listen 8000; | ||
# | ||
# The $CANDIDATE means fetch from env, if not configed, use * as default. | ||
# | ||
# The * means retrieving server IP automatically, from all network interfaces, | ||
# @see https://github.com/ossrs/srs/wiki/v4_CN_RTCWiki#config-candidate | ||
candidate $CANDIDATE; | ||
} | ||
|
||
vhost __defaultVhost__ { | ||
rtc { | ||
enabled on; | ||
rtc_to_rtmp on; | ||
} | ||
http_remux { | ||
enabled on; | ||
mount [vhost]/[app]/[stream].flv; | ||
} | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
source.200kbps.768x320.flv |
Oops, something went wrong.