Skip to content

Commit

Permalink
Add commands into readme for running in the Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
defaultpage committed Feb 5, 2023
1 parent e55119f commit cc9d22f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@ Linux:
Windows:
https://github.com/selsta/hlsdl/blob/master/msvc/BUID_WINDOWS.txt

Docker: `docker build -t hlsdl:latest .`


Usage and Options
-----------------
`./hlsdl [options] url`

```
docker run -v ./data:/var/hlsdl/data --rm -it hlsdl:latest hlsdl [options] url
```

---------------------------
```
-b ... Automatically choose the best quality.
Expand Down

0 comments on commit cc9d22f

Please sign in to comment.