Bug 146967 - New Port: www/mod_smooth_streaming Smooth Streaming module for Apache
Summary: New Port: www/mod_smooth_streaming Smooth Streaming module for Apache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 15:10 UTC by Marcus Hermansson
Modified: 2010-05-25 22:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.48 KB, text/plain)
2010-05-25 15:10 UTC, Marcus Hermansson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Hermansson 2010-05-25 15:10:03 UTC
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
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-25 20:45:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-25 22:13:10 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-25 22:13:28 UTC
State Changed
From-To: open->closed

Committed, with changes. Thanks!