mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
532 B
Plaintext
22 lines
532 B
Plaintext
# the config for srs demo
|
|
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo
|
|
# @see full.conf for detail config.
|
|
|
|
listen 19350;
|
|
daemon on;
|
|
srs_log_tank file;
|
|
srs_log_file ./objs/srs.demo.19350.log;
|
|
pid ./objs/srs.demo.19350.pid;
|
|
|
|
vhost __defaultVhost__ {
|
|
enabled on;
|
|
gop_cache on;
|
|
hls {
|
|
enabled on;
|
|
hls_path ./objs/nginx/html/forward;
|
|
hls_fragment 5;
|
|
hls_window 30;
|
|
}
|
|
}
|
|
|