fms

RTMP stream not found in AS3

Working on creating a video player, and for some reason the rtmp stream is not found. I must be missing something obvious, but can't seem to find where. The stream i am testing with is rtmp://cp67126.edgefcs.net/ondemand/mediapm/osmf/content/test/akamai_10_year_f8_512K which is definitely there. package { import com.bfwpub.data.*; ...

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

Adobe AIR: Capturing the Desktop and sending to FMS

Is it possible to do this on Windows, Mac, and Linux? Anyone have example of how to accomplish? ...

How can I listen for trace() statements on the Flash Media Server Administration API?

I am connected to the Flash Media Server Administration API via RTMPE on port 1111 and I'd like to monitor calls to trace() from the server side actionscript code. ...

How to embed timecode when publishing live video and render it when watching?

I've managed to publish video now: ... ns.attachAudio (mic); ns.attachCamera (cam); ns.publish ("name","record"); But without time information. Has anyone managed to do this? ...

Why my NetConnection object won`t connect?

Hi, Im trying to save whats being captured by the webcam in the Flash Media Server installed in my machine, but the netConnection object fails at connection. Can you tell me what Im doing wrong or where should I start looking? How do I know If my FMS server is allright? var RTMP:String = "rtmp://localhost/vod/legend"; var nTimer:Num...

Server that records live streams?

Does anybody know of a server that can record live streams published by a FMS? ...

Flash Media Server (FMS) streams recording

Hi, I'm trying to record a FLV, using servers-side scripting. It's working as expected. I'm using record('append') to add streams to the same file. What I want to do now is record the streams in "real-time". I want to keep the same functionality (append) but I want to "records" the time that there is no streams available. In other words...

what's the best media solution for java in a chat application?

Hi experts :) I'm about to make a decision about the ideal technology for audio/video chat and I need your expert advice, specifically on the client side. java media framework doesn't seem mature enough, fms seems ok but are there any java clients for flash media server or Red5? any clues, guides appreciated. thanks ...

while live/recording when refresh the browser will the stream closed in FMS??

Hi All, While live/recording will the stream closed in fms when I refresh the browser?? Thanks in advance. ...

rtmfp open source implementation or FMS with rtmfp hosting?

Is there an open source implementation of rtmfp? Is there FMS hosting that support rtmfp? What is the price of FMS4 enterprise? Thanks ...

how to protect fms to use it only for my web site clients?

What is the simple way to protect Flash Media Server? Here is what i mean. Will suppose FMS used only for publish and play operations (simple video chat). So anybody can use this server for own needs... What is why i ask. Maybe when swf was downloaded from my site, pass into parameter like session id, and after FMS can make rpc call to...