Skip to content

Commit

Permalink
Add passthrough and offset options (#14)
Browse files Browse the repository at this point in the history
* Add passthrough and offset options

- Passthrough will send stream directly to VLC without processing in
  Streamlink. This is useful if user wants to seek within VLC. However,
  this will bypass Streamlinks ssl verify skip, and user will have to
  accept the cert in VLC to play the stream.
- Offset will offset the Live / VOD stream by the specified time. If
  live, offset is negative from current game time. This option works on
  `play`, `cast` and `record` commands

* fix CI for windows
  • Loading branch information
tarkah authored Feb 15, 2020
1 parent 2bbe8e4 commit 7550aad
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 326 deletions.
Loading

0 comments on commit 7550aad

Please sign in to comment.