ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Looking for someone to fix TardsPlaya

<< < (2/2)

KodeZwerg:
Since me is a Delphi Fan, I am currently downloading, watch this evening on it and write more when done.
Wich Delphi Version are you using (if it matters....)

KodeZwerg:
What I have investigated is that I am not able to fix.
The lines how it get's it's stuff are programmed "okay" but it seems that they do not send "one file/stream" instead they send many small garbled packages where I do not know how to glue them together to be one file afterwards again.
It looks like they send raw data for their own player.
If you know fresh API's to solve that, let me know.

I am sorry!

Zero3K:
1. Its not supposed to be one file. Its sending chunks to a media player such as MPC-BE via pipe://stdin.
2. I made a branch that has it almost working (it just stops requesting data to send to the player after 2 minutes or so, in the case of some streams, it stops after sending chunks to the player and most streams aren't requesting data because its missing chunked encoding support in the HTTP library that it is using). The branch can be found at https://github.com/Zero3K/Tardsplaya/tree/twitch-fix. I would also like to have the ability to have it buffer multiple streams in one instance finished (the other guy got it to have a bar which shows Stream[1] with no ability to add streams and have them be buffered by it).

Zero3K:
Can anyone else fix it?

Zero3K:
A guy I found on Upwork.com was able to fix it.

Navigation

[0] Message Index

[*] Previous page

Go to full version