Florian Märkl

Results 123 comments of Florian Märkl

I am not exactly sure if it is the same issue but I get very similar segfaults with clang 11 on Arch and ccls 2ad71f1058cb8079d7a78d35b2dc1af4e282881d: ``` ... #20909 0x00007f2c712b5379 in...

I think I'll finish it when I have time. The timestamp warning is probably expected given the nature of the video data.

There have been a few recent changes about controllers on master. Was your AUR/git build done after dff98441323eccad435e1c68ed2a82d2a8f4e311?

987 UDP is for discovery. 9303 and 9304 aren't used at all.

No, for streaming you also need tcp 9295 and udp 9296 and 9297

This is how a discovery looks like: ![Bildschirmfoto vom 2019-10-16 11-04-30](https://user-images.githubusercontent.com/1460997/66904653-be9ce700-f004-11e9-8631-52921e86ad33.png) `192.168.1.22` is Chiaki and `192.168.1.8` is the PS4. The source port is a random free one and the PS4...

Controller support should not be anywhere outside the StreamWindow in the gui since the Qt gui really isn't meant to be used with a controller. Instead, it would make more...

Very nice! But please everybody be aware that by using these online-services, you are sending your PSN Authentication Token to this website, which means you have to trust that the...

It's fine, I only want users to be aware of potential risks of what they are doing. Please also check the issue I created on your repository.

I actually also implemented the whole OAuth process as a self-contained html page using only local JavaScript and it worked quite well, without having to copy anything manually too. The...