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

NetStream.appendBytes

I have a netConnection connected to a Flash Media Server. I am trying to use the new appendBytes function from Flash Player 10.1 to stream a local FLV file to FMS. I'm having issues however... Documentation I get online function…
K2xL
  • 9,730
  • 18
  • 64
  • 101
4
votes
2 answers

Speex or nellymoser

I am developing a voice application, I have 2 options speex and nellymoser .Why should I use speex instead of nellymoser in flex application.
Hindonio
4
votes
1 answer

flex video conference app - audio vs video

I am using Flex and FMS to develop a video conferencing application. The technology has helped me tremendously and so far so good. I am using DynamicStream to automatically switch incoming streams to the appropriate bitrate depending on the…
Kros
  • 848
  • 1
  • 10
  • 24
4
votes
2 answers

How to publish real time video stream of IP camera to flash media server with flash?

Does flash provide an api to deal with remote stream like IP camera does?
wamp
  • 5,789
  • 17
  • 52
  • 82
4
votes
2 answers

SoundTransform panning not working on a rtmp stream with ActionScript 3.0

I'm having a strange problem, I'm using the SoundTransform function to play the sound of an RTMP stream from red5 server only on the left speaker and to lower it's volume with stream.soundTransform = new SoundTransform (0.5,-1.0); on Actionscript…
4
votes
1 answer

programmatically stream audio with NetStream

In Flex you can stream microphone audio to an FMS/Red5 server using NetStream.attachAudio, which requires a Microphone object. Is it possible to stream audio through the NetStream from somewhere other than a Microphone? For example, from a…
paleozogt
  • 6,393
  • 11
  • 51
  • 94
4
votes
3 answers

FMS server technology: 10 connections vs. $4.5K

I came across this comparison chart that suggests that FMS costs about 4.5 grands (compared to $995 for wowza and free for Red5). Since I'm at the stage of choosing/learning the technology, I'd rather take free Red5, but Red5 looks like a…
drummer
  • 1,211
  • 3
  • 16
  • 16
4
votes
2 answers

Red5 Security Tutorial

I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to your average flash developer.
Tyson Beisel
4
votes
4 answers

What are differences between Red5 and Flash Media Server

I'm building a simple flash app that records user voice. I'm new to flash. What should I consider when choosing between red5 and flash media server? Can they both be hosted on EC2?
NatGordon
  • 956
  • 2
  • 10
  • 17
4
votes
5 answers

Server to stream RTSP to android

Can Flash Media Server 3.5 serve a video rtsp stream to the Android media player? Or do we need to use Wowza or red5 to serve an rtsp stream to the Android media player rtsp client? Are there any other rtsp servers to consider when the video needs…
dar
  • 6,520
  • 7
  • 33
  • 44
4
votes
0 answers

Is there a way to get Flash to accept self-signed certificates for RTMPS NetConnections?

I have a self-signed certificate that validates just fine. When I install the root cert on a client machine, sites served using self-signed certificates work just fine. However, when I install it in FMS 4.5 and try to connect to it through Flash (in…
Steven
  • 17,796
  • 13
  • 66
  • 118
3
votes
1 answer

How does bandiwdth detection work in Flash/FMS

I've been maintaining a video system for a client that uses JW Player with Flash Media Server to stream out some video. Until recently this was just pushing out one stream at one bitrate. This obviously isn't ideal for everybody so I've been looking…
Oli
  • 235,628
  • 64
  • 220
  • 299
3
votes
5 answers

Adobe Cirrus Error on Direct Connect"Property startTransmit not found on flash.net.NetStream"

The error: ReferenceError: Error #1069: Property startTransmit not found on flash.net.NetStream and there is no default value. I've played around with cirrus plenty of times before and have yet to see this error before. But now I cant get it to go…
brybam
  • 5,009
  • 12
  • 51
  • 93
3
votes
1 answer

Is it possible to stream live video to Flash Media Server via NetStream byte access?

So, I'm working with a video source that I'm feeding into my Adobe AIR application via some native extension work, with the goal of ultimately getting it to a Flash Media Server. The video is H.264 encoded and muxed into a FLV container, which…
3
votes
3 answers

Flash Media Server: Trouble with recording 2 audio/video streams at the same time?

In short For a project I need an audio/video-chat for 2 people, with the ability to record (part of) the session. I am running into issues where the 2nd user's recorded video gets messed up, with massive amounts of (seemingly) skipping frames and/or…
user50384
1
2
3
27 28