winlin

add transcode for demo meeting hls.

@@ -192,13 +192,13 @@ vhost players_chat { @@ -192,13 +192,13 @@ vhost players_chat {
192 vfilter { 192 vfilter {
193 } 193 }
194 vcodec libx264; 194 vcodec libx264;
195 - vbitrate 300; 195 + vbitrate 150;
196 vfps 15; 196 vfps 15;
197 - vwidth 768;  
198 - vheight 320; 197 + vwidth 576;
  198 + vheight 240;
199 vthreads 1; 199 vthreads 1;
200 vprofile baseline; 200 vprofile baseline;
201 - vpreset fast; 201 + vpreset ultrafast;
202 vparams { 202 vparams {
203 g 30; 203 g 30;
204 } 204 }