On 23/11/2006 Daniela Remogna wrote:
> Hi João"
> I've download AMCap, but I'm not able to stream my Desktop Correctly.
> What are your settings under Options-->Video Capture Filter?
>
> Regards,
> Daniela Remogna
In Flash
capture();
stop();
function capture() {
// Find the index of the VH
for (i=0; i<Camera.names.length;i++){
trace(Camera.names[i]);
if (Camera.names[i] == "VHScrCap") {
break;
}
}
// Get a reference to the Live Output Camera object
localCamera = Camera.get(i);
// Set the Camera object width, height, and frame rate.
// Set the last parameter to true to maintain the requested capture size
and frame rate.
localCamera.setMode(640, 480, 5, true);
// Set the quality and/or bandwidth for video sent to the Flash
Communication Server
// This example ensures a minimum quality of 80, no matter how much
bandwidth it takes
localCamera.setQuality(0, 80);
// Start capturing video and displaying it in the Video object on the stage
video.attachVideo(localCamera);
}
With "about" shortcut of VHScrCap, click in "Create new one" button and
configure your
settings. So you can access to your desktop with a video quality. The
problem is the codec
of Flash player is optimized for video no screencast.
--
Saludos,
José Francisco Rives Lirola <jfrlATalu.um.es>
SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org