Isaac

Results 213 comments of Isaac

For those looking to locally build an ARM image. I had to add the `build-essential` package to the end of line five. ``` RUN apt-get update && apt-get install -y...

Groundwork for Radium Protect server can be found at https://github.com/Zibbp/Radium-Protect It's pretty basic in functionality right now. It supports either the normal RTMP to HLS or the encrypted version at...

Basic frontend support was added in update [v1.2.1](https://github.com/Zibbp/Radium/releases/tag/v1.2.1)

The latest push updated the state that is being pushed to new users which wouldn't effect CORS. I tried your setup and was not able to replicate the CORS issue...

Hi, having the same issue with the chat download. Just started occurring this afternoon. Log of error: ``` [STATUS] - Downloading + Embedding Emotes Unhandled exception. System.AggregateException: One or more...

Tried it again this morning and had no issues. I'm guessing one of the emote APIs was having a temporary issues causing the emote fetching for chat download/render to fail?...

I've rendered this chat a few times now without issue. If possible, can you upload the `chat.json` file as well? The one you posted, `chat-convert.json`, is before it hits TwitchDownloader...

> would it be possible for the user to somehow locally add an emote to the json file, so someone could theoretically fix deleted emotes themselves? The embed emotes can...

I use [Streamlink](https://github.com/streamlink/streamlink) in [Ganymede](https://github.com/Zibbp/ganymede) and it works great. Streamlink provides a variety of options including the ability to remove ads.

If you want download the video there is a workaround without using TwitchDownloader. First get the playlist file using PogU.live's API `https://pogu.live/api/get-video/1406994895.m3u8` and use that in ffmpeg to download the...