I have the following options - 1) Flash Media Streaming Server 2) Wowza (It has a free edition) 3) RTMPlite (Open Source, Python based) 4) RTMPD (Open Source, C++ based)

If anybody has any experience with the above streamers or any other streamer, can you please tell me which one is better for streaming videos and gives minimal lag in i click on a timestamp till which the video is not yet downloaded.

Any kind of help would ne highly appreciated.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

It depends on what kind of app do you exactly want to use on that (approximate number of clients, just streaming or interaction needed, which server side language do you prefer ).

Flash Media Streaming Server:

  • the first release of this simplified server is the 3.5, and it worth about £700
  • you can't use server side script at all, it can be used just for streaming
  • really stable
  • handle high number of clients

Flash Media Interactive Server:

  • it wasn't on your list, but it deserve some word
  • choose this if you need some interaction
  • if you are a Flash developer and new in other languages, this is an ideal choice, because you can develop your apps in Server Side ActionScript, what is simliar to AS1. Also good for a JavaScript developer, because is based on that (so not a really stricly typed language).
  • the stuff isn't too cheap, the 3.5 is about £2600, the 4.0 is almost £4000, but you also can hire one (for example influxis.com) that can be a better choice
  • handling peer-to-peer connections
  • hasn't got really good support

Wowza:

  • the free version is the developer one (FMS also have this version), it only allows 10 connections at the same time, not really for production.
  • worth about £700
  • good choice, if you have experience in Java development
  • if your app will handle lot of clients, this server also can be a good choice

RTMPLite, RTMPD, (Red5):

  • I never used the two opensource ones what you mentioned, but once a time Red5 (that was a pain)
  • these stuffs are free, usually this is the biggest advantage
  • I don't suggest you to use opensource one, if the server have to tolerate big load, have to handle lot of clients or multiple streams
  • for smaller scaled applications, opensource can be a "notbad" solution, but before you decide check the stuff has enough online support (help, forums etc...) or at least a good documentation.

Any questions - please ask.

Cheers

T

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.