Mailing List
Home
Forum Home
Flash Pro
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Uvault service quality

Uvault service quality

2004-02-10       - By tamal mukherjee

 Back
Reply:     1     2  

Hi there,

We have been using uvault as fcs provider for our video chat application
in our site. Our application is sort of publish-subscribe model. But we
are experiencing poor video feed. It's slow and blurry. Why is that? We
have taken a scheme that offers 1 MB peak bandwidth with 50 connections.
And we are testing our fcs application using Logitech quickcam.

Uvault helpdesk wanted to see the source code (pls see below) & the fla
file. I send them all and got a reply "We are looking at the code and
will get back to you with recommendations." Is there something wrong
with in my code? It's same as sample codes in Getting Started chapter
from FlashCom_Developing.pdf.

Have you guys faced similar problem with uvault? Pls advice.

Thanks.

Regards,
Tamal


var fcs_url = "rtmp:// my uvault url goes here";

client_cam = Camera.get();
Live_video.attachVideo(client_cam);
var client_nc;
var out_ns;
var in_ns;

function doConnect() {
client_nc = new netConnection();
client_nc.onStatus = function(info) {
trace("Level: " + info.level + " Code: " + info.code);
}
client_nc.connect(fcs_url);
}

function publishMe() {
out_ns = new netStream(_root.client_nc);
out_ns.attachVideo(client_cam);
out_ns.publish("myTestStream");
}

function playMe() {
in_ns = new netStream(_root.client_nc);
Published_video.attachVideo(in_ns);
in_ns.play("myTestStream");
}

// Connect to the server
doConnect();

// Publish the live stream
publishMe();

// Play back the stream from the server
playMe();


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Supported by Fig Leaf Software
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Lower Prices for Certified Training! Check out new lower prices for
Certified Macromedia Training from Fig Leaf Software. Expand your
skill set with courses in ColdFusion, Flash, Rich Internet
Applications and .NET in the new year.  Fig Leaf Software provides
the highest caliber instruction at our training centers in Washington  
D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at
your location.

Get the details at http://training.figleaf.com/
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: flashcomm-unsubscribe@(protected)
For additional commands, e-mail: flashcomm-help@(protected)




Earn $52 per hosting referral at Lunarpages.