mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
Enable HTTP-FLV for conf/rtc.conf
This commit is contained in:
parent
eaeacab920
commit
dd8f7ff09a
1 changed files with 4 additions and 0 deletions
|
@ -34,5 +34,9 @@ vhost __defaultVhost__ {
|
||||||
enabled on;
|
enabled on;
|
||||||
bframe discard;
|
bframe discard;
|
||||||
}
|
}
|
||||||
|
http_remux {
|
||||||
|
enabled on;
|
||||||
|
mount [vhost]/[app]/[stream].flv;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue