| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jan 2004
Location: none
Posts: 4
|
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(); |
|
|
|
|
|
#2 |
|
Senior Member
|
for other people to view your camera, I think you'd need a copy of flash communication server
|
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2004
Location: none
Posts: 4
|
I did purchase com server, it works great but is pretty intense on resources.
kaz |
|
|
|
|
|
#4 |
|
Senior Member
|
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?
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jan 2004
Location: none
Posts: 4
|
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. |
|
|
|
|
|
#6 |
|
Senior Member
|
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.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|