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

Publish a local flv file to Flash Media Server through appendBytes

Since i'm creating a stress tester for an FMS load balancer, i'd need to publish as many stream as i can , to see if the system will hold the load. There's any way to send a local flv file through the NetStream.publish method? After a little…
0
votes
1 answer

FMIS display an away screen during streaming session

I am wondering if this is possible and maybe some code examples if it is. I am trying to have the presenter during a live address be able to hit a button when he is away. This button will then trigger a jpg or some kind of image on the clients side…
0
votes
1 answer

is there any way to use code completion for FMS .asc files on FDT 5+?

I knew it was possible on an old verision of Flash Builder, but would be great to have this on FDT
Chris
  • 1,829
  • 1
  • 15
  • 22
0
votes
2 answers

record video using flash media server 4.5

Hello i am trying to capture my camera as an flv file with fms 4.5 i am doing the following: protected function rec_clickHandler(event:MouseEvent):void { nc = new NetConnection(); nc.client = { onBWDone:…
sstauross
  • 2,602
  • 2
  • 30
  • 50
0
votes
1 answer

Which technology its better to make a voice chat: Cirrus, FMS or XMPP?

I am searching for a good technology to develop a voice chat, until now, the best I found are: Cirrus (Adobe) Flash Media Server (Adobe) XMPP But all have good and bad features. i.e.: Cirrus runs only in the adobe servers…
4gus71n
  • 3,717
  • 3
  • 39
  • 66
0
votes
1 answer

live stream video from webcam using FMS & Flex

I'm trying to live stream my video from webcam using FMS. I have written the code here which I am trying to work with, but I get this error. Please guide me to right solution. I really appreciate all the help I can get. Error: Error #2044:…
Bilal Ahmad
  • 191
  • 1
  • 2
  • 17
0
votes
2 answers

How to setup Adobe Flash Media Server 4.5 with external Apache

I'm trying to setup Flash Media Server with an external Apache in order to stream some vod content in a HTML5 video Player in chrome browser. I've followed the instructions Adobe Help but that doesn't help much. I can see FMS and FMSHttpd services…
Tirtha
  • 862
  • 1
  • 12
  • 29
0
votes
1 answer

How to make delay Live Streaming (Using FMS + FMLE)?

I've tried this tutorial to provide HTTP live streaming from a camera, using FMS 4.5, and FMLE 3.2, and I succeeded. Now I need to add a delay (1~10 minutes) on the HTTP streaming. My purpose is so that the client can view the video 10 minutes later…
Mai Huy
  • 11
  • 1
  • 3
0
votes
1 answer

Generating simple statistics from live streaming with Adobe Flash Media Server 4.5

I have created a live stream using Amazon Web Services and Adobe Flash Media Server 4.5. I can log into Flash Media Administration Console and see how many connects/disconnects I've had, but I can't seem to find a place where I can see simple stats…
-1
votes
1 answer

FMS based video chat - Best practices

I am working on a video-chat application, with FMS 4. While it's really easy to make one, thanks to Adobe, I found it hard to make it a good one. I'm looking for any advice on the server configuration (machine configuration server.xml,…
David Salzer
  • 872
  • 1
  • 7
  • 24
-1
votes
2 answers

How do I make a single connection to handle video, audio and chat in Flex

I'm developing an application and I want to make one single connection for video (netstream) and chat (sharedObject). I have one connection for each but I have limited connection available in the server so I need to make a single connection to…
-1
votes
1 answer

rtmfp FMS or Cirrus

I want to build a small p2p chat application. However, at this stage i dont know whether i should opt for FMS development server or Cirrus. What are the principle differences between FMS and Cirrus? Does FMS have NetStream and NetGroup classes and…
-2
votes
1 answer

How to make a video stream published with FMS available from 2 different urls (on the same domain)

I'm publishing a multibitrate stream with adobe live media encoder to flash media server and i have to duplicate it to two different urls within one domain. Maybe it's possible by configuring apache or maybe there's another way. Any help'd be…
www0z0k
  • 4,444
  • 3
  • 27
  • 32
-2
votes
2 answers

Simple Chat application in as3

I want to add a simple chat application functionality in my app which is made in action script 3.0. I did some research but didn't understand how data will flow and application will be triggered. I also don't know what type of resources is required…
kaif
  • 11
  • 2
1 2 3
27
28