Zero3K
Members-
Content Count
10 -
Joined
-
Last visited
Community Reputation
1 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
I'll pay 100-300 out of my Christmas money if anyone fixes it. The modified source code is now at https://github.com/Zero3K/tardsplaya/tree/twitch-fix. I would like it to use the HTTP unit that is available at https://github.com/Zero3K/WinHTTP/blob/main/winhttp.pas. It should fix the buffering, etc. issues that it is currently having. -
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
Can anyone finish what one guy started? Its modified source code is at https://mega.nz/file/B4I1lISL#yb-mSc0QV34pWo0Rd-4bd05-GqgGMb6REoZ7rrId-xc. It has one remaining issue (which is that the stream being buffered by it eventually stops buffering). I would also like the suggestions, etc. at https://github.com/Zero3K/tardsplaya/issues to be implemented into it. -
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
I want it to use the stream URL gathering API available at https://pwn.sh/tools/getstream-api.html. -
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
1 It provides a built in User Interface which Streamlink/Livestreamer don't have (they require the use of other GUIs). 2. It can buffer multiple streams in one instance instead of having to use one instance per stream. 3. It can prevent streams from stuttering, etc. -
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
How much money would you want if I had some to offer? -
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
Their reward would be people being glad that there's another way to watch Twitch Streams in an external media player. -
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
I am asking for help without paying. -
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
1. I have no Delphi experience. 2. I am just a user who has an interest in it. It was working well until Twitch changed their API. -
Looking for someone to fix TardsPlaya (A program that buffers Twitch Streams to an external media player)
Zero3K replied to Zero3K's topic in General Help
A list of issues can be found at https://github.com/Zero3K/tardsplaya/issues -
I am looking for someone to fix TardsPlaya. It is a program written in Delphi that buffers Twitch Streams and sends them to external media players (such as MPC-BE). Right now it isn't compatible with the new URL format used by the streams and it also doesn't skip the parts of the stream that contain advertisement. Its source code is available at https://github.com/Zero3K/tardsplaya.