|
Line 28
Link Here
|
|
|
28 |
# mod_h264_streaming (http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Nginx-Version2, CC BY-NC-SA 3.0) |
| 29 |
MOD_H264_STREAMING_MODULE_PV="2.2.7" |
| 30 |
MOD_H264_STREAMING_MODULE_P="nginx_mod_h264_streaming-${MOD_H264_STREAMING_MODULE_PV}" |
|
Line 56
Link Here
|
|
|
60 |
nginx_modules_mod_h264_streaming? ( http://h264.code-shop.com/download/${MOD_H264_STREAMING_MODULE_P}.tar.gz ) |
|
Line 71
Link Here
|
| 71 |
http_upload http_ey_balancer http_slowfs_cache" |
76 |
http_upload http_ey_balancer http_slowfs_cache mod_h264_streaming" |
| 72 |
-- |
|
|
|
Line 164
Link Here
|
|
|
169 |
if use nginx_modules_mod_h264_streaming; then |
| 170 |
cd "${WORKDIR}" |
| 171 |
epatch "${FILESDIR}"/nginx_mod_h264_streaming-2.2.7.patch |
| 172 |
fi |
|
Line 209
Link Here
|
|
|
219 |
fi |
| 220 |
if use nginx_modules_mod_h264_streaming; then |
| 221 |
http_enabled=1 |
| 222 |
myconf="${myconf} --add-module=${WORKDIR}/${MOD_H264_STREAMING_MODULE_P}" |