Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 789
NatGordon Avatar asked Mar 01 '23 03:03

NatGordon


2 Answers

The first, and perhaps major, difference is cost. You can install both to a Linux machine, and I assume that EC2 is capable of hosting both (but don't know this for sure). However, you have to pay for each instance of FMS, probably making it the wrong option for EC2 with instances going up and down whenever you want. Red5 doesn't seem totally compatible with FMS. For instance, right now I evaluating both and the same video player that runs smoothly with FMS will not allow me to control teh seek bar if the video is served from red5. However, I expect this can be solved. FMS does have extra functions for SWV security (verification) that could be useful too. If I was you, I would try doing it with Red5 first, and switch to FMS if you can't make it work.

like image 183
Adrian Raper Avatar answered Mar 09 '23 00:03

Adrian Raper


Note that documentation of Red5 is rare... and can be frustrating to setup without prior knowledge

like image 27
Chris Avatar answered Mar 08 '23 23:03

Chris