akallabeth

Results 661 comments of akallabeth

Pull requests welcome, but we are still looking for someone willing to maintain the android port (we check if it compiles, but not much testing is done currently)

Ok, so if I understand correctly, either a mouse click or `enter` keypress is issued in the session when you are actually working with the terminal, correct? Need to check...

@pnowack I´ve now implemented the core procedures to use FDK-AAC, so the encoder/decoder loop should work. What is still missing is proper configuration of the encoder/decoder according to format requirements....

Ok, this seems blocked. I can not get `fdk-aac` to decode the streams sent by windows RDP servers. While this works with `FFMPEG` and the internal `AAC` decoder it fails...

abandoned due to the encoder not being compatible (or me lacking the documentation) with the ms server implementation.

@eMPee584 hmm, nice idea. #5159 should already implement the client server communication part, so it should be a simple matter of reading the current state in case of configure

@hardening Just a note: last option (TLS) already works, that is how we do logon here. Do I miss something here or is it maybe dependent on device in use?

@hardening we use `xfreerdp /v: /sec:tls /smartcard-logon /p: +password-is-pin` as without the last setting the `info` packet does not send the correct flags.

@hardening I´d add another item for: * `CredMarshalCredential` implementation in `WinPR` so we don´t need the `#ifdef _WIN32` switches in `nla.c` * Switch all functions in `nla.c` to the `*W`...

@hardening just wanted to add the remaining `TODO` items, I´m currently also out of ideas (e.g. must read into the issue first)