diff --git a/trunk/conf/demo.conf b/trunk/conf/demo.conf index 880cc310a..4c29eebfa 100644 --- a/trunk/conf/demo.conf +++ b/trunk/conf/demo.conf @@ -170,7 +170,6 @@ vhost players { } } } - vhost players_pub { hls { enabled on; @@ -190,7 +189,19 @@ vhost players_chat { ffmpeg ./objs/ffmpeg/bin/ffmpeg; engine chat_hls { enabled on; - vcodec copy; + vfilter { + } + vcodec libx264; + vbitrate 300; + vfps 15; + vwidth 768; + vheight 320; + vthreads 1; + vprofile baseline; + vpreset fast; + vparams { + g 30; + } acodec libaacplus; abitrate 30; asample_rate 44100; @@ -206,6 +217,6 @@ vhost chat_hls { enabled on; hls_path ./objs/nginx/html; hls_fragment 2; - hls_window 8; + hls_window 10; } } diff --git a/trunk/research/players/srs_bwt/release/srs_bwt.swf b/trunk/research/players/srs_bwt/release/srs_bwt.swf index 923a8af5d..6b68b051a 100755 Binary files a/trunk/research/players/srs_bwt/release/srs_bwt.swf and b/trunk/research/players/srs_bwt/release/srs_bwt.swf differ