mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 19:31:53 +00:00
24 lines
566 B
Text
24 lines
566 B
Text
# the config for srs demo
|
|
# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleDemo
|
|
# @see full.conf for detail config.
|
|
|
|
listen 19350;
|
|
max_connections 1000;
|
|
daemon on;
|
|
srs_log_tank file;
|
|
srs_log_file ./objs/srs.demo.19350.log;
|
|
pid ./objs/srs.demo.19350.pid;
|
|
|
|
vhost __defaultVhost__ {
|
|
enabled on;
|
|
play {
|
|
gop_cache on;
|
|
}
|
|
hls {
|
|
enabled on;
|
|
hls_path ./objs/nginx/html/forward;
|
|
hls_fragment 5;
|
|
hls_window 30;
|
|
}
|
|
}
|
|
|