cvs commit: ports/www Makefile ports/www/mod_smooth_streaming Makefile distinfo pkg-descr pkg-plist ports/www/mod_smooth_streaming/files pkg-message.in

Philip M. Gollucci pgollucci at FreeBSD.org
Tue May 25 21:12:47 UTC 2010


pgollucci    2010-05-25 21:12:46 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_smooth_streaming Makefile distinfo pkg-descr pkg-plist 
    www/mod_smooth_streaming/files pkg-message.in 
  Log:
  Smooth Streaming Module for Apache. Encode your content once
  and playback on Silverlight, iPhone and Flash 10.1.
  
  Advantages & features:
  
    * It's HTTP-based, so no problems with firewalls.
    * It's cache/proxy friendly, so you can use generic HTTP caches/proxies.
    * It's cheap, there is no need for additional media streaming
      services offered by hosting providers.
    * The end user will appreciate the fast starting and seeking
      anywhere in the video.
    * The video dynamically adapts to network conditions.
    * It uses the industry standard MPEG4 file format.
    * Use your favourite open source software (X264) to encode your videos.
    * Encoded content is compatible with both Smooth Streaming for Silverlight
      as well as for HTTP Streaming to the iPhone.
  
  WWW: http://smoothstreaming.code-shop.com/trac/wiki/Mod-Smooth-Streaming-Apache
  
  PR:             ports/146967
  Submitted by:   Marcus Hermansson <bmhermansson at gmail.com>
  
  Revision  Changes    Path
  1.2628    +1 -0      ports/www/Makefile
  1.1       +36 -0     ports/www/mod_smooth_streaming/Makefile (new)
  1.1       +3 -0      ports/www/mod_smooth_streaming/distinfo (new)
  1.1       +11 -0     ports/www/mod_smooth_streaming/files/pkg-message.in (new)
  1.1       +18 -0     ports/www/mod_smooth_streaming/pkg-descr (new)
  1.1       +4 -0      ports/www/mod_smooth_streaming/pkg-plist (new)


More information about the cvs-ports mailing list