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
2
votes
2 answers

live stream quality vs frame dropping?

I have a custom FMS app and Flash Player broadcaster which uses bandwidth detection to set quality such as: camera.setQuality( detected_bandwidth, 0 ); This works very well to avoid frames from dropping with broadcasters with slow upload speeds but…
Gattster
  • 4,613
  • 5
  • 27
  • 39
2
votes
0 answers

Using HTTP From FMS Server 4 to Upload Video

We have an application where a user records video which is encoded by Adobe Flash Media Server 4. We now need to put that file on an S3 bucket to get it into our CDN. Ideally we would simply like to PUT the file to the bucket using the RESTful…
João Bragança
  • 1,353
  • 1
  • 13
  • 29
2
votes
2 answers

RTMP Stream Bitrate alternatives

Which bit rates would you assign as normal and high? Quick Example: For the current project. On one hand I require a high quality stream (for full-screen). And of course, on the other it also has to be fast. The problem to solve is to balance it up…
Theo.T
  • 8,905
  • 3
  • 24
  • 38
2
votes
1 answer

ffmpeg always passes the video through directshow?

ffmpeg always passes the video through directshow? I need to get a streaming video that came from a ip camera, and pass it to directshow. I'm using ffmpeg to get this video, and I'd like know if on windows, everything that ffmpeg makes use the…
GodFather
  • 3,031
  • 4
  • 25
  • 36
2
votes
1 answer

adobe media server 4 cost with amazon?

Has anyone tried using flash media server 4 on Amazon web service? I was wondering what your experience was and the costs of running it?
Saad
  • 26,316
  • 15
  • 48
  • 69
2
votes
1 answer

NetStream.publish Webcam to FMS working in standalone player, but not in browser

I am trying to publish the video of a webcam to a Flash Media Server 2. My code is working in the Flash standalone player (tested with 10.0 and 10.2), but not in the browser plugin (tested with 10.2, both in IE and Opera. The connection to my FMS is…
Malyngo
  • 863
  • 7
  • 18
2
votes
1 answer

Using Flash Media Server (FMS) with RTMP for live video chat

I am trying to get a very basic example of live video chat to work with Flash Media Server, but no matter how hard I try, it's just not working for me. I am using the tutorial and code from this web page:…
vipergtsrz
  • 1,061
  • 1
  • 12
  • 17
2
votes
1 answer

Flash p2p: managing clients

What's the best way of managing clients in p2p (cirrus) application? For example, I want to make a game for 2 players. User clicks button "Play", and another random user (who also clicked "play"), will become his opponent. And I'm trying to…
Timofei Davydik
  • 7,244
  • 7
  • 33
  • 59
2
votes
2 answers

Advancing a video frame-by-frame with Flex and Flash Media Server

I've got an Adobe Flash Media Server set up with some streaming videos (.f4v). I've got a Flex app that uses a VideoDisplay component to connect and play videos. For this particular application, it will be important that users can pause a video and…
Srekel
  • 2,183
  • 3
  • 21
  • 26
2
votes
1 answer

live streaming Flex

I have been working on a Flex application that sends a feed from my webcam to the Flash Media server. The application connects to the server fine but for some reason the camera is not sending anything to the Media Server. I am pretty sure that the…
2
votes
2 answers

Publishing Live Video to CloudFront Streaming

I'm doing research into the best way to stream live video in a webapp (multiple user created streams). So far it looks like using AWS CloudFront to distribute the video to flash clients would be fairly straightforward, but I haven't found much…
2
votes
1 answer

as3 + red5/fms: recording audio from soundmixer

i'm wondering if there's a way to record live audio from flash' SoundMixer (NOT from the microphone). Might be a simple question but i'm a noob with red5/fms technologies and can't find anything online that answers my question :\ TIA for your…
jurito
  • 351
  • 3
  • 16
2
votes
1 answer

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

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…
Bassel Alkhateeb
  • 1,584
  • 5
  • 19
  • 35
2
votes
2 answers

What's the equivalent of FMS for iphone?

Since iphone doesn't support flash at all. Is it Darwin streaming server ?
wamp
  • 5,789
  • 17
  • 52
  • 82
2
votes
1 answer

Any Ruby AMF clients out there?

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?
mat3001
  • 271
  • 3
  • 7