  | |  | Uvault service quality | Uvault service quality 2004-02-10 - By tamal mukherjee
Back 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.
|
|
 |