-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add `--passthrough` and `--offset` options for stream playback - 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
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lazystream" | ||
version = "1.8.0" | ||
version = "1.8.1" | ||
authors = ["tarkah <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Easily get LazyMan stream links, output directly or to m3u / xmltv formats. | |
``` | ||
❯ lazystream --help | ||
lazystream 1.8.0 | ||
lazystream 1.8.1 | ||
tarkah <[email protected]> | ||
Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters