2bc4 / twitch-hls-client

Minimal CLI client for watching/recording Twitch streams
GNU General Public License v3.0
22 stars 5 forks source link

Properly implement HLS #34

Closed 2bc4 closed 4 months ago

2bc4 commented 5 months ago

Slowly this has gotten more complicated and at this point implementing HLS properly would probably be better. Right now this parses all segments every loop and finds the next one by comparing segment URLs but ideally this would use a queue system that reflects the playlist instead.