I recently upgraded my environment from Flash Media Server 2to Flash Media Server 3, and I'm seeing a new behavior that's bugging me.
For some of my applications FMS is creating an "http" directory under the application's directory, and creating subdirectories within that for each application instance.
So, for an app called "myApp" sto...
Hi
I want to be able to use the DVR compability in FMS3. But to do that I need to implement a server-side DVR application it says in the documentation. The problem is I cannot find any example on this.
"You need to add server-side ActionScript to handle the recording and the correct client-side ActionScript to your media player."
http...
hi
i saw that people declare functions in two ways:
1.
application.onConnect = function(clientObj, uid,gameName) {
clientObj.functionname= function() { ... }
}
2.
Client.prototype.functionName = function() { ... }
what's the difference ?
...
I have a RED5 server I'm using to pass a live streaming between users' cameras.
What I need now is a way to create a delayed broadcast of the camera (intended delay) so that "super users" will be able to see it immediately and others will get it 10-15 seconds later.
If FMS is better for that, I will be happy to know why and how too.
...
right now am developing one chat application,now i want to use RMTP protocol to send messages to my clients ?
so what server should i use ? Tomcat or Flash Messeging server ??
please Help me
...
Hi there,
installing Adobe FMS 3.5.3 seems to completely wipe out all our interactive applications, and I wondered if anybody else had the same experience.
Back in the happy days of 3.5.2, to add a pre-recorded file to a stream, we created the stream:
this.clientPlayStream = Stream.get (slrStreamName);
then added a file to it:
this...
I installed fms 3.5 and actually am running apache for php in 8080 and want to make this fms service in different port and made it as 8083 while installing,
After installed when am starting fms using
./fmsmgr server fms start
it shows error message and i checked in messages file it gives already that port is used by someone
"Mar 2...
Hi,
i installed fms in my server, and already its running a apache for hp, so want to run this fms as a separate port in 8083
While installing i gave port number as 8083,and now its shows in "fms.ini"
ADAPTOR.HOSTPORT = 1935,8083
I think it should listen any of these ports, but its not working while am acessing
domain.com:8083
do...
hi
I am using FMS. But I use this only in locally. Are there any free flash media server services to test my project?
Thanks.
...
When writing an ActionScript application on Flash Media Server 3.5, is it possible to execute local (unix) system commands within the actionscript itself?
The uses of actionscript, being primarily used client side where people are quick to respond "No, that's impossible, it's a security risk for flash", make it difficult to search for q...
Anyone knows?
To deal with all the things you can do
with FMS3, you have two additional
language Application Program
Interfaces (APIs). Both APIs are
extensions of ActionScript and are
called Client-Side Media ActionScript
and Server-Side Media ActionScript, or
in this book, simply as CS
ActionScript and SS ActionScri...
Is it possible at flash media server, to start an application automatically when the server starts?
Or a way to check if it running, and if it's not, make it start automatically.
...
We are deploying a media management system within a local network. FMS will be used to serve the media within the local network. Since we will only have max 100 users and we have a powerful dual 4 core xeon and the plan was to install IIS and FMS on the same machine. But now I read that there will be a conflict because the embedded Apach...
Hello,
I installed a FMS 3.5 on my machine and created a new application with main.asc like this :
application.onAppStart = function()
{
/* Allow debugging */
this.allowDebug = true;
}
//Client is connected
application.onConnect = function( client )
{
//Accept the connection
application.acceptConnection( client );
...
Hi,
How can I decode a FLV's audio if it's recorded from a live stream using Flash Media Server and uses NellyMoser codec?
I'm writing a script that process several FLVs, using FFmpeg, so I need a command line solution.
Any ideas?
...