1. Media-Explorer
  2. FarStream
  3. Entrophy Wave Stream
  4. Open Meeting
  5. Erlyvideo
    1. http://erlyvideo.org/
  6. FFMPEG-FFServer
    1. http://www.area536.com/projects/streaming-video/
    2. http://ffmpeg.org/trac/ffmpeg/wiki/StreamingGuide
    3. Bugs
      1. http://avcodec.org/pipermail/ffmpeg-trac/2011-November/003084.html
      2. http://ffmpeg.gusari.org/viewtopic.php?f=12&t=604
    4. FFServer
      1. Config File
        1. Port 9090 BindAddress 0.0.0.0 #MaxHTTPConnections 30 MaxClients 1000 MaxBandwidth 20000 CustomLog - <Feed feed1.ffm> File /home/hiva/feed1.ffm FileMaxSize 20K #ACL allow 0.0.0.0 255.255.255.255 </Feed> #----- # Windows Media Player #----- <Stream test.asf> Feed feed1.ffm Format asf VideoCodec msmpeg4v2 VideoFrameRate 15 VideoSize vga VideoBitRate 320 VideoBufferSize 40 VideoGopSize 15 NoAudio StartSendOnKey </Stream> <Stream test.mjpeg> Feed feed1.ffm Format mjpeg VideoFrameRate 10 VideoSize qvga VideoBitRate 100 </Stream> <Stream stat.html> Format status ACL allow 0.0.0.0 255.255.255.255 </Stream> <Stream test.mpg> Feed feed1.ffm Format mpeg1video NoAudio VideoCodec mpeg4 VideoFrameRate 15 VideoBitRate 256 VideoSize cif VideoBufferSize 40 VideoGopSize 12 </Stream> <Stream test.swf> Feed feed1.ffm Format swf NoAudio VideoCodec flv VideoFrameRate 15 VideoBitRate 100 VideoSize cif VideoBufferSize 80000 VideoGopSize 12 PreRoll 0 </Stream>
      2. Commands
        1. Run FFServer
          1. ffserver -f /PATH/TO/CONFIG/FILE
        2. RUN FFMPEG
          1. ffmepg -f video4linux2 -i /dev/video0 http://192.168.1.200:9090.feed1.ffm
  7. Gstreamer Streaming Server
    1. http://askubuntu.com/questions/5953/how-can-i-get-ffserver-to-work
  8. Wowza Media Server
  9. Flash Media Server
  10. VLC