mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the chat, use players_pub_rtmp without hls and gopcache, low latecy
This commit is contained in:
parent
de60fb59f6
commit
6b99a749ea
3 changed files with 93 additions and 6 deletions
|
@ -142,6 +142,13 @@ vhost players_pub {
|
|||
hls_window 30;
|
||||
}
|
||||
}
|
||||
# rtmp only, no hls, for chat(low latecy)
|
||||
vhost players_pub_rtmp {
|
||||
gop_cache off;
|
||||
hls {
|
||||
enabled off;
|
||||
}
|
||||
}
|
||||
|
||||
# for development
|
||||
vhost dev {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue