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

how exactly rtmfp / UDP works

I am trying to develop a live video chat app using flash and rtmfp protocol but I have doubts as to how rtmfp guarantees to connect peers especially when the peers are located in different networks.
Guru
  • 1,303
  • 18
  • 32
3
votes
0 answers

How to send msg along with rejectConnection in FMS

in main.asc, i tried this but doesnot work : errObj = {} //new Object(); errObj.msg = "You got a wrong username and password, disconnecting..." ; application.rejectConnection(this.client,errObj) What's the way out ?
Vishwas
  • 1,533
  • 2
  • 19
  • 40
3
votes
1 answer

Amazon CloudFront + Adobe FMS Stack Max Concurrent Users

I have been using Wowza on EC2 and now trying to use FMS Stack in AWS with CloudFront Distribution. So far I managed to setup a live streaming using m1.large FMS Stack + CloudFront Distribution. The question : 1) M1.Large FMS have a limit of 1000…
3
votes
2 answers

AS3: Is it possible to capture stage elements or bitmap data into a netstream?

I'm looking at the netstream documentation. but can't really glean if appendBytes() can really take arbitrary data. Could I really just take arbitrary bitmap data (as a byte array) and append the frame to stream (presumably before sending it to a…
FlavorScape
  • 13,301
  • 12
  • 75
  • 117
3
votes
6 answers

flash.net.NetStream is not receiving onMetaData

I have gotten a NetConnection and NetStream set up and the streaming mp3 is playing fine. The only problem is the metadata is not received even though NetStream's client has been set. Any idea what could have caused this? Code snippet: // set up…
Boon
  • 40,656
  • 60
  • 209
  • 315
2
votes
1 answer

How to list all streams (also live streams) in Flash Media Server?

Is there some sort of "ls" or "dir" command I can issue from client side?
Dims
  • 47,675
  • 117
  • 331
  • 600
2
votes
2 answers

Apply a Filter to a Camera video stream publishing to Media Server

I am Trying to Apply some information Like text and An Image as an overlay to create a overlay effect as lice a security camera with time and date on the video along with a png based Logo. I can record VIDEO Using Flex and FMS or any other Media…
2
votes
3 answers

red5 vs wowza vs FMS

I want to do a live video broadcast using flash. Our target is to support up to 2000 users to watch the video at the same time. If we don't consider bandwidth, which server (red5, wowza, FMS) can handle 2000 connections at the same time? what would…
xijing dai
  • 317
  • 1
  • 5
  • 14
2
votes
2 answers

Capture video to memory and play back with actionscript?

This may or may not even be possible, but here's the situation: I want to use the ActionScript 3 Camera class to capture a video from a local camera (webcam, built-in camera, etc) and then play that video back within the flash application. I'm…
2
votes
3 answers

How can I record and save flash video's with an H264 codec

Right now I am working on an AIR 3.2 application which lets you stream a video to a Flash Media Server and saves it on a hard drive. This sequence works fine with the standard Sorenson codec but I want to use H.264 for my videos. I found lots…
JimHendriks
  • 21
  • 1
  • 4
2
votes
1 answer

How Can I save a MovieClip (Bitmap and Audio) to FLV?

This is my first question here :D, first sorry about my english. My question is basically how can i save a flash Movie Clip to FLV. The Movie Clip is generated by users and it has various sounds and animations and i need to save an FLV to send it to…
Lelis718
  • 627
  • 7
  • 16
2
votes
0 answers

Dynamic Video Streaming doesnt work in iPad

I am trying to create video dynamic streaming for iDevices,i tried this simple code under RTMP protocol and recorded video. it works in Flash Builder 4.6 simulator but in iPad it does not work:
hadi
  • 229
  • 1
  • 7
  • 16
2
votes
2 answers

Choppy/skippy sound when streaming from flash media server.

I'm having an issue streaming mp3 files form flash media server where the sound will be very choppy. When polled every second the newStream.time property has kind of crazy numbers like 1,3,6,8,10 always skipping a second or two. Raising the…
jake
  • 21
  • 1
2
votes
3 answers

Flash media Server, Live Video Mic Echo when using a Apple Cinema Display

I'm using Flash Media Server to create a 1:1 video chat. The problem I'm having is that when I use my apple cinema display I get horrible Echoing, even with the reduce echo box checked. If I don't use my cinema everything works fine with the built…
AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012
2
votes
2 answers

Live stream video with FMS 4.5 to iPhone/iPad packaged with Flash Builder

They say that we can stream live video with FMS 4.5 to iPhone/iPad. I'm completely lost in Adobe announcements and bloggers reposts. Is there real sample or article about how to make live video stream on iPhone/iPad possible. I'm using Flash Builder…