Skip to content

Commit f6d642b

Browse files
important update, fixes some critical bugs and add encryption HLS
1 parent 0b32dba commit f6d642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ AYazdanpanah\FFMpegStreaming\FFMpeg::create()// it can pass the configuration an
180180
->setHlsAllowCache(false) // set Hls that is allowed to cache files. the default value is true
181181
->save(); // it can pass a path to the method or it can be null
182182
```
183-
For more information about `setStreamMap` method and its input and also HLS options please [click here](https://ffmpeg.org/ffmpeg-formats.html#hls-2).
183+
For more information about which value you should pass to these methods and also HLS options please [click here](https://ffmpeg.org/ffmpeg-formats.html#hls-2).
184184

185185
#### Transcoding
186186

0 commit comments

Comments
 (0)