Questions tagged [flash-media-server]

Version 4 and below of what is now called Adobe Media Server, a server that uses the RTMP protocol to receive and deliver streaming audio and video.

This server works with the Flash Player runtime to create media driven, multiuser RIAs (Rich Internet Applications). The server uses ActionScript 1, an ECMAScript based scripting language, for server-side logic. The latest version is 5.
Adobe Flash Media Server family includes:

  • Flash Media Server 5 Professional/Standard/Extended
  • Adobe Flash Media Server on Amazon Web Services

References:

419 questions
1
vote
2 answers

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…
Elamurugan
  • 3,204
  • 13
  • 59
  • 104
1
vote
1 answer

How to stablish a Flash Peer-To-Peer Communication Over LAN (Without Cirrus/Stratus) with AIR

I'm trying to stream audio/video (I'm really only interested in Audio) in a LAN. I've followed tutorials in internet which I've found very informative like the ones from Tom Krcha and thought would solve my problem. But until now I've not been…
GV3
  • 491
  • 3
  • 16
1
vote
0 answers

Record F4V in Flash Media Server

I have problem with record live event in F4v through Flash Media Server I publish my live event on FMS though FFMPEG FFMPEG Code: ffmpeg -f dshow -i video="A4TECH USB2.0 PC Camera" -vcodec libx264 -b:v 32k -acodec libmp3lame -b:a 64k -ar 44100 -f…
M.Yazdian
  • 67
  • 4
  • 11
1
vote
1 answer

How to Authenticate to a asp.Net webservice from Flash Media Server

I've searched all over and can't find this addressed anywhere. I have a Flash Media Server script that writes data to an ASP.Net webservice when a user connects. It works great, but I want to lock down security if possible. The best I could come up…
Laramie
  • 5,457
  • 2
  • 39
  • 46
1
vote
1 answer

Test RTMP connection like ping domain -t in CMD

Is there a way to test RTMP connection like the command "ping domain -t" in CMD so that I can check how many times the RTMP server is down for a certain period of time.
putoshop
  • 112
  • 3
  • 13
1
vote
2 answers

Streaming Invoice generate

Is there any software available to calculate streaming usages (bandwidth, disk space etc.,) and generate invoice for the same as like Ceiolometer in OpenStack I'm looking for a solution to generate streaming invoice, based on user usage
Sathish
  • 3,477
  • 3
  • 26
  • 28
1
vote
1 answer

Getting information from a shared object on the adobe media server

I am currently stuck and cant find any answers anywhere!! So any help at all would be great! Currently Im trying to create a sharedObject on a client and send a string from the client containing information based on phone hardware(e.g. accelerometer…
1
vote
0 answers

Getting File list from Adobe Media Server 5

I have started working on a VOD app for Android. I am using the Adobe Media Server 5 for my streaming solution. I have been able to figure out how to configure the server to put files in the correct location and things like that. Right now my…
Anuj
  • 389
  • 1
  • 5
  • 20
1
vote
0 answers

Constant Buffering & Audio/Video Out of Sync RTMP Streaming

I am attempting to establish a high quality RTMP stream using Flash Media Live Encoder and Flash Media Server which is installed on my CentOS VPS Host. I am able to connect to the stream with the following url in the encoder:…
Dustin
  • 147
  • 1
  • 1
  • 13
1
vote
1 answer

Issue implementing HLS (http live streaming) with FMS and Flex 4.7

I am facing an issue implementing HLS with FMS 4.5 (also tried with FMS 5). I am following this article http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd6 09-52e437a812a3725dfa0-8000.html. When I am publishing live stream to…
1
vote
2 answers

how to connect from Flash Media Server 3.5 to Zend_Amf

i want to be able to connect from flash media server 3.5 to Zend_Amf (latest ZendFramework version). i tried doing the following: function amfresponder ( ) { this.onResult = function (result) { trace("Success: " +…
ufk
  • 30,912
  • 70
  • 235
  • 386
1
vote
0 answers

FMS 4.5 adding vhost administrators doesn't work

May be someone can help me. I am using FMS 4.5.5 on my windows 7 PC. I was able to add server admin on the FMS 4.5.5 but when I am trying to add a vhost administrator FMS admin console doesn't wan't to allow me in. When I am trying to ping the…
1
vote
1 answer

In flash media server how to identify client disconnected due to power cut off?

anyone please help, how can I find on flash media server that client disconnected (due to power cut off not manually). my fms code is next application.allowDebug = true; application.onAppStart = function(){ application.users_so =…
shashi
  • 37
  • 6
1
vote
2 answers

Reset/reuse a Flex Progress Bar

I'm using a progress bar to let a user know how much more live streaming video data is to be buffered before it starts playing. Have that much working fine. Problem is, if the buffer gets used up, and I need to rebuffer, I can't seem to get the…
1
vote
2 answers

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

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 ?
ufk
  • 30,912
  • 70
  • 235
  • 386