Anders Jensen

Results 64 comments of Anders Jensen

There shouldn't be much special about installing it, would linking to the official deluge installation guide suffice? It can be found here: http://dev.deluge-torrent.org/wiki/Plugins#Install

Can you try with the latest release, https://github.com/JohnDoee/deluge-streaming/releases/tag/0.10.0 ? A little extra info, some of these video players doesn't like to wait for data, so when Deluge can't get the...

I found a few problems, let me fix them and lets see.

I've been doing too many tests with small files and fast internet, so the errors I made were simply masked. The new one should actually do sequential download. If you...

> I still get some errors, but the file plays fine and there are no visible artifacts. It seems like there's a math error somewhere when doing a range request....

It seems like either Linux or Python buffers when reading from disk. If you read 1024 bytes, it might actually read 2048 and just save 1024 in memory. Since Deluge...

I think Deluge might do something weird to Twisted and its event loop. The reason I'm not using deluge-web to serve files is because it simply doesn't work. Your description...

It seems like Deluge has an internal cache for states.... I've tried to fix it in 0.10.3 (Note, probably doesn't work with Deluge 2 was the update mechanism is different)

I was testing with speeds capped at 1MB/s so I noticed nothing. I can see what the problem is though. man, this is hard to get right.