It seems that there's no need for that step since the source files in hls/* are already included.

danielfm
2014-12-16 05:08:25 -08:00
parent a8d02cd55b
commit d5bb072030

@ -22,11 +22,6 @@ and configure nginx this way:
`./configure --add-module=/path/to/nginx-rtmp-module`
HLS support is provided by a separate module. To add HLS
use the following configure line:
`./configure --add-module=/path/to/nginx-rtmp-module --add-module=/path/to/nginx-rtmp-module/hls`
Then `make` and `make install`.
## Configuration