View Single Post
  #1 (permalink)  
Old 05-06-2009, 11:14 AM
Roger Roger is offline
Member
 
Join Date: Apr 2008
Posts: 41
Default How to resize the video cam?

Q: Our chat members like a big size of video cam, how can I enlarge the video cam box without the video quality dropped?

A: If you have many users and your server is not "strong enough", we suggest you don't try to enlarge the video cam box too large. As which will eat up many resources of your server!

If you really need, please accord my way:

1) Put the "vconf.txt" below in your "client" folder
2) Change the size and quality as you like in the vconf.txt.

Note:
init_c_w = 400
init_c_h = 300
init_v_w = 400
init_v_h =300
This four is used to change the size of your video box.

init_bw = 48
This one is the bandwith, which can aljust the video quality.

3) Open your index.html in "client" folder, then find the code below:
openSWF("123flashchat.swf","779","505");then change to
openSWF("123flashchat.swf?init_vc=1","779","505");

Done!

PS: If you're host users, we suggest you don't ask for enlarging the size of your video, which will increase the burden of our host server. So if you need change it, we'll charge more.

Key Words: Video quality, Resize, Video box

Last edited by Roger; 06-29-2009 at 07:41 AM.