all groups > macromedia flash flashcom > august 2007 > threads for august 29 - 31, 2007
Filter by week: 1 2 3 4 5
Configuration Server
Posted by FMS2 at 8/31/2007 12:00:00 AM
Hello,
I would have a question carrying about File Media Server 2, which functions
under RedHat ES4, we would like that the messages of the logs would be
deposited on another repertory other than that ?/var/log/messages?, which are
the modification to be made for that (Server.xml, Adapror.... more >>
FMS Binding to Wrong IP Address
Posted by dallasfms at 8/30/2007 10:10:19 PM
I have FMS installed on a machine with two IP addresses on the same network
card. I've configured the adaptor.xml file to bind to a particular IP which
worked fine for a while. It then suddenly decided to bind to the other IP
address and I cannot get to bind to the first IP address.
Has ... more >>
Preventing a NetStream.Buffer.Flush
Posted by cpowell1 at 8/30/2007 9:26:32 PM
I need to buffer a large amount of (non-live) streaming content in the
background while the user is distracted with something else. So far, the only
way I've found make the NetStream (or the FLVPlayback control) buffer is to put
it in a "play" state. Doing that and setting the bufferTime to a ... more >>
ActionScript 2.0 vs 3.0 NetConnection
Posted by cpowell1 at 8/30/2007 2:37:57 PM
I have some code I've been using to connect to a streaming server. This version
is compiled for ActionScript 2.0:
----
netConnection = new NetConnection();
netConnection.onStatus = function(info) {
trace("status: " + info.code);
};
netConnection.connect("rtmp://server.net/blah/blah/")... more >>
Install on RHEL5
Posted by Jesus Iglesias at 8/29/2007 9:22:35 PM
Hi,
Is there a way to install FMS2 on a Red Hat Enterprise 5 ?
Thanks... more >>
About FMS2 Connection
Posted by Jonson_chen at 8/29/2007 12:31:58 AM
Hi all
i want to publish microphone audio to the server but failed. stream always
show "live" on fms2_console, and no flv is published on server.
this is my client-script:
Code:
import flash.net.*;
import flash.events.*;
stop();
NetConnection.defaultObjectEncoding = ObjectEnco... more >>
|