fms3

Prevent FMS3 from creating http directory under my application's directory

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...

Create server-side DVR application to be able to record DVR in FMS

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...

fms: what's the difference between client.prototype.function and clientObj.function() ?

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 ? ...

Flash media server delayed streaming

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. ...

Do we need FMS sever to work on RTMP protocol or we can use tomcat ?

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 ...

Flash 3.5.3 - breaking change on playing pre-recorded files?

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...

fms port error after installed

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...

fms port preoblem

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...

Have any free flash media services for testing my project?

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. ...

Execute system commands via actionscript on Flash Media Server?

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...

How's ActionScript 3.0 supported on symbian,android,iphone and windowCE?

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...

Start fms with an application loaded automatically

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. ...

flash media server FMS 3.5 and IIS on same machine

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...

Flex 3.4 and FMS 3.5.1 - Problem sending ByteArray on RTMP call

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 ); ...

FMS FLV to mp3/aac/wav

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? ...