freebsd-ports/www/mod_smooth_streaming/files/pkg-message.in
Philip M. Gollucci 273e59cbe0 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>
2010-05-25 21:12:46 +00:00

11 lines
436 B
Text

***************************************************************
To enable, add these lines to your main web server config:
LoadModule smooth_streaming_module %%APACHEMODDIR%%/mod_smooth_streaming.so
AddHandler smooth-streaming.extensions .ism
For more information on how to configure, see
http://smoothstreaming.code-shop.com/trac/wiki/Mod-Smooth-Streaming-Apache
***************************************************************