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 01-24-2004, 05:30 PM   #1
datatechs
Registered User
 
Join Date: Jan 2004
Location: none
Posts: 4
Default Cam Setup

RandomCamSound component:

I need to know how to make a flash, cam file that I can make work with either an ip address or domain name
Can anyone tell me if the below script could be edited to make it work?
All I want to do is make a flash file that will load llive my cam so people can view it over the net at say, 30 frames per sec.
kaz thanks for any help.


webCamActivity.prototype.onLoad = function() {
this.cam = Camera.get();
this.cam.setMode(640, 480, 24, true);
this.webCam.attachVideo(this.cam);
this.webCam._visible = this.viewCam;
this.webCam._alpha = this.camAlpha;
var cB = this;
this.cam.onActivity = function() {
cB.activate();
datatechs is offline   Reply With Quote
Old 01-31-2004, 08:03 PM   #2
mrand01
Senior Member
 
Join Date: Jun 2003
Location: Morris Plains, NJ
Posts: 621
Send a message via AIM to mrand01
Default

for other people to view your camera, I think you'd need a copy of flash communication server
mrand01 is offline   Reply With Quote
Old 01-31-2004, 10:09 PM   #3
datatechs
Registered User
 
Join Date: Jan 2004
Location: none
Posts: 4
Default Thanks, I did purchase ...

I did purchase com server, it works great but is pretty intense on resources.

kaz
datatechs is offline   Reply With Quote
Old 01-31-2004, 10:19 PM   #4
mrand01
Senior Member
 
Join Date: Jun 2003
Location: Morris Plains, NJ
Posts: 621
Send a message via AIM to mrand01
Default

its not too bad on resources...I run a web server running Win2k Advanced Server and FlashCom. The comp is a dual 1ghz p3 xeon w/ 1 gb of RAM. Now granted, thats a fast computer, but by todays standards its really not. What kind of machine are you running FCS on?
mrand01 is offline   Reply With Quote
Old 02-01-2004, 02:39 AM   #5
datatechs
Registered User
 
Join Date: Jan 2004
Location: none
Posts: 4
Talking Actually...

I am running it on a kinda slow machine, around 1 gig, with 512 ram and running xp pro with pws.

I have a couple of dual processor, 2 gig of ram machines, just have not messed with setting them up to do web serving.
I will probably set them up for my streaming machines and use them.
I was using the Video conferencing in Communications Server.
Watching my bandwidth. It was sucking down pretty good.
I know that because when I use msn messenger to do the same thing, it does not use nearly as much bandwidth.

I do love the Come server software though.


datatechs is offline   Reply With Quote
Old 02-01-2004, 03:30 AM   #6
mrand01
Senior Member
 
Join Date: Jun 2003
Location: Morris Plains, NJ
Posts: 621
Send a message via AIM to mrand01
Default

don't use the video conferencing component included w/ FCS. It doesn't give you enough flexibility. Use the Video, NetStream, and NetConnection objects to connect to your server and play video, you should have better results.
mrand01 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 06:50 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.