Skip to content

Releases: tarkah/lazystream

v1.9.7 - 2020-03-02

02 Mar 18:14
54034ab
Compare
Choose a tag to compare
  • Add --custom-player <PATH> option on play command. Allows passing
    path of player supported by Streamlink. See
    https://streamlink.github.io/players.html for list of supported
    players that can be used.
  • Fix xmltv output to generate records in the .m3u file for all 100
    channels, this fixes channel mapping issues in xTeVe / Plex Live TV

v1.9.6 - 2020-02-28

28 Feb 22:58
e0ac466
Compare
Choose a tag to compare
  • Add shell completions, which can be created through the completions
    command

v1.9.5 - 2020-02-28

28 Feb 19:12
c51b8e3
Compare
Choose a tag to compare
  • Quality --quality setting is now used in the cast, record and
    play subcommands
  • When no quality is chosen, it now always chooses highest bitrate (fixes choosing 720p60 over 720p)

v1.9.4 - 2020-02-26

26 Feb 17:18
c22e775
Compare
Choose a tag to compare
  • Add --channel-prefix option for xmltv generation. Useful when
    running separate XMLTV outputs for NHL and MLB so there is no
    collision on channel name / tvg-name.

v1.9.3 - 2020-02-26

26 Feb 02:13
90139f2
Compare
Choose a tag to compare
  • Remove directory readonly check that doesn't work reliably and
    prevents games from recording. Streamlink will fail if directory isn't
    writable, which is fine.
  • Fix output name when recording to remove windows illegal character :

v1.9.2 - 2020-02-25

25 Feb 19:17
e050b36
Compare
Choose a tag to compare
  • Fix bug that caused error when unkown feed type was found for a
    stream. Those streams are now ignored and remaining streams that match a
    known feed type are returned.

v1.9.1 - 2020-02-25

25 Feb 04:44
66968ab
Compare
Choose a tag to compare
  • Add musl release target

v1.9.0 - 2020-02-25

25 Feb 00:34
d6845db
Compare
Choose a tag to compare
  • Add mlb game support, use --sport mlb option

v1.8.1 - 2020-02-15

15 Feb 19:31
2cea8dd
Compare
Choose a tag to compare
  • 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

v1.8.0 - 2020-01-06

06 Jan 17:50
2bbe8e4
Compare
Choose a tag to compare
  • Add play feature to route stream to VLC from streamlink. Allows disabling ssl cert verification via streamlink since VLC gets caught up on this.