Releases: 2bc4/twitch-hls-client
Releases · 2bc4/twitch-hls-client
1.1.0
1.0.14
- Fix another repeated segment bug
- Bump
--http-timeoutback to 10 seconds - Update twitch query params
- Debug log at start of every reload
1.0.13
- Fix repeated segment bug
1.0.12
- Fix not syncing to newest prefetch segment URL if unchanged more than once
- Update usage to reflect new
--http-timeoutdefault
1.0.11
- Improve reliability when stream lags
- Make
http2default again (Win10 bug seems fixed in new curl update) - Catch up when done filtering ads
- Set default
--http-timeoutto 5 seconds - Return offline error if playback token can't be parsed
- Reduce memory usage
- Bump curl to 8.6.1
- Bump rustls to 0.21.5 (max currently supported by curl)
- Further strip down libcurl
1.0.10
- Bump curl to 8.6.0
- Minor memory usage reduction
1.0.9
- Generally reduce memory usage
- Switch to stripped down
curlfork - Switch to
rustls-native-certsfork to reduce processing time and memory usage
1.0.8
- Only load certs once on startup
- Ignore all lines that don't start with a known key in config file
- Support default config file on all Unix-like operating systems
1.0.7
- Only support static curl with rustls
- Fix error if ad on startup
- Revert change "Filtering ads..." to "Filtering ad segment..."
1.0.6
- Exit faster if player closed
- Make passthrough work even if "-" is not a player arg
- Don't filter schannel from curl debug output if using rustls on windows
- Set
max_level_debugfeature on log crate - Change "Filtering ads..." to "Filtering ad segment..."
- Don't print "(Twitch)" on twitch path
- Do release builds with rustls