-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #327 from wenjiegit/develop
for ossrs#328, add hds supported.
- Loading branch information
Showing
8 changed files
with
952 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# the config for srs to delivery hds | ||
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SampleHDS | ||
# @see full.conf for detail config. | ||
|
||
listen 1935; | ||
max_connections 1000; | ||
|
||
daemon off; | ||
srs_log_tank console; | ||
srs_log_level trace; | ||
|
||
vhost __defaultVhost__ { | ||
hds { | ||
enabled on; | ||
hds_fragment 10; | ||
hds_window 60; | ||
hds_path ./objs/nginx/html; | ||
} | ||
} |
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
Oops, something went wrong.