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

Diff. between a web server and a media server?

Can some please explain me in-detail. Can't i just upload flv or other media files to my web server and play them on a webpage with embed tags? Why do i need media server for this? Or when do i need a media server?
sam
  • 31
  • 1
3
votes
1 answer

How to move files from S3 bucket to EC2 on creation of instance

I am creating Flash Media Servers using an AMI that Adobe provides. I need to load some config.xml files into particular directories of the server so that when FMS starts up it will have the security configs that I want and a few other things that I…
mattwallace
  • 4,132
  • 6
  • 43
  • 77
3
votes
3 answers

Preventing progressive download of mp3?

I'm looking for some solutions for creating an mp3 player in flash; one that either uses streaming or some kind of obfuscation to prevent users from downloading the source mp3. If I used a server/solution that used the RMTP: protocol, would that…
typeoneerror
  • 55,990
  • 32
  • 132
  • 223
3
votes
1 answer

What is the easiest/best way to record mp3 from flash in a browser

I need to record audio clips from web browser using flash and store them as mp3 files on S3. The application is written in Ruby on Rails, but I suppose its not too relevant here. We already did this once in another project few years ago. At the time…
Vitaly Kushner
  • 9,247
  • 8
  • 33
  • 41
3
votes
2 answers

Implementing Authentication/Authorization on Flash Media Server

We are using a flash media server to serve streaming media (H.264) for our application. Within the application itself we have implemented authentication (CAS) and authorization so only certain people can see certain videos. The problem, however, is…
Jason
  • 17,276
  • 23
  • 73
  • 114
3
votes
3 answers

How do you write and debug server side actionscript?

what is the best way to write and debug Server Side Action Script on Flash Media Server? I use Flash Builder for syntax highlighting, but that's all. I want to debug, make breakpoints and step-trough server application code. Any ideas? EDIT1: I know…
mizi_sk
  • 1,007
  • 7
  • 33
3
votes
1 answer

Scheduled Media Streaming

I have a video that needs to be delivered through streaming, but all viewers need to be synchronized at the same time regardless of when they started the video. If the video starts streaming at 7:00 and someone visits the page at 7:05, they should…
vla
  • 299
  • 1
  • 3
  • 6
3
votes
2 answers

Connection attempt rejected by fms server

I'm trying to access harvard cs 109 videos but I'm getting the following error- 'Connection attempt rejected by FMS server. Connection failed'
Kt7
  • 71
  • 1
  • 4
3
votes
1 answer

flash media server FMS 3.5 and IIS on same machine

We are deploying a media management system within a local network. FMS will be used to serve the media within the local network. Since we will only have max 100 users and we have a powerful dual 4 core xeon and the plan was to install IIS and FMS on…
Tuviah
  • 723
  • 2
  • 10
  • 20
3
votes
0 answers

Server side actionscript: server to server stream republish with authentication

I am trying to send a live stream from FMLE to a CDN, but passing through our FMS (installed locally); so the chain I have is: FMLE => FMS => CDN Now, publishing to the CDN is username/password protected. If I try to connect directly from FMLE to…
Andrea
  • 396
  • 2
  • 7
3
votes
3 answers

How can I simulate blocking RTMP over port 80 on Windows?

I've got a simple Flash client connecting to a Flash Media Server, and I'd like to be able to simulate the client doing the following: Attempting to connect to an RTMP stream on port 1935 and failing, Falling back to RTMP on port 443 and…
Christian Nunciato
  • 10,276
  • 2
  • 35
  • 45
3
votes
1 answer

Live Streaming adobe media server video to HTML 5

I am looking for a way to broadcast my live video from my camera in flash to adobe media server and to display this video to HTML 5. I have already gone through this tutorial.This is related to video on demand but i have to stream live video taken…
Kaif
  • 131
  • 1
  • 12
3
votes
0 answers

Upload video file to s3 after recording with AMS/FMS

Is it possible to upload a published video file from AMS/FMS over http? Currently I publish the video with a '_temp' appended and use ams File api to rename the file. I've got a C# process watching my ams directory for files without a '_temp'…
Rob Allsopp
  • 3,309
  • 5
  • 34
  • 53
3
votes
3 answers

Developing a Chatroom in Flex ActionScript3 + Red5 , Remote Shared Object based UserList or Serverside?

We are going to develop a simple chatroom in flex using Red5. Should we store UserList in a Remote Shared Object or Server Side List? Are there any example exit on Red5 or FMS , which uses Server Side programming and Remote Shared Objects? Red5…
3
votes
1 answer

Live video streaming website

we are looking forward towards developing a very interesting community portal that would help the user to broadcast their live videos across the community. I've been checking over sites like ustream.tv, justin.tv and wondering what/how Technology…
1 2
3
27 28