fms

How to play .3gp videos in mobile using RTMP (FMS) and HTTP?

Hi I am not able to play video on mobile device which is .3gp container and H.263 / AMR_NB encoded. I just want to play my website videos in mobile device also just like youtube.com. I want to use RTMP and HTTP both. My requirement is as follows- Which codec and container will be best? Should I use FLV to play video on mobile dev...

Error #2130 Unable to flush sharedObject

I cant flush the shared object in my project. What can I do for that problem? ...

Combining streams on FMS: sync and unify

Hi folks, I was wondering if this can be done easily (or at least "can be done"). I have several live streams from different users - all being served by an FMS server for online talk. We are recording every incoming stream. What we want is to join them in some way so we could have a single file, synced, combined from several incomi...

Flash Media Server Streaming: Content Protection

Hi, i have to implement flash streaming for the relaunch of our video-on-demand system but either because i haven't worked with flash-related systems before or because i'm too stupid i cannot get the system to work as it has to. We need: Per file & user access control with checks on a WebService every minute if the lease time ran out ...

Stream.play on server side makes video choppy

I have an *.flv file on a FMS. When I play it on the client side the video plays just fine, but when I call Stream.play(filename, 0, -1, false) on the server side the video turns out really choppy. I both cases I use NetConnection to connect to an rtmp and NetStream to play the stream, but in one case I connect to a stream and request t...

Flash Media Interactive Server with MogileFS

Hi! Is it possible to get Flash Media Interactive Server working in conjunction with MogileFS? What it boils down to is that I need FMIS to fetch the FLV files from MogileFS over HTTP. As far as I can tell, however, the FMIS can only fetch and stream files from a local store :/ Anyone have experience with this or other ideas? Thanks! ...

Flash Media Server dynamic file naming

I'm trying to figure out most efficient/safe way to name recorded streams on FMS. The case is to get listing of recorded streams from the server (eg. rec_001, rec_002...) and dynamically add rec_003 filename to the new stream that is being recorded. I'm thinking about either using FMS File Object and put everything in array of files eve...

wowza vs Flash Media Server (FMS / FMIS) - ease of integration with ASP.Net

We're creating a web site offering one to many video chat and trying to decide on which of these streaming servers to go with. Looking at around 256kbps live streams, hoping to achieve at least 1000 simultaneous streams on one 8-core server. Wowza is cheaper (1k vs 5k for FMS), and appears to be used successfully by many sites (StreamL...

save data into flash media server like rdbms.

hii... im using fms to save datas like rdbms. Im using shared object for this. But I cant save more than one row of data into flash media server. What can I do for this purpose?? ...

Any Ruby AMF clients out there?

Hi, I'm looking for a way to push/receive AMF0 / AMF3 messages in Ruby(Rails). From what I read rubyAMF can only act as a server. What I need is a library that allows client access to FMS/Wowza.Any ideas? ...

What is the purpose of FMS server and how does it figure into my requirements ?

Hello, I had a project requirement which was to stream video to people across the globe (max 100 simultaneous connections) and i was under the impression that a single HTTP server is sufficient. However, a friend of mine said i will have to use an FMS server. How does this basically work ? If i record video from my webcam and store it...

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

How can I simulate blocking RTMP over port 80 on Windows?

I've got a simple Flash client connecting to a Flash Media Server, and I'd like to be able to simulate the client doing the following: Attempting to connect to an RTMP stream on port 1935 and failing, Falling back to RTMP on port 443 and failing, Falling back to RTMP on port 80 and failing, and ultimately Falling back to RTMPT (HTTP) o...

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 to retrieve real time video stream(from web camera) from flash media server in a browser ?

Or say, How does the url of FMS real time video stream look like? I guess it shouldn't be like http://domain.name/f.flv, then how is it like? ...

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

How to implement flv -> mp4/ogg live stream transcoding with FMS?

flv is not directly supported by most mobile browsers, so I want to convert to the mp4/ogg format. Is there anyhow I can achieve it with FMS that generated the .flv file from live webcam stream? UPDATE I found a similar question here which partly does the job: ffmpeg -i input.flv output.mp4 But I need streaming ...

What's the equivalent of FMS for iphone?

Since iphone doesn't support flash at all. Is it Darwin streaming server ? ...

Is it possible to retrieve frames as images out of FMS live stream?

Has anyone tried this ? What's the best practice for this? ...

Can ffmpeg process rtmp stream from FMS at all?

ffmpeg -i rtmp:/vid2/recordings -acodec copy -vcodec copy -y captured.flv or ffmpeg -i rtmp://localhost/vid2/recordings -acodec copy -vcodec copy -y captured.flv The above command only give me this error: rtmp://localhost/vid2/recordings: no such file or directory Isn't ffmpeg supposed to be able to handle rtmp streams? ...