diff --git a/Tutorial.md b/Tutorial.md index 2f80bb7..e4d7c89 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -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