parsec-sdk icon indicating copy to clipboard operation
parsec-sdk copied to clipboard

support for changing resolutions mid-session [was: portait resolutions]

Open chrisd1100 opened this issue 4 years ago • 1 comments

I have one mini-game that is a portrait resolution: 256x320. On the host it looks like this:

sky4

However on the client (MacOS, software decoding) it looks like this: parsec_tmp

The bottom part is missing/corrupt.

Serverlog:

log encoder       = intel
log encode_x      = 256
log encode_y      = 320

chrisd1100 avatar Sep 12 '19 18:09 chrisd1100

The issue seems to relate to changing the resolution during the session. If the first client connects when the resolution is 256x320 there is no problem. However if it connects when the resolution is 416x256 and then during the session the resolution changes to 256x320, the problem occurs, i.e. the height is cut off at 256 because the initial height was 256.

chrisd1100 avatar Sep 12 '19 18:09 chrisd1100