Changes between Version 16 and Version 17 of Mod-H264-Streaming-Lighttpd-Version2
- Timestamp:
- 02/10/10 14:47:05 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mod-H264-Streaming-Lighttpd-Version2
v16 v17 19 19 {{{ 20 20 cd ~ 21 wget http://h264.code-shop.com/download/lighttpd-1.4.18_mod_h264_streaming-2.2. 0.tar.gz22 tar -zxvf lighttpd-1.4.18_mod_h264_streaming-2.2. 0.tar.gz21 wget http://h264.code-shop.com/download/lighttpd-1.4.18_mod_h264_streaming-2.2.9.tar.gz 22 tar -zxvf lighttpd-1.4.18_mod_h264_streaming-2.2.9.tar.gz 23 23 }}} 24 24 37 37 Copy the module's files from the 1.4.18 source distribution to your source distribution (lighttpd-1.4.x). 38 38 {{{ 39 cp lighttpd-1.4.18/src/moov.* lighttpd-1.4.x/src/40 39 cp lighttpd-1.4.18/src/mod_h264_streaming.c lighttpd-1.4.x/src/ 40 cp lighttpd-1.4.18/src/mod_streaming_export.h lighttpd-1.4.x/src/ 41 ... see below for a list of all the files to copy ... 42 cp lighttpd-1.4.18/src/output_mp4.* lighttpd-1.4.x/src/ 41 43 }}} 42 44 75 77 {{{ 76 78 cd ~ 77 wget http://h264.code-shop.com/download/lighttpd-1.5.0_mod_h264_streaming-2.2. 7.tar.gz78 tar -zxvf lighttpd-1.5.0_mod_h264_streaming-2.2. 7.tar.gz79 wget http://h264.code-shop.com/download/lighttpd-1.5.0_mod_h264_streaming-2.2.9.tar.gz 80 tar -zxvf lighttpd-1.5.0_mod_h264_streaming-2.2.9.tar.gz 79 81 }}} 80 82
