Changes between Version 7 and Version 8 of Mod-H264-Streaming-Nginx-Version2
- Timestamp:
- 01/09/10 21:13:20 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mod-H264-Streaming-Nginx-Version2
v7 v8 22 22 {{{ 23 23 cd ~ 24 wget http://h264.code-shop.com/download/nginx_mod_h264_streaming-2.2. 5.tar.gz25 tar -zxvf nginx_mod_h264_streaming-2.2. 5.tar.gz24 wget http://h264.code-shop.com/download/nginx_mod_h264_streaming-2.2.7.tar.gz 25 tar -zxvf nginx_mod_h264_streaming-2.2.7.tar.gz 26 26 }}} 27 27 … … 31 31 {{{ 32 32 cd ~/nginx-0.7.9 33 ./configure --add-module=$HOME/nginx_mod_h264_streaming-2.2. 5--sbin-path=/usr/local/sbin --with-debug33 ./configure --add-module=$HOME/nginx_mod_h264_streaming-2.2.7 --sbin-path=/usr/local/sbin --with-debug 34 34 }}} 35 35