chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

Twitcha doesn't load the riotgames channel #1509

Open MikeTDH opened 7 years ago

MikeTDH commented 7 years ago

As the title says, it doesn't load the riotgames channel while it loads any other LoL worlds related channel. And no, they aren't hosting anyone.

SEQUOIIA commented 7 years ago

This might be due to the riotgames channel using some of the new encoding options, e.g. https://github.com/chrippa/livestreamer/pull/1429

There is a fork of livestreamer called Streamlink(https://github.com/streamlink/streamlink) that has solved this issue, so I'd recommend using that, unless you intend to manually merge PR https://github.com/chrippa/livestreamer/pull/1429 into your current installation.