Started 6 days, 2 hours ago (2009-11-24 20:59:00)
by calmchessplayer
are you using AS3? From the looks of your code you are therefore you have to create and intialize a text feild either with actionscript or by accessing the text field from within your document class.........is your onsync event within the document class ? If you have your code on the timeline then does your text field have an instance name of gameStart_txt ??? Your
complete problem is the ...
Started 1 week ago (2009-11-23 14:56:00)
by codycaughlan
Just to weed out issues with CentOS. I installed FMS on a Windows XP image successfully, can access the Admin Console and all. I tried running the same client app, this time connecting "
localhost" (trying to weed out any networking issues). Same problem.
Started 1 week, 1 day ago (2009-11-22 19:39:00)
by hybrid11
I am having the exact same issue, did you ever resolve it? We are using the Red5 Flash recorder with
FMS, and every now and then, the video and audio is out of sync (same issue as the original poster) after you record it, anyone know why?
Started 1 week, 4 days ago (2009-11-19 00:36:00)
by ghost31379
my brain is
hurtin and i'm sleepy but.....ok.......you have to have a connection first before you can call : var ball_so = SharedObject.getRemote("position", nc.uri, false); so what i usually do is code it like this...... function onstatus1 (event:NetStatusEvent): void { trace("connected is: " + nc.connected ); trace("event.info.level: " + event.info.level); ...
Started 1 week ago (2009-11-23 19:36:00)
by calmchessplayer
The development server is
fully functional and you can connect up to 10 connections with it either locally or externally...open port 1935 in your router and use your external IP address for the rtmp connection.
Started 2 weeks, 5 days ago (2009-11-11 14:58:00)
by Asa - FMS
Well, There are two ways to do edge/origin 1. You include the entire edge/origin connection line in the URL i.e.
rtmp://edgeServer/app/?rtmp://originServer/app/ or 2. You build a routing table into the configuration for your edge rtmp://edgeServer/app and then the app server's routing table directs to the origin. What are you trying to accomplish here. An ...
Started 6 days, 8 hours ago (2009-11-24 15:03:00)
by Asa - FMS
F4V and MP4 are essentially the same
file format as far as FMS is concerned. I can answer your questions here, but first are you comparing between our F4V/MP4 recording and FLV or truly between F4V and MP4 as they're practically the same thing? Asa
Started 1 week, 5 days ago (2009-11-18 14:51:00)
by Asa - FMS
What version of FMS are you running here? 3.5.2?
Started 1 day, 9 hours ago (2009-11-29 14:10:00)
by calmchessplayer
This (" http://localhost/myapplication2/cards.xml "); is an address on a
webserver where as the application folder containing the main.asc is local host...you either need to put the xml on a webserver or try to load the xml file using this (" cards.xml ");
Started 5 months, 4 weeks ago (2009-06-04 16:37:00)
by jody_b
Try setting the NetStream.bufferTime property to a higher value to stream some data into
Flash Player before it starts playing. Jody