1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add transcode for demo meeting hls.

This commit is contained in:
winlin 2014-04-16 16:40:54 +08:00
parent ae3f7d9cb8
commit 28231cadda

View file

@ -192,13 +192,13 @@ vhost players_chat {
vfilter { vfilter {
} }
vcodec libx264; vcodec libx264;
vbitrate 300; vbitrate 150;
vfps 15; vfps 15;
vwidth 768; vwidth 576;
vheight 320; vheight 240;
vthreads 1; vthreads 1;
vprofile baseline; vprofile baseline;
vpreset fast; vpreset ultrafast;
vparams { vparams {
g 30; g 30;
} }