mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
84951cbc74
* Update the demo config file for include directive * update config file * update config file
9 lines
165 B
Text
9 lines
165 B
Text
vhost include.srs.com {
|
|
hls {
|
|
enabled on;
|
|
}
|
|
http_remux {
|
|
enabled on;
|
|
mount [vhost]/[app]/[stream].flv;
|
|
}
|
|
}
|