1
0
Fork 0
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:
winlin 2013-12-23 10:58:41 +08:00
parent de60fb59f6
commit 6b99a749ea
3 changed files with 93 additions and 6 deletions

View file

@ -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 {