Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Flash Media Server

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-06-2004, 01:39 PM   #1
artane
Registered User
 
Join Date: Aug 2003
Posts: 62
Default how can I change video quality in AVPresence?

Hi guys,

I've got a video chat application that uses the AVPresence component. I want to reduce the video bandwidth and video quality but, when I make the changes in the propety inspector, they have no affect whatsoever on the published movie.

Why doesn't anything happen when I change these settings?

I've been experimenting with the following line of actionscript but, it doesn't seem to do anything either:

Camera.setQuality(8000, 25);

I've got it on frame 1 of my movie, is that correct? Will it over-ride the settings of the AVPresence component?

Generally, I just want to know how to change the quality and bandwidth settings of the AVPresence component so I can experiment and see what works best.

Thank you very much,

artane
artane is offline   Reply With Quote
Old 05-09-2004, 08:04 PM   #2
focus
Registered User
 
Join Date: May 2004
Posts: 5
Default

[B]hi artane help time chat
relase example relase script tenx
focus is offline   Reply With Quote
Old 06-24-2004, 06:13 PM   #3
thumbling
Registered User
 
Join Date: Jun 2004
Posts: 21
Default

try something like

ActionScript Code:
AVPresence.vidWidth = 100; AVPresence.vidHeight = 100;

this will set the number of pixels to be captured, .. thus also the quality. Other properties of the AVPresence component you can set are:

ActionScript Code:
AVPresence.updateFps    AVPresence.vidWidth    AVPresence.vidHeight AVPresence.vidBandwidth AVPresence.vidQuality AVPresence.vidFps
Hope it helps ya!

(to be clear - all those things must be set on your AVPresence instance, of course)
thumbling is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:23 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.