mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
10 lines
165 B
Text
10 lines
165 B
Text
|
vhost include.srs.com {
|
||
|
hls {
|
||
|
enabled on;
|
||
|
}
|
||
|
http_remux {
|
||
|
enabled on;
|
||
|
mount [vhost]/[app]/[stream].flv;
|
||
|
}
|
||
|
}
|