Isaac

Results 213 comments of Isaac

I use Streamlink for downloading streams and videos so we'll need to wait for the maintainers over there to support HEVC/fragmented MP4.

I will likely need to replace streamlink with yt-dlp (see why here https://github.com/Zibbp/ganymede/pull/805). yt-dlp already supports enhanced broadcasting support. Though in my experience you need to provide your twitch token...

https://github.com/Zibbp/ganymede/pull/812 has been merged which replaces streamlink with yt-dlp/ffmpeg. Everything in my testing worked fine but I'm sure something else will pop up. This means enhanced broadcasting/4K support is here....

> I may or may not have been experimenting with the Twitch API and may have found a way to get the VOD link of currently live streams (even if...

I saw that Twitch is also (finally) releasing a rewind feature (behind a paywall lol). I wonder if that could be used to our advantage. I would think the old...

Storing what games have been played in a stream isn't as simple as a VOD which is why it hasn't been done yet. There are two ways: - Monitor the...

Added game chapters (categories) for live streams (only through the watched channels) in https://github.com/Zibbp/ganymede/pull/745. This is available in the `:dev` image if you want to try it out. > With...

Released in 4.3.0 https://github.com/Zibbp/ganymede/releases/tag/v4.3.0

Hey, I've updated the logic in https://github.com/Zibbp/ganymede/pull/521 to support checking if the aud is an array of strings. I spun up a Zitadel instance to test but ran into issue...

> I'm having an issue with HLS videos, ffmpeg is failing to write the output files. /data/tmp does indeed exist, but the 42679252824_7bedb12a-4ee1-11ef-b8e6-0242ac120009-video_hls0 directory does not when it runs the...