Jan Scheiper

Results 30 comments of Jan Scheiper

I don't know for sure, but it certainly seems that way, according to some past discussions: - https://github.com/truedread/netflix-1080p/pull/95#issuecomment-657270897 - https://github.com/jangxx/netflix-1080p/issues/6

So I removed the _metadata folder from the repository, this wasn't supposed to be in there and I committed it by accident. Maybe you can try to remove and re-add...

Not for the foreseeable future, since Netflix does not support Widevine for 4K content and Chrome can't decrypt PlayReady. If one of those things changes it will probably be easy...

I didn't read through all of your code just yet, but let me try to understand what your problem is. You're creating a new feeder and are then reading the...

I tried reproducing your issues, and while I did find out some interesting things, I unfortunately couldn't reproduce them. For your first issue I created a minimal example: ```javascript const...

Okay I think I found and fixed the issue. DS4 controllers have their analog stick values mapped from [-1,1] onto [0,255], which means that a "neutral" state is not actually...

>Also, wButton = 0 gets set during reset(), but that sets the dpad to up. I'm manually setting to 8 to return the controller to a neutral state. Another thing...

Yea, you are not wrong. Maybe I could expose the report objects (so you can instantiate them yourself) and then provide a `sendReport` method, so that you could just prepare/precompile...

https://github.com/TheGoddessInari/netflix-1080p-firefox

Sounds like a great idea, but this would make the loopback streams a special edge case, which don't always return audio like all the other streams. Considering the loopback streams...