mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
enable hls for push flv.
This commit is contained in:
parent
99e4bad56f
commit
f6252c7f72
1 changed files with 13 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
|
||||
listen 1935;
|
||||
max_connections 1000;
|
||||
http_server {
|
||||
enabled on;
|
||||
listen 8080;
|
||||
dir ./objs/nginx/html;
|
||||
}
|
||||
stream_caster {
|
||||
enabled on;
|
||||
caster flv;
|
||||
|
@ -11,4 +16,12 @@ stream_caster {
|
|||
listen 8936;
|
||||
}
|
||||
vhost __defaultVhost__ {
|
||||
hls {
|
||||
enabled on;
|
||||
hls_fragment 10;
|
||||
hls_window 60;
|
||||
hls_path ./objs/nginx/html;
|
||||
hls_m3u8_file [app]/[stream].m3u8;
|
||||
hls_ts_file [app]/[stream]-[seq].ts;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue