Skip to content

Commit

Permalink
fix ffprobe mistake in README. #28
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Dec 5, 2021
1 parent 8e434e6 commit d0590d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ vod:
# If dir is empty, cache will be stored in the same directory as media source
# If not empty, cache files will be saved to specified directory
cache-dir: ./cache
# Use custom ffmpeg & ffprobe binary paths
# OPTIONAL: Use custom ffmpeg & ffprobe binary paths
ffmpeg-binary: ffmpeg
ffprobe-binary: ffmpeg
ffprobe-binary: ffprobe

# For proxying HLS streams
hls-proxy:
Expand Down

0 comments on commit d0590d5

Please sign in to comment.