Skip to content

Commit 635b7fa

Browse files
add transcoding and vp9 format
bug fixes
1 parent e408cff commit 635b7fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ $on = function ($audio, $format, $percentage) {
3939
};
4040

4141
$save_path_dash = '/var/www/media/videos/test/dash/output.mpd'; //You can set a path to save files
42-
$save_path_hls = null; //You can set a path to save files or it can be null(input path is the defult path for output path)
42+
$save_path_hls = null; //You can set a path to save files or it can be null(the defult path is input path)
4343

44-
dash($path,$save_path_dash, $on);
45-
hls($path,$save_path_hls, $on);
44+
dash($path, $save_path_dash, $on);
45+
hls($path, $save_path_hls, $on);
4646
```
4747

4848
## Documentation

0 commit comments

Comments
 (0)