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
0
votes
1 answer

Multiple live stream video publishers using FMS, Wowza, etc.?

I need to develop a web portal with multiple live stream publishers (up to 4), and many viewers, using RTMP. Live video publishers are well known and always the same, so in the case of using FMS (since I have some experience with Flash and…
0
votes
1 answer

Remote SharedObject isn't synced/persisted

I'm using FMS 4.0. I'm trying to use the Remote SharedObject, which I've I used in the past, but nothing seems to work. Even the most simple example doesn't work. No events are triggered on the SO instance (no NetStatusEvent or SyncEvent). No…
Nando Vieira
  • 964
  • 10
  • 17
0
votes
1 answer

Reference Error:1069: when trying to call client function from Server FMS(Flash Media Server)

Currently i am working on client and Server side communication, using flex and FMS(Flash Media Server). I am trying to execute the below program, which checks the connection status every 2 sec, and disconnects if there is no response from…
user1647017
  • 283
  • 1
  • 2
  • 14
0
votes
1 answer

netstream.buffer.empty red5 , Flash Player hangs

I'm developping a Flex Application to be able to live stream video by red5. When I am using the latest flashplayer(11.4), the flash player will become stutter and hang sometimes .Surprisingly, that doesn't occur when I am using fms(flash media…
0
votes
1 answer

FFmpeg Stream Transcoding

I have got a streaming application that displays the stream sent from a Flash Media Server. I want to grab that stream and transcode it to a output stream with a different bitrate using ffmpeg. Could such kind of thing be done using ffmpeg?
Stryker33
  • 473
  • 1
  • 5
  • 16
0
votes
3 answers

FMS FLV (Speex) to mp3/mp4/acc/wav

I'm trying to decode an FLV's audio to a playable format. I attempted to use this SO post: FMS FLV to mp3.. as an example, but my FLV is encoded in Speex. I have compiled ffmpeg with --enable-libspeex on a Fedora 15 machine. I believe this can be…
tier1
  • 6,303
  • 6
  • 44
  • 75
0
votes
2 answers

Saving Streamed Audio from Mic on Adobe FMS

Im trying to capture mic data from a swf, stream it to adobe flash media server, and save it as a wav file. Currently I can only stream the mic data to the server and save it in FLV format. Anyone know how I can covert it to a WAV or save it as a…
Graham
  • 1,145
  • 4
  • 16
  • 25
0
votes
1 answer

What is Adobe Media Server IP multicast?

I want to know how can it benefit my application if I have the version that have IP multicast. Please explain to me in simple terms. Thanks
Kevin Lee
  • 1,079
  • 6
  • 17
  • 34
0
votes
1 answer

Restreaming video from XSplit to multiple JustinTV/TwitchTV channels in different resolutions and bitrates

I have a really simple question but the answer may be a little more complex I guess. Okay. Let's go. I have an Application called Xsplit Broadcaster (http://www.xsplit.com/). It supports streaming video through RTMP. Now what I want to do is this: …
lmojzis
  • 551
  • 7
  • 17
0
votes
1 answer

Use flash media plyer like youtube to play back netsteam from fms

I am using adobe FMS 4.5 to record video from webcam and playback netsream from fms in same application. my client side Action Script is like package { import fl.controls.Button; import flash.display.Sprite; import…
Deependra Singh
  • 1,504
  • 16
  • 31
0
votes
1 answer

I recording video to FMS want to improve video quality.

I recording video to FMS dvr I want to improve quality of video sending to FMS. How could I do this?
Rohit Dhore
  • 191
  • 3
  • 15
0
votes
1 answer

EC2 to S3 - Amazon

I am running Adobe Media Server 5 on a EC2 machine and I also have a recording application that saves .flv file to the default AMS folder, I`d like to send all recorded files to S3 as soon as they get to the folder. Since we are using RTMP, I need…
0
votes
1 answer

Converting FMS RTMP Live stream to RTSP for BlackBerry

Is there a way to convert a RTMP live stream from FMS 4.5 to RTSP for a BlackBerry App? I have a FMS 4.5 server deployed would like to enable live streaming to BlackBerry users via a native app and according to BlackBerry documentation, the only…
imbayago
  • 501
  • 1
  • 7
  • 22
0
votes
1 answer

Do I need to do anything different with the client or is it a server setting that needs modification?

I have a Flex based application which is using Flash Media Server (FMS) server (version 4.0) for live video streaming between two users (i.e. a one to one teleconferencing service). This streaming is one-to-one, as defined by business rules, so…
0
votes
1 answer

Getting error when using getTimer() on FMS

I am getting error "No such method found" when using getTimer() on FMS. I wonder, as it's present in AS1.0 also. Any tips on how to use this function pls ?
Vishwas
  • 1,533
  • 2
  • 19
  • 40