Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] PS4 Not Detected with Remote Play via PSN #334

Closed
streetpea opened this issue May 16, 2024 · 22 comments · Fixed by #340
Closed

[BUG] PS4 Not Detected with Remote Play via PSN #334

streetpea opened this issue May 16, 2024 · 22 comments · Fixed by #340

Comments

@streetpea
Copy link
Owner

streetpea commented May 16, 2024

Describe the bug
PS4 doesn't appear despite being registered

Debug Log
Pending

To Reproduce
Steps to reproduce the behavior:

  1. Open Chiaki4deck after entering PSN info

Expected behavior
PS4 appears

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: SteamOS
  • Version [e.g. 22]
  • Steam deck
  • Chiaki4deck v1.7.0

Additional context
PS5 appears but PS4 doesn't

@Adagium42 reported this

@Adagium42
Copy link

I was thinking...

Captura de tela de 2024-05-16 01-43-43

On my home network, as shown in the screenshot above, I noticed that Chiaki4Deck's Discovery Service finds my suspended PS5, but does not find my suspended PS4, although it can wake up and connect to both. The Chiaki4Deck log returns:

[...]
chiaki.gui: [libplacebo] Freeing slab of size   15M
[I] Discovery failed to bind port 9304, trying one higher
[I] Discovery failed to bind port 9304, trying one higher
[I] Discovery failed to bind port 9305, trying one higher
[I] Discovery Service detected new host with id [REDACTED]

The id I've REDACTED belongs to my PS5. The log didn't show any Discovery Service detecting the id that belongs to my PS4, nor does it seems to try to bind any of the PS4 ports (9295, 9296, 9297). I'm not something of a programmer myself, but I went curious and looked over the Chiaki4Deck source code discovery.h:

#define CHIAKI_DISCOVERY_PORT_PS4 987
#define CHIAKI_DISCOVERY_PROTOCOL_VERSION_PS4 "00020020"
#define CHIAKI_DISCOVERY_PORT_PS5 9302
#define CHIAKI_DISCOVERY_PROTOCOL_VERSION_PS5 "00030010"
#define CHIAKI_DISCOVERY_PORT_LOCAL_MIN 9303
#define CHIAKI_DISCOVERY_PORT_LOCAL_MAX 9319

Doesn't it ignore the PS4's ports 9295, 9296 and 9297? Also, not sure if it's linked to #333 bug, as the variable name is "PORT_LOCAL", but my attempts on the Remote Connection via PSN tried to connect to the port 9303, but the logs when I open Chiaki4Deki on my home network shows my PS5 id was found on the port 9306 I think. Just my conjectures; I imagine that the PS4 should be shown as it is already registered. I'll try to generate new logs when I'm on a remote network again.

@streetpea
Copy link
Owner Author

@Adagium42 discovery is port 987 for ps4 … those other ports you mention are for the actual connection locally .. the remote connection via psn uses 9303 instead of 9295 and 9297 for what takes place on 9296 and 9297 locally

@streetpea
Copy link
Owner Author

@Adagium42 can you try running this build from the konsole (i.e., type ~/Downloads/Chiaki4deck.AppImage [or whatever the path to the extracted appimage is] in konsole and hit enter) and post the results you see in the konsole should look something like:

[V] chiaki_holepunch_list_devices: retrieved PS5 devices: 
[
  {
    "device":{
      "language":"en-US",
      "name":"Streetpea's PS5",
      "updatedDateTime":"2024-05-16T22:28:56.862Z",
      "wakeupEnabledPowerModes":[
        "networkStandby",
        "mainOnStandby"
      ],
      "enabledFeatures":[
        "remotePlay"
      ]
    },
    "duid":"REDACTED",
    "platform":"PS5",
    "deviceProperties":[],
    "updatedDateTime":"2024-05-16T22:29:00.680Z",
    "version":"7"
  }
]
[V] chiaki_holepunch_list_devices: retrieved PS4 devices: 
[]

@Adagium42
Copy link

@streetpea, when you mean "this build", are you referring to the appimage build posted on issue 333 (haven't found the post to link/refer here)? I tried to, but it still do not list PS4 devices. I tried to enable Auto-Connect to PS4 on Chiaki4Deck, both on the custom build appimage as well as in this custom build flatpak 1.7.0 version, and the log returns me this:

chiaki.gui: Couldn't find PSN host with the requested nickname: "PlayStation 4"
image

Chiaki4Deck will be on the screen "Waiting for console..." indefinitely unless I click on it. Then it stops and return to this screen:
Captura de tela de 2024-05-16 01-40-29

I tried to "Refresh PSN hosts" twice... the log only returns me this:

chiaki.gui: Updated PSN hosts
chiaki.gui: Updated PSN hosts

I haven't seen on the log neither [V] chiaki_holepunch_list_devices: retrieved PS5 devices: nor [V] chiaki_holepunch_list_devices: retrieved PS4 devices: .

@streetpea
Copy link
Owner Author

streetpea commented May 18, 2024

It will be in the konsole when you enable verbose logging. Have you enabled verbose logging?

@Adagium42
Copy link

Adagium42 commented May 18, 2024

It will be in the konsole when you enable verbose logging. Have you enabled verbose logging?

This? (Settings --> General --> 🗹 Verbose Logging)
image

It's enabled.

@streetpea
Copy link
Owner Author

Yes and then uninstall the custom flatpak and install the standard one via the discover store. It should show up

@Adagium42
Copy link

As requested, I did uninstalled Chiaki4Deck on Flatpak

$ flatpak uninstall io.github.streetpea.Chiaki4deck
Refs instaladas similares localizadas para “io.github.streetpea.Chiaki4deck”:

   1) app/io.github.streetpea.Chiaki4deck/x86_64/stable (system)
   2) app/io.github.streetpea.Chiaki4deck/x86_64/stable (user)
   3) Todas acima

Qual você deseja usar (0 para abortar)? [0-3]: 3

Then reinstalled it again:

$ flatpak install Chiaki4Deck
Procurando por correspondências…
Remotos localizados com refs similares a “Chiaki4Deck”:

   1) ‘flathub’ (system)
   2) ‘flathub’ (user)

Qual você deseja usar (0 para abortar)? [0-2]: 1

And now this is the version I have here:

$ flatpak info io.github.streetpea.Chiaki4deck 

Chiaki4deck - Free and Open Source Client for PlayStation Remote Play modified
for Steam Deck

        ID: io.github.streetpea.Chiaki4deck
       Ref: app/io.github.streetpea.Chiaki4deck/x86_64/stable
      Arq.: x86_64
      Ramo: stable
    Versão: 1.7.0
   Licença: AGPL-3.0-only
    Origem: flathub
   Coleção: org.flathub.Stable
Instalação: system
 Instalado: 261,6 MB
   Runtime: org.kde.Platform/x86_64/6.6
       Sdk: org.kde.Sdk/x86_64/6.6

    Commit: dcfc7cd207222a3ab244da8fa2e0bc0eef2a8f40b231a88a845fc9508736065e
       Pai: 0a177e6d6fab4ed9c2bdae9a67899f8a4bc8ad50897c54c36f03377205cc2d3c
   Assunto: Take out --socket=wayland since we are using --socket=x11 Closes #31 (5f347ce5)
      Data: 2024-05-17 06:00:28 +0000

PS4 isn't listed yet:
image

I still don't see on Gnome Terminal neither [V] chiaki_holepunch_list_devices: retrieved PS5 devices: nor [V] chiaki_holepunch_list_devices: retrieved PS4 devices: . I also haven't seen these lines in the log files on ~/.var/app/io.github.streetpea.Chiaki4deck/data/Chiaki/Chiaki/log.

@streetpea
Copy link
Owner Author

It should be in gnome terminal .. have you tried flatpak uninstall --user io.github.streetpea.Chiaki4deck to make sure it isn’t interfering?

@Adagium42
Copy link

It should be in gnome terminal .. have you tried flatpak uninstall --user io.github.streetpea.Chiaki4deck to make sure it isn’t interfering?

Yeah...

$ flatpak uninstall --user io.github.streetpea.Chiaki4deck
erro: Nenhuma ref instalada localizada para “io.github.streetpea.Chiaki4deck”

But I also did another thing: disabled and enabled Verbose Logging. And now Gnome Terminal has returned these logs:

[V] PS5 devices: 
[V] chiaki_holepunch_list_devices: retrieved devices 
[
  {
    "device":{
      "language":"pt-BR",
      "name":"PS5-857",
      "updatedDateTime":"2024-05-17T23:41:05.442Z",
      "wakeupEnabledPowerModes":[
        "networkStandby",
        "mainOnStandby"
      ],
      "enabledFeatures":[
        "remotePlay"
      ]
    },
    "duid":"[REDACTED]",
    "platform":"PS5",
    "deviceProperties":[],
    "updatedDateTime":"2024-05-17T23:41:07.152Z",
    "version":"7"
  }
]
[V] PS4 devices: 
[V] chiaki_holepunch_list_devices: retrieved devices 
[]
chiaki.gui: Updated PSN hosts
chiaki.gui: [libplacebo] Available surface configurations:
[...]

🎉?

@streetpea
Copy link
Owner Author

Is this a base PS4?

@Adagium42
Copy link

Is this a base PS4?

Do you mean my PS4 model? I have a PS4 Slim (CUH-2214B).

@streetpea
Copy link
Owner Author

So from @grill2010 the ps4 doesn’t use the same list mechanism so it doesn’t show up here. There is a different method used for ps4

@streetpea
Copy link
Owner Author

streetpea commented May 18, 2024

Chiaki4deck will need to be updated for it to work with ps4 using this different mechanism

@Lonelysakura8
Copy link

Forgive me if I'm doing this wrong as I'm not sure how to use GitHub and all that. But I'm experiencing a similar issue with my PS4 using my PSN ID. Except unlike the user above once I generate the PSN token I never got my device to show up as a remote connection like the screen shots.

@streetpea
Copy link
Owner Author

@Lonelysakura8 it supports ps5 only currently. Support for ps4 will be added soon.

@streetpea
Copy link
Owner Author

@Adagium42 @Lonelysakura8 here is a build for you to try with remote connection via psn for ps4 enabled https://github.com/streetpea/chiaki4deck/actions/runs/9168225618/artifacts/1521362499 ... it may not work as I don't have a ps4 to test against so let me know your results and if it doesn't work please post a verbose log.

@streetpea streetpea linked a pull request May 22, 2024 that will close this issue
@Adagium42
Copy link

@streetpea I tested this build. This version was able to list the PS4:
Captura de tela de 2024-05-23 16-49-29

It was also able to attempt to connect to the console and was successful in waking it up:
Captura de tela de 2024-05-23 17-03-33

But in all my attempts Chiaki4Deck failed to connect to the console:
Captura de tela de 2024-05-23 17-03-58

It's worth mentioning that I had difficulties connecting to the PS5 as well, but while I was successful in 2 of the 4 attempts to connect to the PS5, several attempts to connect to the PS4 were unsuccessful. I was always successful into waking up both consoles.

Here's the log of last attempt (which is consistent with the logs from my other attempts):

$ ./Chiaki4deck.AppImage 
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
chiaki.gui: [libplacebo] Initialized libplacebo v6.338.0-70-gc320f61e-dirty (API v342)
chiaki.gui: [libplacebo] Spent 72,892 ms enumerating instance extensions
chiaki.gui: [libplacebo] Creating vulkan instance with extensions:
chiaki.gui: [libplacebo]     VK_KHR_get_physical_device_properties2
chiaki.gui: [libplacebo]     VK_KHR_surface
chiaki.gui: [libplacebo]     VK_EXT_swapchain_colorspace
chiaki.gui: [libplacebo]     VK_KHR_external_memory_capabilities
chiaki.gui: [libplacebo]     VK_KHR_external_semaphore_capabilities
chiaki.gui: [libplacebo]     VK_KHR_get_surface_capabilities2
chiaki.gui: [libplacebo]     VK_KHR_portability_enumeration
chiaki.gui: [libplacebo]     VK_KHR_xcb_surface
chiaki.gui: [libplacebo]     VK_KHR_surface
chiaki.gui: [libplacebo] Probing for vulkan devices:
MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete
chiaki.gui: [libplacebo]     GPU 0: Intel(R) HD Graphics 4000 (IVB GT2) v1.2.267 (integrated)
chiaki.gui: [libplacebo]            uuid: [REDACTED]
chiaki.gui: [libplacebo]     GPU 1: llvmpipe (LLVM 17.0.6, 256 bits) v1.3.267 (software)
chiaki.gui: [libplacebo]            uuid: [REDACTED]
chiaki.gui: [libplacebo] Vulkan device properties:
chiaki.gui: [libplacebo]     Device Name: Intel(R) HD Graphics 4000 (IVB GT2)
chiaki.gui: [libplacebo]     Device ID: 8086:166
chiaki.gui: [libplacebo]     Device UUID: [REDACTED]
chiaki.gui: [libplacebo]     Driver version: 5c03006
chiaki.gui: [libplacebo]     API version: 1.2.267
chiaki.gui: [libplacebo] Creating vulkan device with extensions:
chiaki.gui: [libplacebo]     VK_KHR_swapchain
chiaki.gui: [libplacebo]     VK_KHR_push_descriptor
chiaki.gui: [libplacebo]     VK_KHR_external_memory_fd
chiaki.gui: [libplacebo]     VK_EXT_external_memory_dma_buf
chiaki.gui: [libplacebo]     VK_EXT_external_memory_host
chiaki.gui: [libplacebo]     VK_KHR_external_semaphore_fd
chiaki.gui: [libplacebo]     VK_EXT_pci_bus_info
chiaki.gui: [libplacebo]     VK_EXT_image_drm_format_modifier
chiaki.gui: [libplacebo]     VK_KHR_synchronization2
chiaki.gui: [libplacebo] Memory heaps supported by device:
chiaki.gui: [libplacebo]     0: flags 0x1 size 1536M
chiaki.gui: [libplacebo] Memory summary:     0 used     0 res     0 alloc, efficiency 100,00%, utilization 100,00%, max page:   96M
chiaki.gui: [libplacebo] glslang version: 13.1.1
chiaki.gui: [libplacebo] Initialized SPIR-V compiler 'glslang'
MESA-INTEL: warning: ../src/intel/vulkan_hasvk/anv_formats.c:783: FINISHME: support more multi-planar formats with DRM modifiers
chiaki.gui: [libplacebo] GPU information:
chiaki.gui: [libplacebo]     GLSL version: 450 (vulkan)
chiaki.gui: [libplacebo]       max_shmem_size:            65536
chiaki.gui: [libplacebo]       max_group_threads:         1024
chiaki.gui: [libplacebo]       max_group_size[0]:         1024
chiaki.gui: [libplacebo]       max_group_size[1]:         1024
chiaki.gui: [libplacebo]       max_group_size[2]:         1024
chiaki.gui: [libplacebo]       subgroup_size:             0
chiaki.gui: [libplacebo]       min_gather_offset:         -32
chiaki.gui: [libplacebo]       max_gather_offset:         31
chiaki.gui: [libplacebo]     Limits:
chiaki.gui: [libplacebo]       thread_safe:               1
chiaki.gui: [libplacebo]       callbacks:                 1
chiaki.gui: [libplacebo]       max_buf_size:              1610612736
chiaki.gui: [libplacebo]       max_ubo_size:              134217728
chiaki.gui: [libplacebo]       max_ssbo_size:             1073741824
chiaki.gui: [libplacebo]       max_vbo_size:              1610612736
chiaki.gui: [libplacebo]       max_mapped_size:           1610612736
chiaki.gui: [libplacebo]       max_buffer_texels:         134217728
chiaki.gui: [libplacebo]       align_host_ptr:            4096
chiaki.gui: [libplacebo]       host_cached:               1
chiaki.gui: [libplacebo]       max_tex_1d_dim:            16384
chiaki.gui: [libplacebo]       max_tex_2d_dim:            8192
chiaki.gui: [libplacebo]       max_tex_3d_dim:            2048
chiaki.gui: [libplacebo]       blittable_1d_3d:           1
chiaki.gui: [libplacebo]       buf_transfer:              1
chiaki.gui: [libplacebo]       align_tex_xfer_pitch:      128
chiaki.gui: [libplacebo]       align_tex_xfer_offset:     128
chiaki.gui: [libplacebo]       max_variable_comps:        0
chiaki.gui: [libplacebo]       max_constants:             18446744073709551615
chiaki.gui: [libplacebo]       max_pushc_size:            128
chiaki.gui: [libplacebo]       align_vertex_stride:       1
chiaki.gui: [libplacebo]       max_dispatch[0]:           65535
chiaki.gui: [libplacebo]       max_dispatch[1]:           65535
chiaki.gui: [libplacebo]       max_dispatch[2]:           65535
chiaki.gui: [libplacebo]       fragment_queues:           1
chiaki.gui: [libplacebo]       compute_queues:            1
chiaki.gui: [libplacebo]     External API interop:
chiaki.gui: [libplacebo]       UUID: [REDACTED]
chiaki.gui: [libplacebo]       PCI: 0000:00:02:0
chiaki.gui: [libplacebo]       buf export caps: 0x9
chiaki.gui: [libplacebo]       buf import caps: 0x19
chiaki.gui: [libplacebo]       tex export caps: 0x9
chiaki.gui: [libplacebo]       tex import caps: 0x9
chiaki.gui: [libplacebo]       sync export caps: 0x1
chiaki.gui: [libplacebo]       sync import caps: 0x0
chiaki.gui: [libplacebo] Cache seems truncated, missing objects.. ignoring rest
[V] PS5 devices: 
[V] chiaki_holepunch_list_devices: retrieved devices 
[
  {
    "device":{
      "language":"pt-BR",
      "name":"PS5-857",
      "updatedDateTime":"2024-05-23T20:02:35.465Z",
      "wakeupEnabledPowerModes":[
        "networkStandby",
        "mainOnStandby"
      ],
      "enabledFeatures":[
        "remotePlay"
      ]
    },
    "duid":"[REDACTED]",
    "platform":"PS5",
    "deviceProperties":[
    ],
    "updatedDateTime":"2024-05-23T20:02:38.015Z",
    "version":"7"
  }
]
chiaki.gui: Updated PSN hosts
chiaki.gui: [libplacebo] Available surface configurations:
chiaki.gui: [libplacebo]     0: VK_FORMAT_B8G8R8A8_SRGB                  VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
chiaki.gui: [libplacebo]     1: VK_FORMAT_B8G8R8A8_UNORM                 VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
chiaki.gui: [libplacebo] Picked surface configuration 1: VK_FORMAT_B8G8R8A8_UNORM + VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
chiaki.gui: [libplacebo] Requested alpha compositing mode: VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR
chiaki.gui: [libplacebo] Requested surface transform: VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
chiaki.gui: [libplacebo] Requested image count: 2 (min 3 max 0)
chiaki.gui: [libplacebo] Requested image size: 1280x699 (min 1280x699 < cur 1280x699 < max 1280x699)
chiaki.gui: [libplacebo] (Re)creating swapchain of size 1280x699
chiaki.gui: [libplacebo] (Re)creating 1280x699x0 texture with format rgba8: unknown
chiaki.gui: [libplacebo] Allocating 14467072 memory of type 0x1 (id 0) in heap 0: unknown
chiaki.gui: [libplacebo] Spent 0,081 ms allocating slab
chiaki.gui: [libplacebo] vertex shader source:
chiaki.gui: [libplacebo] [  1] #version 450
chiaki.gui: [libplacebo] [  2] #extension GL_ARB_texture_gather : enable
chiaki.gui: [libplacebo] [  3] layout(std430, push_constant) uniform PushC {
chiaki.gui: [libplacebo] [  4]     layout(offset=0) mat3 _5;
chiaki.gui: [libplacebo] [  5]     layout(offset=48) mat3 _6;
chiaki.gui: [libplacebo] [  6] };
chiaki.gui: [libplacebo] [  7] layout(constant_id=0) const float _3 = 1; 
chiaki.gui: [libplacebo] [  8] layout(constant_id=1) const float _4 = 1; 
chiaki.gui: [libplacebo] [  9] layout(constant_id=2) const float _7 = 1; 
chiaki.gui: [libplacebo] [ 10] layout(constant_id=3) const float _8 = 1; 
chiaki.gui: [libplacebo] [ 11] layout(binding=0) uniform  sampler2D _2;
chiaki.gui: [libplacebo] [ 12] layout(location=0) in vec2 _d;
chiaki.gui: [libplacebo] [ 13] layout(location=1) in vec2 _e;
chiaki.gui: [libplacebo] [ 14] layout(location=1) out vec2 _b;
chiaki.gui: [libplacebo] [ 15] void main() {
chiaki.gui: [libplacebo] [ 16] vec2 va_pos = _d; 
chiaki.gui: [libplacebo] [ 17] gl_Position = vec4(va_pos, 0.0, 1.0); 
chiaki.gui: [libplacebo] [ 18] _b = _e;
chiaki.gui: [libplacebo] [ 19] }
chiaki.gui: [libplacebo] fragment shader source:
chiaki.gui: [libplacebo] [  1] #version 450
chiaki.gui: [libplacebo] [  2] #extension GL_ARB_texture_gather : enable
chiaki.gui: [libplacebo] [  3] layout(std430, push_constant) uniform PushC {
chiaki.gui: [libplacebo] [  4]     layout(offset=0) mat3 _5;
chiaki.gui: [libplacebo] [  5]     layout(offset=48) mat3 _6;
chiaki.gui: [libplacebo] [  6] };
chiaki.gui: [libplacebo] [  7] layout(constant_id=0) const float _3 = 1; 
chiaki.gui: [libplacebo] [  8] layout(constant_id=1) const float _4 = 1; 
chiaki.gui: [libplacebo] [  9] layout(constant_id=2) const float _7 = 1; 
chiaki.gui: [libplacebo] [ 10] layout(constant_id=3) const float _8 = 1; 
chiaki.gui: [libplacebo] [ 11] layout(binding=0) uniform  sampler2D _2;
chiaki.gui: [libplacebo] [ 12] layout(location=1) in vec2 _b;
chiaki.gui: [libplacebo] [ 13] layout(location=0) out vec4 out_color;
chiaki.gui: [libplacebo] [ 14] #define pos _a
chiaki.gui: [libplacebo] [ 15] #define coord _b
chiaki.gui: [libplacebo] [ 16] 
chiaki.gui: [libplacebo] [ 17] vec4 _1() {
chiaki.gui: [libplacebo] [ 18] // overlay 
chiaki.gui: [libplacebo] [ 19] vec4 color = textureLod(_2, coord, 0.0); 
chiaki.gui: [libplacebo] [ 20] // pl_shader_decode_color 
chiaki.gui: [libplacebo] [ 21] { 
chiaki.gui: [libplacebo] [ 22] }
chiaki.gui: [libplacebo] [ 23] // pl_shader_color_map 
chiaki.gui: [libplacebo] [ 24] {                      
chiaki.gui: [libplacebo] [ 25] // pl_shader_linearize           
chiaki.gui: [libplacebo] [ 26] color.rgb = max(color.rgb, 0.0); 
chiaki.gui: [libplacebo] [ 27] color.rgb = mix(color.rgb * vec3(1.0/12.92),               
chiaki.gui: [libplacebo] [ 28]                 pow((color.rgb + vec3(0.055))/vec3(1.055), 
chiaki.gui: [libplacebo] [ 29]                     vec3(2.4)),                            
chiaki.gui: [libplacebo] [ 30]                 lessThan(vec3(0.04045), color.rgb));       
chiaki.gui: [libplacebo] [ 31] color.rgb = _4 * color.rgb + vec3(_3); 
chiaki.gui: [libplacebo] [ 32] // pl_shader_delinearize 
chiaki.gui: [libplacebo] [ 33] color.rgb = max(color.rgb, 0.0); 
chiaki.gui: [libplacebo] [ 34] color.rgb = pow(_8 * color.rgb, vec3(1.0/2.4)) - vec3(_7); 
chiaki.gui: [libplacebo] [ 35] }
chiaki.gui: [libplacebo] [ 36] // pl_shader_encode_color 
chiaki.gui: [libplacebo] [ 37] { 
chiaki.gui: [libplacebo] [ 38] }
chiaki.gui: [libplacebo] [ 39] vec4 _9 = color;                 
chiaki.gui: [libplacebo] [ 40] color = vec4(0.0, 0.0, 0.0, 1.0); 
chiaki.gui: [libplacebo] [ 41] color[0] = _9[0]; 
chiaki.gui: [libplacebo] [ 42] color[1] = _9[1]; 
chiaki.gui: [libplacebo] [ 43] color[2] = _9[2]; 
chiaki.gui: [libplacebo] [ 44] color.a = _9.a; 
chiaki.gui: [libplacebo] [ 45] return color;
chiaki.gui: [libplacebo] [ 46] }
chiaki.gui: [libplacebo] [ 47] 
chiaki.gui: [libplacebo] [ 48] void main() {
chiaki.gui: [libplacebo] [ 49] out_color = _1();
chiaki.gui: [libplacebo] [ 50] }
chiaki.gui: [libplacebo] Specialization constant values:
chiaki.gui: [libplacebo]   constant_id=0: 0,001000
chiaki.gui: [libplacebo]   constant_id=1: 0,999000
chiaki.gui: [libplacebo]   constant_id=2: 0,059585
chiaki.gui: [libplacebo]   constant_id=3: 1,149015
chiaki.gui: [libplacebo] Re-using cached SPIR-V object 0x9f40b1b178918371
chiaki.gui: [libplacebo] Re-using cached SPIR-V object 0xfc13f228d59e63ac
chiaki.gui: [libplacebo] Spent 0,055 ms compiling shader
chiaki.gui: [libplacebo] Spent 0,376 ms creating pipeline
chiaki.gui: [libplacebo] Pass statistics: size 0, SPIR-V: vert 0 frag 0 comp 0
chiaki.gui: [libplacebo] Allocating 261888 memory of type 0xf (id 1) in heap 0: ../src/gpu/utils.c:1160
chiaki.gui: [libplacebo] Spent 0,119 ms allocating slab
chiaki.gui: [libplacebo] Requested alpha compositing mode: VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR
chiaki.gui: [libplacebo] Requested surface transform: VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
chiaki.gui: [libplacebo] Requested image count: 3 (min 3 max 0)
chiaki.gui: [libplacebo] Requested image size: 1366x699 (min 1366x699 < cur 1366x699 < max 1366x699)
chiaki.gui: [libplacebo] (Re)creating swapchain of size 1366x699
chiaki.gui: [libplacebo] (Re)creating 1366x699x0 texture with format rgba8: unknown
chiaki.gui: [libplacebo] Allocating 15548416 memory of type 0x1 (id 0) in heap 0: unknown
chiaki.gui: [libplacebo] Spent 0,012 ms allocating slab
chiaki.gui: [libplacebo] Garbage collected slab of size   13M from pool 0
chiaki.gui: [libplacebo] Freeing slab of size   13M
[I] Logging to file /home/adagium/.local/share/Chiaki/Chiaki/log/chiaki_session_2024-05-23_19-47-28-800800.log
[I] Chiaki Version 1.7.0
[V] Holepunch session state: 0 = [ ]
[I] ChiakiOpusEncoder initialized
Could not connect to Steam Deck...Steam Deck native gyro & haptics offline
[I] Steam Deck not found ... Steam Deck native features disabled


[D] [libplacebo] Requested alpha compositing mode: VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR
[D] [libplacebo] Requested surface transform: VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
[D] [libplacebo] Requested image count: 3 (min 3 max 0)
[D] [libplacebo] Requested image size: 1280x515 (min 1280x699 < cur 1280x699 < max 1280x699)
[D] [libplacebo] (Re)creating swapchain of size 1280x699
[D] [libplacebo] (Re)creating 1280x699x0 texture with format rgba8: unknown
[D] [libplacebo] Requested alpha compositing mode: VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR
[D] [libplacebo] Requested surface transform: VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
[D] [libplacebo] Requested image count: 3 (min 3 max 0)
[D] [libplacebo] Requested image size: 1280x515 (min 1280x699 < cur 1280x699 < max 1280x699)
[D] [libplacebo] (Re)creating swapchain of size 1280x699
[V] chiaki_holepunch_session_create: Created websocket thread
[V] chiaki_holepunch_session_create: Waiting for websocket to open...
[V] websocket_thread_func: Connected to push notification WebSocket wss://[REDACTED].communication.playstation.net/np/pushNotification
[V] Holepunch session state: 1 = [ ✅WS_OPEN ]
[V] http_create_session: Sending JSON:
{"remotePlaySessions":[{"members":[{"accountId":"me","deviceUniqueId":"me","platform":"me","pushContexts":[{"pushContextId":"[REDACTED]"}]}]}]}
[V] websocket_thread_func: PING.
[V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[V] websocket_thread_func: Received PONG.
[V] http_create_session: Received JSON:
{"remotePlaySessions":[{"sessionId":"[REDACTED]","members":[{"accountId":"[REDACTED]","platform":"REMOTE_PLAY","deviceUniqueId":"[REDACTED]"}]}]}
[V] websocket_thread_func: Received WebSocket frame of length 554 with flags 1
[V] websocket_thread_func: Received WebSocket frame with 554 bytes of payload.
[V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:remotePlaySession:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      },
      "sessionId":"[REDACTED]"
    }
  },
  "contexts":[
    {
      "contextId":"[REDACTED]",
      "sequenceNumber":1
    }
  ]
}
[V] Received notification of type 1
[V] websocket_thread_func: Received WebSocket frame of length 742 with flags 1
[V] websocket_thread_func: Received WebSocket frame with 742 bytes of payload.
[V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:members:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      },
      "members":[
        {
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "joinTimestamp":1716504450919,
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      ],
      "sessionId":"[REDACTED]"
    }
  },
  "contexts":[
    {
      "contextId":"[REDACTED]",
      "sequenceNumber":2
    }
  ]
}
[V] Received notification of type 2
[V] chiaki_holepunch_session_create: Sent holepunch session creation request
[V] wait_for_notification: Found notification of type 1
[V] chiaki_holepunch_session_create: Holepunch session created.
[V] Holepunch session state: 3 = [ ✅WS_OPEN ✅CREATED ]
[V] wait_for_notification: Found notification of type 2
[V] chiaki_holepunch_session_create: Client joined.
[V] Holepunch session state: 11 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ]
[I] >> Created session
[V] chiaki_holepunch_session_start: Starting holepunch session [REDACTED] for the Main PS4 console registered to your PlayStation account
[V] http_ps4_session_wakeup: Received JSON:
{"url":"https://br-prof.np.community.playstation.net/userProfile"}
[V] http_create_session: Received JSON:
{"url":"https://br-prof.np.community.playstation.net/userProfile"}
[V] http_ps4_session_wakeup: Sending JSON:
{"data":{"clientType":"Windows","data1":"[REDACTED]","data2":"[REDACTED]","roomId": 0,"protocolVer":"10.0","sessionId":"[REDACTED]"},"dataTypeSuffix":"remotePlay"}
[V] http_ps4_session_wakeup: Received JSON:

[V] Holepunch session state: 27 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ]
[V] websocket_thread_func: PING.
[V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[V] websocket_thread_func: Received PONG.
[V] websocket_thread_func: PING.
[V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[V] websocket_thread_func: Received PONG.
[V] websocket_thread_func: Received WebSocket frame of length 758 with flags 1
[V] websocket_thread_func: Received WebSocket frame with 758 bytes of payload.
[V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:members:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "members":[
        {
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "joinTimestamp":1716504462598,
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      ],
      "sessionId":"[REDACTED]"
    }
  },
  "contexts":[
    {
      "contextId":"[REDACTED]",
      "sequenceNumber":3
    }
  ]
}
[V] Received notification of type 2
[V] wait_for_notification: Found notification of type 2
[V] Holepunch session state: 59 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ✅CONSOLE_JOINED ]
[V] websocket_thread_func: Received WebSocket frame of length 524 with flags 1
[V] websocket_thread_func: Received WebSocket frame with 524 bytes of payload.
[V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:customData1:updated",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customData1":"[REDACTED]",
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]"
    }
  }
}
[V] Received notification of type 8
[V] wait_for_notification: Found notification of type 8
[V] Holepunch session state: 123 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ✅CONSOLE_JOINED ✅CUSTOMDATA1_RECEIVED ]
[I] >> Started session
[V] websocket_thread_func: PING.
[V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[V] websocket_thread_func: Received PONG.
[V] websocket_thread_func: PING.
[V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[V] websocket_thread_func: Received PONG.
[V] websocket_thread_func: Received WebSocket frame of length 1002 with flags 1
[V] websocket_thread_func: Received WebSocket frame with 1002 bytes of payload.
[V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"OFFER\",\"reqId\":1,\"error\":0,\"connRequest\":{\"sid\":42718,\"peerSid\":0,\"skey\":\"[REDACTED]",\"natType\":0,\"candidate\":[{\"type\":\"LOCAL\",\"addr\":\"192.168.1.71\",\"mappedAddr\":\"0.0.0.0\",\"port\":9303,\"mappedPort\":0}],\"defaultRouteMacAddr\":\"[REDACTED]\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"PS4\"},\"localHashedId\":\"[REDACTED]"}}"
      }
    }
  }
}
[V] Received notification of type 16
[V] wait_for_notification: Found notification of type 16
[V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":1,\"error\":0,\"connRequest\":{}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS5"}]}
[E] http_send_session_message: Sending holepunch session message failed with HTTP code 404.
[V] Request Body: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":1,\"error\":0,\"connRequest\":{}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS5"}]}.
[E] chiaki_holepunch_session_punch_holes: Couldn't send holepunch session message
[E] !! Failed to punch hole for control connection.
[V] websocket_thread_func: PING.
[V] websocket_thread_func: Received WebSocket frame of length 712 with flags 1
[V] websocket_thread_func: Received WebSocket frame with 712 bytes of payload.
[V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:members:deleted",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      },
      "members":[
        {
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      ],
      "sessionId":"[REDACTED]"
    }
  },
  "contexts":[
    {
      "contextId":"[REDACTED]",
      "sequenceNumber":4
    }
  ]
}
[V] Received notification of type 4
[V] wait_for_notification: Found notification of type 4
[V] Holepunch session state: 131323 = [ ✅WS_OPEN ✅DELETED ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ✅CONSOLE_JOINED ✅CUSTOMDATA1_RECEIVED ✅CTRL_OFFER_RECEIVED ]
[I] chiaki_holepunch_session_fini: Holepunch session deleted.
[E] websocket_thread_func: Select canceled.

I'll keep testing with another networks

@streetpea
Copy link
Owner Author

streetpea commented May 23, 2024

@Adagium42 based on the log it’s not failing due to the network. It’s due to a problem that should be fixed in this build: https://github.com/streetpea/chiaki4deck/actions/runs/9216221105/artifacts/1533070041 could you please try it and post an updated log?

@streetpea
Copy link
Owner Author

@Adagium42
Copy link

It works!! 🎉🎉🎉
Captura de tela de 2024-05-24 09-35-48

Captura de tela de 2024-05-24 09-43-20

As requested, here's the log of one of my first attempts using this build:

[2024-05-24 09:03:03:376376] [I] Logging to file /home/adagium/.local/share/Chiaki/Chiaki/log/chiaki_session_2024-05-24_09-03-03-375375.log
[2024-05-24 09:03:03:376376] [I] Chiaki Version 1.7.0
[2024-05-24 09:03:03:376376] [V] Holepunch session state: 0 = [ ]
[2024-05-24 09:03:04:315315] [V] chiaki_holepunch_session_create: Created websocket thread
[2024-05-24 09:03:04:315315] [V] chiaki_holepunch_session_create: Waiting for websocket to open...
[2024-05-24 09:03:05:269269] [V] websocket_thread_func: Connected to push notification WebSocket wss://[REDACTED].communication.playstation.net/np/pushNotification
[2024-05-24 09:03:05:270270] [V] Holepunch session state: 1 = [ ✅WS_OPEN ]
[2024-05-24 09:03:05:270270] [V] http_create_session: Sending JSON:
{"remotePlaySessions":[{"members":[{"accountId":"me","deviceUniqueId":"me","platform":"me","pushContexts":[{"pushContextId":"[REDACTED]"}]}]}]}
[2024-05-24 09:03:05:270270] [V] websocket_thread_func: PING.
[2024-05-24 09:03:05:495495] [V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[2024-05-24 09:03:05:495495] [V] websocket_thread_func: Received PONG.
[2024-05-24 09:03:05:776776] [V] websocket_thread_func: Received WebSocket frame of length 554 with flags 1
[2024-05-24 09:03:05:776776] [V] websocket_thread_func: Received WebSocket frame with 554 bytes of payload.
[2024-05-24 09:03:05:777777] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:remotePlaySession:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      },
      "sessionId":"[REDACTED]"
    }
  },
  "contexts":[
    {
      "contextId":"[REDACTED]",
      "sequenceNumber":1
    }
  ]
}
[2024-05-24 09:03:05:777777] [V] Received notification of type 1
[2024-05-24 09:03:05:777777] [V] websocket_thread_func: Received WebSocket frame of length 742 with flags 1
[2024-05-24 09:03:05:777777] [V] websocket_thread_func: Received WebSocket frame with 742 bytes of payload.
[2024-05-24 09:03:05:777777] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:members:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      },
      "members":[
        {
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "joinTimestamp":1716552185652,
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      ],
      "sessionId":"[REDACTED]"
    }
  },
  "contexts":[
    {
      "contextId":"[REDACTED]",
      "sequenceNumber":2
    }
  ]
}
[2024-05-24 09:03:05:777777] [V] Received notification of type 2
[2024-05-24 09:03:05:789789] [V] http_create_session: Received JSON:
{"remotePlaySessions":[{"sessionId":"[REDACTED]","members":[{"accountId":"[REDACTED]","platform":"REMOTE_PLAY","deviceUniqueId":"[REDACTED]"}]}]}
[2024-05-24 09:03:05:793793] [V] chiaki_holepunch_session_create: Sent holepunch session creation request
[2024-05-24 09:03:05:793793] [V] wait_for_notification: Found notification of type 1
[2024-05-24 09:03:05:793793] [V] chiaki_holepunch_session_create: Holepunch session created.
[2024-05-24 09:03:05:793793] [V] Holepunch session state: 3 = [ ✅WS_OPEN ✅CREATED ]
[2024-05-24 09:03:05:793793] [V] wait_for_notification: Found notification of type 2
[2024-05-24 09:03:05:793793] [V] chiaki_holepunch_session_create: Client joined.
[2024-05-24 09:03:05:793793] [V] Holepunch session state: 11 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ]
[2024-05-24 09:03:05:793793] [I] >> Created session
[2024-05-24 09:03:05:794794] [I] ChiakiOpusEncoder initialized
[2024-05-24 09:03:05:796796] [I] Steam Deck not found ... Steam Deck native features disabled


[2024-05-24 09:03:05:808808] [V] chiaki_holepunch_session_start: Starting holepunch session [REDACTED] for the Main PS4 console registered to your PlayStation account
[2024-05-24 09:03:06:187187] [V] http_ps4_session_wakeup: Received JSON:
{"url":"https://br-prof.np.community.playstation.net/userProfile"}
[2024-05-24 09:03:06:192192] [V] http_ps4_session_wakeup: Sending JSON:
{"data":{"clientType":"Windows","data1":"[REDACTED]","data2":"[REDACTED]","roomId": 0,"protocolVer":"10.0","sessionId":"[REDACTED]"},"dataTypeSuffix":"remotePlay"}
[2024-05-24 09:03:06:621621] [V] http_ps4_session_wakeup: Received JSON:

[2024-05-24 09:03:06:622622] [V] Holepunch session state: 27 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ]
[2024-05-24 09:03:07:248248] [V] websocket_thread_func: Received WebSocket frame of length 758 with flags 1
[2024-05-24 09:03:07:248248] [V] websocket_thread_func: Received WebSocket frame with 758 bytes of payload.
[2024-05-24 09:03:07:248248] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:members:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "members":[
        {
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "joinTimestamp":1716552187132,
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      ],
      "sessionId":"[REDACTED]"
    }
  },
  "contexts":[
    {
      "contextId":"[REDACTED]",
      "sequenceNumber":3
    }
  ]
}
[2024-05-24 09:03:07:249249] [V] Received notification of type 2
[2024-05-24 09:03:07:249249] [V] wait_for_notification: Found notification of type 2
[2024-05-24 09:03:07:249249] [V] Holepunch session state: 59 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ✅CONSOLE_JOINED ]
[2024-05-24 09:03:08:416416] [V] websocket_thread_func: Received WebSocket frame of length 524 with flags 1
[2024-05-24 09:03:08:416416] [V] websocket_thread_func: Received WebSocket frame with 524 bytes of payload.
[2024-05-24 09:03:08:416416] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:customData1:updated",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customData1":"[REDACTED]",
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]"
    }
  }
}
[2024-05-24 09:03:08:416416] [V] Received notification of type 8
[2024-05-24 09:03:08:416416] [V] wait_for_notification: Found notification of type 8
[2024-05-24 09:03:08:416416] [V] Holepunch session state: 123 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ✅CONSOLE_JOINED ✅CUSTOMDATA1_RECEIVED ]
[2024-05-24 09:03:08:417417] [I] >> Started session
[2024-05-24 09:03:09:820820] [V] websocket_thread_func: Received WebSocket frame of length 1215 with flags 1
[2024-05-24 09:03:09:820820] [V] websocket_thread_func: Received WebSocket frame with 1215 bytes of payload.
[2024-05-24 09:03:09:820820] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"OFFER\",\"reqId\":3,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":0,\"skey\":\"[REDACTED]",\"natType\":2,\"candidate\":[{\"type\":\"STATIC\",\"addr\":\"[REDACTED]\",\"mappedAddr\":\"0.0.0.0\",\"port\":9303,\"mappedPort\":0},{\"type\":\"STATIC\",\"addr\":\"192.168.0.31\",\"mappedAddr\":\"0.0.0.0\",\"port\":9303,\"mappedPort\":0},{\"type\":\"LOCAL\",\"addr\":\"192.168.1.71\",\"mappedAddr\":\"0.0.0.0\",\"port\":9303,\"mappedPort\":0}],\"defaultRouteMacAddr\":\"[REDACTED]\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"PS4\"},\"localHashedId\":\"[REDACTED]"}}"
      }
    }
  }
}
[2024-05-24 09:03:09:821821] [V] Received notification of type 16
[2024-05-24 09:03:09:821821] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:09:822822] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":3,\"error\":0,\"connRequest\":{}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:12:201201] [I] Failed to discover internet gateway via UPnP: err=0
[2024-05-24 09:03:12:561561] [V] Got response from STUN server stun.futurasp.es:3478
[2024-05-24 09:03:12:797797] [V] Got response from STUN server stun.ppdi.com:3478
[2024-05-24 09:03:12:980980] [V] Got response from STUN server stun.labs.net:3478
[2024-05-24 09:03:13:686686] [V] Got response from STUN server stun.muoversi.net:3478
[2024-05-24 09:03:13:686686] [I] Calculating packet allocation based on 4 responses with the same address
[2024-05-24 09:03:13:686686] [W] Got different allocation increment calculations from different ports
[2024-05-24 09:03:13:687687] [V] -----------------CONNECTION REQUEST---------------------
[2024-05-24 09:03:13:687687] [V] sid: [REDACTED]
[2024-05-24 09:03:13:687687] [V] peer_sid: [REDACTED]
[2024-05-24 09:03:13:687687] [V] skey: [REDACTED]
[2024-05-24 09:03:13:687687] [V] nat type 2
[2024-05-24 09:03:13:688688] [V] local hashed id [REDACTED]
[2024-05-24 09:03:13:688688] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"OFFER\",\"reqId\":1,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":[REDACTED],\"skey\":\"[REDACTED]\",\"natType\":2,\"candidate\":[{\"type\":\"STUN\",\"addr\":\"[REDACTED]",\"mappedAddr\":\"0.0.0.0\",\"port\":19037,\"mappedPort\":0},{\"type\":\"STUN\",\"addr\":\"[REDACTED]",\"mappedAddr\":\"0.0.0.0\",\"port\":19052,\"mappedPort\":0},{\"type\":\"STATIC\",\"addr\":\"[REDACTED]",\"mappedAddr\":\"0.0.0.0\",\"port\":35209,\"mappedPort\":0},{\"type\":\"LOCAL\",\"addr\":\"10.0.0.103\",\"mappedAddr\":\"0.0.0.0\",\"port\":35209,\"mappedPort\":0}],\"defaultRouteMacAddr\":\"\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"REMOTE_PLAY\"},\"localHashedId\":\"[REDACTED]\"}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:14:027027] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:14:029029] [V] Ignoring holepunch session message with action 1
[2024-05-24 09:03:14:359359] [V] websocket_thread_func: PING.
[2024-05-24 09:03:14:360360] [V] websocket_thread_func: Received WebSocket frame of length 1215 with flags 1
[2024-05-24 09:03:14:360360] [V] websocket_thread_func: Received WebSocket frame with 1215 bytes of payload.
[2024-05-24 09:03:14:360360] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"OFFER\",\"reqId\":3,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":0,\"skey\":\"[REDACTED]",\"natType\":2,\"candidate\":[{\"type\":\"STATIC\",\"addr\":\"[REDACTED]\",\"mappedAddr\":\"0.0.0.0\",\"port\":9303,\"mappedPort\":0},{\"type\":\"STATIC\",\"addr\":\"192.168.0.31\",\"mappedAddr\":\"0.0.0.0\",\"port\":9303,\"mappedPort\":0},{\"type\":\"LOCAL\",\"addr\":\"192.168.1.71\",\"mappedAddr\":\"0.0.0.0\",\"port\":9303,\"mappedPort\":0}],\"defaultRouteMacAddr\":\"[REDACTED]\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"PS4\"},\"localHashedId\":\"[REDACTED]"}}"
      }
    }
  }
}
[2024-05-24 09:03:14:360360] [V] Received notification of type 16
[2024-05-24 09:03:14:360360] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":3,\"error\":0,\"connRequest\":{}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:14:698698] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:14:699699] [V] Ignoring holepunch session message with action 1
[2024-05-24 09:03:14:699699] [V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[2024-05-24 09:03:14:699699] [V] websocket_thread_func: Received PONG.
[2024-05-24 09:03:14:720720] [V] websocket_thread_func: Received WebSocket frame of length 627 with flags 1
[2024-05-24 09:03:14:720720] [V] websocket_thread_func: Received WebSocket frame with 627 bytes of payload.
[2024-05-24 09:03:14:720720] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":1,\"error\":0,\"connRequest\":{}}"
      }
    }
  }
}
[2024-05-24 09:03:14:720720] [V] Received notification of type 16
[2024-05-24 09:03:14:721721] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:14:721721] [V] --------------REMOTE CANDIDATE--------------------
[2024-05-24 09:03:14:721721] [V] Address: [REDACTED]
[2024-05-24 09:03:14:721721] [V] Mapped Address: 0.0.0.0
[2024-05-24 09:03:14:721721] [V] Port: 9303
[2024-05-24 09:03:14:721721] [V] Mapped Port: 0
[2024-05-24 09:03:14:721721] [V] --------------REMOTE CANDIDATE--------------------
[2024-05-24 09:03:14:721721] [V] Address: 192.168.0.31
[2024-05-24 09:03:14:721721] [V] Mapped Address: 0.0.0.0
[2024-05-24 09:03:14:721721] [V] Port: 9303
[2024-05-24 09:03:14:721721] [V] Mapped Port: 0
[2024-05-24 09:03:14:721721] [V] --------------LOCAL CANDIDATE---------------------
[2024-05-24 09:03:14:721721] [V] Address: 192.168.1.71
[2024-05-24 09:03:14:721721] [V] Mapped Address: 0.0.0.0
[2024-05-24 09:03:14:722722] [V] Port: 9303
[2024-05-24 09:03:14:722722] [V] Mapped Port: 0
[2024-05-24 09:03:14:727727] [V] check_candidate: Received data from [REDACTED]:9303
[2024-05-24 09:03:14:730730] [V] check_candidate: Received data from [REDACTED]:9303
[2024-05-24 09:03:14:733733] [V] check_candidate: Received data from [REDACTED]:9303
[2024-05-24 09:03:14:734734] [V] Selected Candidate
[2024-05-24 09:03:14:734734] [V] --------------REMOTE CANDIDATE--------------------
[2024-05-24 09:03:14:734734] [V] Address: [REDACTED]
[2024-05-24 09:03:14:734734] [V] Mapped Address: 0.0.0.0
[2024-05-24 09:03:14:734734] [V] Port: 9303
[2024-05-24 09:03:14:734734] [V] Mapped Port: 0
[2024-05-24 09:03:15:028028] [I] Sent response to [REDACTED]:9303
[2024-05-24 09:03:15:529529] [I] Sent response to [REDACTED]:9303
[2024-05-24 09:03:16:030030] [I] Sent response to [REDACTED]:9303
[2024-05-24 09:03:16:933933] [V] websocket_thread_func: Received WebSocket frame of length 913 with flags 1
[2024-05-24 09:03:16:933933] [V] websocket_thread_func: Received WebSocket frame with 913 bytes of payload.
[2024-05-24 09:03:16:933933] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"ACCEPT\",\"reqId\":4,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":[REDACTED],\"skey\":\"[REDACTED]",\"natType\":0,\"candidate\":[{\"type\":\"DERIVED\",\"addr\":\"192.168.1.1\",\"mappedAddr\":\"[REDACTED]\",\"port\":18065,\"mappedPort\":9303}],\"defaultRouteMacAddr\":\"\",\"localPeerAddr\":,\"localHashedId\":\"\"}}"
      }
    }
  }
}
[2024-05-24 09:03:16:933933] [V] Received notification of type 16
[2024-05-24 09:03:17:030030] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"ACCEPT\",\"reqId\":2,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":[REDACTED],\"skey\":\"[REDACTED]\",\"natType\":0,\"candidate\":[{\"type\":\"STATIC\",\"addr\":\"[REDACTED]\",\"mappedAddr\":\"[REDACTED]",\"port\":9303,\"mappedPort\":35209}],\"defaultRouteMacAddr\":\"\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"REMOTE_PLAY\"},\"localHashedId\":\"\"}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:17:409409] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:17:410410] [V] Ignoring holepunch session message with action 4
[2024-05-24 09:03:17:410410] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:17:410410] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":4,\"error\":0,\"connRequest\":{}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:17:752752] [V] chiaki_holepunch_session_punch_holes: Control connection established.
[2024-05-24 09:03:17:763763] [V] websocket_thread_func: Received WebSocket frame of length 627 with flags 1
[2024-05-24 09:03:17:763763] [V] websocket_thread_func: Received WebSocket frame with 627 bytes of payload.
[2024-05-24 09:03:17:763763] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":2,\"error\":0,\"connRequest\":{}}"
      }
    }
  }
}
[2024-05-24 09:03:17:763763] [V] Received notification of type 16
[2024-05-24 09:03:18:753753] [V] Holepunch session state: 2299 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ✅CONSOLE_JOINED ✅CUSTOMDATA1_RECEIVED ✅CTRL_OFFER_RECEIVED ✅CTRL_ESTABLISHED ]
[2024-05-24 09:03:18:753753] [I] >> Punched hole for control connection!
[2024-05-24 09:03:18:755755] [V] Regist formatted request header:
[2024-05-24 09:03:18:755755] [V] offset 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f  0123456789abcdef
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:756756] [I] REGIST - Starting RUDP session
[2024-05-24 09:03:18:756756] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:759759] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:759759] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:800800] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:800800] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:850850] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:852852] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:867867] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:867867] [V] Regist response HTTP header:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:868868] [I] Regist response payload (decrypted):
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:868868] [I] RP-Support Cmd: 115080
[2024-05-24 09:03:18:869869] [I] Regist successfully received response
[2024-05-24 09:03:18:869869] [I] PlayStation 4 successfully registered for Remote Play
[2024-05-24 09:03:18:869869] [I] Starting session request for PS4
[2024-05-24 09:03:18:869869] [I] SESSION START THREAD - Starting RUDP session
[2024-05-24 09:03:18:869869] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:875875] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:876876] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:915915] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:915915] [I] Sending session request
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:916916] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:958958] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:960960] [V] Sending Message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:963963] [V] Receiving message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:964964] [V] Session Response Header:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:965965] [I] Session request successful
[2024-05-24 09:03:18:975975] [I] Starting ctrl
[2024-05-24 09:03:18:976976] [I] CTRL - Starting RUDP session
[2024-05-24 09:03:18:976976] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:979979] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:18:979979] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:017017] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:017017] [I] Sending ctrl request
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:018018] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:061061] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:061061] [V] Sending Message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:061061] [I] Ctrl received http header as response
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:062062] [I] Ctrl received ctrl request http response
[2024-05-24 09:03:19:062062] [I] Ctrl got Server Type: 0
[2024-05-24 09:03:19:062062] [I] A codec other than H264 was selected but server would not support it. Downgrading.
[2024-05-24 09:03:19:062062] [I] Ctrl connected
[2024-05-24 09:03:19:167167] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:167167] [V] Acked seq num 0x3677 from Rudp Send Buffer
[2024-05-24 09:03:19:582582] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:582582] [V] Acked seq num 0 from Rudp Send Buffer
[2024-05-24 09:03:19:582582] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:582582] [V] Ctrl received message of type 0x5, size 0x1
                                       [REDACTED]                                                       
[2024-05-24 09:03:19:583583] [I] Ctrl received Login message: success
[2024-05-24 09:03:20:789789] [V] websocket_thread_func: PING.
[2024-05-24 09:03:20:790790] [V] websocket_thread_func: Received WebSocket frame of length 1215 with flags 1
[2024-05-24 09:03:20:790790] [V] websocket_thread_func: Received WebSocket frame with 1215 bytes of payload.
[2024-05-24 09:03:20:790790] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"OFFER\",\"reqId\":5,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":0,\"skey\":\"[REDACTED]",\"natType\":2,\"candidate\":[{\"type\":\"STATIC\",\"addr\":\"[REDACTED]\",\"mappedAddr\":\"0.0.0.0\",\"port\":9297,\"mappedPort\":0},{\"type\":\"STATIC\",\"addr\":\"192.168.0.31\",\"mappedAddr\":\"0.0.0.0\",\"port\":9297,\"mappedPort\":0},{\"type\":\"LOCAL\",\"addr\":\"192.168.1.71\",\"mappedAddr\":\"0.0.0.0\",\"port\":9297,\"mappedPort\":0}],\"defaultRouteMacAddr\":\"[REDACTED]\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"PS4\"},\"localHashedId\":\"[REDACTED]"}}"
      }
    }
  }
}
[2024-05-24 09:03:20:791791] [V] Received notification of type 16
[2024-05-24 09:03:21:014014] [V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[2024-05-24 09:03:21:014014] [V] websocket_thread_func: Received PONG.
[2024-05-24 09:03:23:976976] [I] Punching hole for data connection
[2024-05-24 09:03:23:976976] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:23:976976] [V] Ignoring holepunch session message with action 8
[2024-05-24 09:03:23:977977] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:23:977977] [V] Ignoring holepunch session message with action 4
[2024-05-24 09:03:23:977977] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:23:977977] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":5,\"error\":0,\"connRequest\":{}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:24:097097] [V] Receiving message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:24:098098] [V] Acked seq num 0 from Rudp Send Buffer
[2024-05-24 09:03:24:098098] [V] Sending Message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:24:098098] [V] Ctrl received message of type 0xfe, size 0
[2024-05-24 09:03:24:098098] [I] Ctrl received Heartbeat, sending reply
[2024-05-24 09:03:24:098098] [V] Ctrl sending message type 1fe, size 0

[2024-05-24 09:03:24:098098] [V] Sending Message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:24:098098] [V] Pushed seq num 0x3678 into Rudp Send Buffer
[2024-05-24 09:03:24:323323] [V] Receiving message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:24:323323] [V] Acked seq num 0x3678 from Rudp Send Buffer
[2024-05-24 09:03:26:020020] [V] websocket_thread_func: PING.
[2024-05-24 09:03:26:244244] [V] websocket_thread_func: Received WebSocket frame of length 0 with flags 64
[2024-05-24 09:03:26:244244] [V] websocket_thread_func: Received PONG.
[2024-05-24 09:03:26:354354] [I] Failed to discover internet gateway via UPnP: err=0
[2024-05-24 09:03:26:536536] [V] -----------------CONNECTION REQUEST---------------------
[2024-05-24 09:03:26:536536] [V] sid: [REDACTED]
[2024-05-24 09:03:26:537537] [V] peer_sid: [REDACTED]
[2024-05-24 09:03:26:537537] [V] skey: [REDACTED]
[2024-05-24 09:03:26:537537] [V] nat type 2
[2024-05-24 09:03:26:537537] [V] local hashed id [REDACTED]
[2024-05-24 09:03:26:537537] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"OFFER\",\"reqId\":3,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":[REDACTED],\"skey\":\"[REDACTED]\",\"natType\":2,\"candidate\":[{\"type\":\"STUN\",\"addr\":\"[REDACTED]",\"mappedAddr\":\"0.0.0.0\",\"port\":18389,\"mappedPort\":0},{\"type\":\"STUN\",\"addr\":\"[REDACTED]",\"mappedAddr\":\"0.0.0.0\",\"port\":18404,\"mappedPort\":0},{\"type\":\"STATIC\",\"addr\":\"[REDACTED]",\"mappedAddr\":\"0.0.0.0\",\"port\":35838,\"mappedPort\":0},{\"type\":\"LOCAL\",\"addr\":\"10.0.0.103\",\"mappedAddr\":\"0.0.0.0\",\"port\":35838,\"mappedPort\":0}],\"defaultRouteMacAddr\":\"\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"REMOTE_PLAY\"},\"localHashedId\":\"[REDACTED]\"}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:26:917917] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:26:918918] [V] Ignoring holepunch session message with action 1
[2024-05-24 09:03:27:165165] [V] websocket_thread_func: Received WebSocket frame of length 1215 with flags 1
[2024-05-24 09:03:27:165165] [V] websocket_thread_func: Received WebSocket frame with 1215 bytes of payload.
[2024-05-24 09:03:27:166166] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"OFFER\",\"reqId\":5,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":0,\"skey\":\"[REDACTED]",\"natType\":2,\"candidate\":[{\"type\":\"STATIC\",\"addr\":\"[REDACTED]\",\"mappedAddr\":\"0.0.0.0\",\"port\":9297,\"mappedPort\":0},{\"type\":\"STATIC\",\"addr\":\"192.168.0.31\",\"mappedAddr\":\"0.0.0.0\",\"port\":9297,\"mappedPort\":0},{\"type\":\"LOCAL\",\"addr\":\"192.168.1.71\",\"mappedAddr\":\"0.0.0.0\",\"port\":9297,\"mappedPort\":0}],\"defaultRouteMacAddr\":\"[REDACTED]\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"PS4\"},\"localHashedId\":\"[REDACTED]"}}"
      }
    }
  }
}
[2024-05-24 09:03:27:166166] [V] Received notification of type 16
[2024-05-24 09:03:27:166166] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":5,\"error\":0,\"connRequest\":{}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:27:641641] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:27:642642] [V] websocket_thread_func: Received WebSocket frame of length 627 with flags 1
[2024-05-24 09:03:27:642642] [V] websocket_thread_func: Received WebSocket frame with 627 bytes of payload.
[2024-05-24 09:03:27:642642] [V] Ignoring holepunch session message with action 1
[2024-05-24 09:03:27:642642] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":3,\"error\":0,\"connRequest\":{}}"
      }
    }
  }
}
[2024-05-24 09:03:27:642642] [V] Received notification of type 16
[2024-05-24 09:03:27:642642] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:27:643643] [V] --------------REMOTE CANDIDATE--------------------
[2024-05-24 09:03:27:643643] [V] Address: [REDACTED]
[2024-05-24 09:03:27:643643] [V] Mapped Address: 0.0.0.0
[2024-05-24 09:03:27:643643] [V] Port: 9297
[2024-05-24 09:03:27:643643] [V] Mapped Port: 0
[2024-05-24 09:03:27:643643] [V] --------------REMOTE CANDIDATE--------------------
[2024-05-24 09:03:27:643643] [V] Address: 192.168.0.31
[2024-05-24 09:03:27:643643] [V] Mapped Address: 0.0.0.0
[2024-05-24 09:03:27:643643] [V] Port: 9297
[2024-05-24 09:03:27:643643] [V] Mapped Port: 0
[2024-05-24 09:03:27:643643] [V] --------------LOCAL CANDIDATE---------------------
[2024-05-24 09:03:27:643643] [V] Address: 192.168.1.71
[2024-05-24 09:03:27:643643] [V] Mapped Address: 0.0.0.0
[2024-05-24 09:03:27:643643] [V] Port: 9297
[2024-05-24 09:03:27:643643] [V] Mapped Port: 0
[2024-05-24 09:03:27:648648] [V] check_candidate: Received data from [REDACTED]:9297
[2024-05-24 09:03:27:651651] [V] check_candidate: Received data from [REDACTED]:9297
[2024-05-24 09:03:27:655655] [V] check_candidate: Received data from [REDACTED]:9297
[2024-05-24 09:03:27:655655] [V] Selected Candidate
[2024-05-24 09:03:27:655655] [V] --------------REMOTE CANDIDATE--------------------
[2024-05-24 09:03:27:655655] [V] Address: [REDACTED]
[2024-05-24 09:03:27:655655] [V] Mapped Address: 0.0.0.0
[2024-05-24 09:03:27:655655] [V] Port: 9297
[2024-05-24 09:03:27:655655] [V] Mapped Port: 0
[2024-05-24 09:03:27:889889] [I] Sent response to [REDACTED]:9297
[2024-05-24 09:03:28:396396] [I] Sent response to [REDACTED]:9297
[2024-05-24 09:03:28:891891] [I] Sent response to [REDACTED]:9297
[2024-05-24 09:03:29:134134] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:29:135135] [V] Acked seq num 0 from Rudp Send Buffer
[2024-05-24 09:03:29:135135] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:29:135135] [V] Ctrl received message of type 0xfe, size 0
[2024-05-24 09:03:29:135135] [I] Ctrl received Heartbeat, sending reply
[2024-05-24 09:03:29:135135] [V] Ctrl sending message type 1fe, size 0

[2024-05-24 09:03:29:135135] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:29:136136] [V] Pushed seq num 0x3679 into Rudp Send Buffer
[2024-05-24 09:03:29:359359] [V] Receiving message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:29:360360] [V] Acked seq num 0x3679 from Rudp Send Buffer
[2024-05-24 09:03:29:666666] [V] websocket_thread_func: Received WebSocket frame of length 913 with flags 1
[2024-05-24 09:03:29:666666] [V] websocket_thread_func: Received WebSocket frame with 913 bytes of payload.
[2024-05-24 09:03:29:667667] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"ACCEPT\",\"reqId\":6,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":[REDACTED],\"skey\":\"[REDACTED]",\"natType\":0,\"candidate\":[{\"type\":\"DERIVED\",\"addr\":\"192.168.1.1\",\"mappedAddr\":\"[REDACTED]\",\"port\":18428,\"mappedPort\":9297}],\"defaultRouteMacAddr\":\"\",\"localPeerAddr\":,\"localHashedId\":\"\"}}"
      }
    }
  }
}
[2024-05-24 09:03:29:667667] [V] Received notification of type 16
[2024-05-24 09:03:29:891891] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"ACCEPT\",\"reqId\":4,\"error\":0,\"connRequest\":{\"sid\":[REDACTED],\"peerSid\":[REDACTED],\"skey\":\"[REDACTED]\",\"natType\":0,\"candidate\":[{\"type\":\"STATIC\",\"addr\":\"[REDACTED]\",\"mappedAddr\":\"[REDACTED]",\"port\":9297,\"mappedPort\":35838}],\"defaultRouteMacAddr\":\"\",\"localPeerAddr\":{\"accountId\":\"[REDACTED]\",\"platform\":\"REMOTE_PLAY\"},\"localHashedId\":\"\"}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:30:237237] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:30:238238] [V] Ignoring holepunch session message with action 4
[2024-05-24 09:03:30:238238] [V] wait_for_notification: Found notification of type 16
[2024-05-24 09:03:30:238238] [V] Message to send: {"channel":"remote_play:1","payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":6,\"error\":0,\"connRequest\":{}}","to":[{"accountId":"[REDACTED]","deviceUniqueId":"[REDACTED]","platform":"PS4"}]}
[2024-05-24 09:03:30:526526] [V] websocket_thread_func: Received WebSocket frame of length 627 with flags 1
[2024-05-24 09:03:30:526526] [V] websocket_thread_func: Received WebSocket frame with 627 bytes of payload.
[2024-05-24 09:03:30:526526] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:sessionMessage:created",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"PS4"
        }
      },
      "sessionId":"[REDACTED]",
      "sessionMessage":{
        "channel":"remote_play:1",
        "payload":"ver=1.0, type=text, body={\"action\":\"RESULT\",\"reqId\":4,\"error\":0,\"connRequest\":{}}"
      }
    }
  }
}
[2024-05-24 09:03:30:527527] [V] Received notification of type 16
[2024-05-24 09:03:30:594594] [V] chiaki_holepunch_session_punch_holes: Data connection established.
[2024-05-24 09:03:31:595595] [V] Holepunch session state: 71931 = [ ✅WS_OPEN ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ✅CONSOLE_JOINED ✅CUSTOMDATA1_RECEIVED ✅CTRL_OFFER_RECEIVED ✅CTRL_ESTABLISHED ✅DATA_OFFER_RECEIVED ✅DATA_ESTABLISHED ]
[2024-05-24 09:03:31:596596] [I] >> Punched hole for data connection!
[2024-05-24 09:03:32:424424] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:425425] [V] Acked seq num 0 from Rudp Send Buffer
[2024-05-24 09:03:32:425425] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:425425] [V] Ctrl received message of type 0x33, size 0x4b
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:426426] [I] Ctrl received valid Session Id: [REDACTED]
[2024-05-24 09:03:32:427427] [I] Enabling DualSense features
[2024-05-24 09:03:32:427427] [I] Starting Senkusha
[2024-05-24 09:03:32:427427] [V] Ctrl sending message type 13, size 3

[2024-05-24 09:03:32:427427] [I] Takion connecting (version 7)
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:427427] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:428428] [V] Pushed seq num 0x367a into Rudp Send Buffer
[2024-05-24 09:03:32:428428] [V] Ctrl sending message type 11, size 10

                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:428428] [V] Sending Message:
[2024-05-24 09:03:32:428428] [V] offset 0  1  2  
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:428428] [V] Pushed seq num 0x367b into Rudp Send Buffer
[2024-05-24 09:03:32:428428] [V] Ctrl sending toggle microphone mute message: mute
[2024-05-24 09:03:32:428428] [V] Ctrl sending message type 36, size 4

                                       [REDACTED]                                                        
[2024-05-24 09:03:32:428428] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:428428] [V] Pushed seq num 0x367c into Rudp Send Buffer
[2024-05-24 09:03:32:428428] [V] Ctrl sending toggle microphone mute message: mute
[2024-05-24 09:03:32:428428] [V] Ctrl sending message type 36, size 4

                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:429429] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:429429] [V] Pushed seq num 0x367d into Rudp Send Buffer
[2024-05-24 09:03:32:429429] [V] Ctrl sending message type 910, size 4

                                       [REDACTED]                                                       
[2024-05-24 09:03:32:429429] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:429429] [V] Pushed seq num 0x367e into Rudp Send Buffer
[2024-05-24 09:03:32:466466] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:467467] [V] Acked seq num 0 from Rudp Send Buffer
[2024-05-24 09:03:32:467467] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:468468] [V] Ctrl received message of type 0x16, size 0x2
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:615615] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:616616] [V] Acked seq num 0x367e from Rudp Send Buffer
[2024-05-24 09:03:32:627627] [I] Takion enabled Don't Fragment Bit
[2024-05-24 09:03:32:628628] [I] Takion sent init
[2024-05-24 09:03:32:632632] [I] Takion received init ack with remote tag 0xb18ccf, outbound streams: 0x64, inbound streams: 0x64
[2024-05-24 09:03:32:632632] [I] Takion sent cookie
[2024-05-24 09:03:32:635635] [I] Takion received cookie ack
[2024-05-24 09:03:32:635635] [I] Takion connected
[2024-05-24 09:03:32:635635] [I] Setting takion versions
[2024-05-24 09:03:32:635635] [V] Pushed seq num [REDACTED] into Takion Send Buffer
[2024-05-24 09:03:32:638638] [V] Takion received data ack with cumulative_seq_num = [REDACTED], a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:638638] [V] Acked seq num [REDACTED] from Takion Send Buffer
[2024-05-24 09:03:32:640640] [I] Senkusha successfully set takion version
[2024-05-24 09:03:32:640640] [I] Senkusha sending big
[2024-05-24 09:03:32:640640] [V] Pushed seq num [REDACTED] into Takion Send Buffer
[2024-05-24 09:03:32:643643] [V] Takion received data ack with cumulative_seq_num = [REDACTED], a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:643643] [V] Acked seq num [REDACTED] from Takion Send Buffer
[2024-05-24 09:03:32:644644] [I] Senkusha successfully received bang
[2024-05-24 09:03:32:644644] [I] Senkusha Ping Test with count 10 starting
[2024-05-24 09:03:32:644644] [V] Pushed seq num [REDACTED] into Takion Send Buffer
[2024-05-24 09:03:32:647647] [V] Takion received data ack with cumulative_seq_num = [REDACTED], a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:647647] [V] Acked seq num [REDACTED] from Takion Send Buffer
[2024-05-24 09:03:32:647647] [I] Senkusha enabled echo
[2024-05-24 09:03:32:647647] [I] Senkusha sending Ping 0 of test index 0
[2024-05-24 09:03:32:651651] [I] Senkusha received Pong, RTT = 3,507 ms
[2024-05-24 09:03:32:652652] [I] Senkusha sending Ping 1 of test index 0
[2024-05-24 09:03:32:655655] [I] Senkusha received Pong, RTT = 3,376 ms
[2024-05-24 09:03:32:655655] [I] Senkusha sending Ping 2 of test index 0
[2024-05-24 09:03:32:659659] [I] Senkusha received Pong, RTT = 3,348 ms
[2024-05-24 09:03:32:659659] [I] Senkusha sending Ping 3 of test index 0
[2024-05-24 09:03:32:662662] [I] Senkusha received Pong, RTT = 3,266 ms
[2024-05-24 09:03:32:663663] [I] Senkusha sending Ping 4 of test index 0
[2024-05-24 09:03:32:666666] [I] Senkusha received Pong, RTT = 3,345 ms
[2024-05-24 09:03:32:666666] [I] Senkusha sending Ping 5 of test index 0
[2024-05-24 09:03:32:670670] [I] Senkusha received Pong, RTT = 3,496 ms
[2024-05-24 09:03:32:670670] [I] Senkusha sending Ping 6 of test index 0
[2024-05-24 09:03:32:674674] [I] Senkusha received Pong, RTT = 3,626 ms
[2024-05-24 09:03:32:674674] [I] Senkusha sending Ping 7 of test index 0
[2024-05-24 09:03:32:678678] [I] Senkusha received Pong, RTT = 3,402 ms
[2024-05-24 09:03:32:678678] [I] Senkusha sending Ping 8 of test index 0
[2024-05-24 09:03:32:682682] [I] Senkusha received Pong, RTT = 3,604 ms
[2024-05-24 09:03:32:682682] [I] Senkusha sending Ping 9 of test index 0
[2024-05-24 09:03:32:685685] [I] Senkusha received Pong, RTT = 3,212 ms
[2024-05-24 09:03:32:685685] [V] Pushed seq num [REDACTED] into Takion Send Buffer
[2024-05-24 09:03:32:688688] [V] Takion received data ack with cumulative_seq_num = [REDACTED], a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:688688] [V] Acked seq num [REDACTED] from Takion Send Buffer
[2024-05-24 09:03:32:688688] [I] Senkusha disabled echo
[2024-05-24 09:03:32:688688] [I] Senkusha determined average RTT = 3,418 ms
[2024-05-24 09:03:32:688688] [I] Senkusha starting MTU in test with min 576, max 1454, retries 3, timeout 17 ms
[2024-05-24 09:03:32:688688] [V] Pushed seq num 0x7107b791 into Takion Send Buffer
[2024-05-24 09:03:32:688688] [I] Senkusha MTU request 1454 (min 576, max 1454), id 1, attempt 0
[2024-05-24 09:03:32:691691] [V] Takion received data ack with cumulative_seq_num = 0x7107b791, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:692692] [V] Acked seq num 0x7107b791 from Takion Send Buffer
[2024-05-24 09:03:32:706706] [I] Senkusha MTU 1454 timeout
[2024-05-24 09:03:32:706706] [V] Pushed seq num 0x7107b792 into Takion Send Buffer
[2024-05-24 09:03:32:706706] [I] Senkusha MTU request 1454 (min 576, max 1454), id 2, attempt 1
[2024-05-24 09:03:32:712712] [V] Takion received data ack with cumulative_seq_num = 0x7107b792, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:712712] [V] Acked seq num 0x7107b792 from Takion Send Buffer
[2024-05-24 09:03:32:723723] [I] Senkusha MTU 1454 timeout
[2024-05-24 09:03:32:723723] [V] Pushed seq num 0x7107b793 into Takion Send Buffer
[2024-05-24 09:03:32:723723] [I] Senkusha MTU request 1454 (min 576, max 1454), id 3, attempt 2
[2024-05-24 09:03:32:726726] [V] Takion received data ack with cumulative_seq_num = 0x7107b793, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:726726] [V] Acked seq num 0x7107b793 from Takion Send Buffer
[2024-05-24 09:03:32:740740] [I] Senkusha MTU 1454 timeout
[2024-05-24 09:03:32:740740] [V] Pushed seq num 0x7107b794 into Takion Send Buffer
[2024-05-24 09:03:32:741741] [I] Senkusha MTU request 1015 (min 576, max 1454), id 4, attempt 0
[2024-05-24 09:03:32:743743] [V] Takion received data ack with cumulative_seq_num = 0x7107b794, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:744744] [V] Acked seq num 0x7107b794 from Takion Send Buffer
[2024-05-24 09:03:32:744744] [I] Senkusha MTU 1015 success
[2024-05-24 09:03:32:744744] [V] Pushed seq num 0x7107b795 into Takion Send Buffer
[2024-05-24 09:03:32:744744] [I] Senkusha MTU request 1234 (min 1015, max 1454), id 5, attempt 0
[2024-05-24 09:03:32:747747] [V] Takion received data ack with cumulative_seq_num = 0x7107b795, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:748748] [V] Acked seq num 0x7107b795 from Takion Send Buffer
[2024-05-24 09:03:32:748748] [I] Senkusha MTU 1234 success
[2024-05-24 09:03:32:748748] [V] Pushed seq num 0x7107b796 into Takion Send Buffer
[2024-05-24 09:03:32:748748] [I] Senkusha MTU request 1344 (min 1234, max 1454), id 6, attempt 0
[2024-05-24 09:03:32:751751] [V] Takion received data ack with cumulative_seq_num = 0x7107b796, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:751751] [V] Acked seq num 0x7107b796 from Takion Send Buffer
[2024-05-24 09:03:32:765765] [I] Senkusha MTU 1344 timeout
[2024-05-24 09:03:32:765765] [V] Pushed seq num 0x7107b797 into Takion Send Buffer
[2024-05-24 09:03:32:765765] [I] Senkusha MTU request 1344 (min 1234, max 1454), id 7, attempt 1
[2024-05-24 09:03:32:768768] [V] Takion received data ack with cumulative_seq_num = 0x7107b797, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:768768] [V] Acked seq num 0x7107b797 from Takion Send Buffer
[2024-05-24 09:03:32:783783] [I] Senkusha MTU 1344 timeout
[2024-05-24 09:03:32:783783] [V] Pushed seq num 0x7107b798 into Takion Send Buffer
[2024-05-24 09:03:32:783783] [I] Senkusha MTU request 1344 (min 1234, max 1454), id 8, attempt 2
[2024-05-24 09:03:32:786786] [V] Takion received data ack with cumulative_seq_num = 0x7107b798, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:786786] [V] Acked seq num 0x7107b798 from Takion Send Buffer
[2024-05-24 09:03:32:800800] [I] Senkusha MTU 1344 timeout
[2024-05-24 09:03:32:800800] [V] Pushed seq num 0x7107b799 into Takion Send Buffer
[2024-05-24 09:03:32:800800] [I] Senkusha MTU request 1289 (min 1234, max 1344), id 9, attempt 0
[2024-05-24 09:03:32:803803] [V] Takion received data ack with cumulative_seq_num = 0x7107b799, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:803803] [V] Acked seq num 0x7107b799 from Takion Send Buffer
[2024-05-24 09:03:32:818818] [I] Senkusha MTU 1289 timeout
[2024-05-24 09:03:32:818818] [V] Pushed seq num 0x7107b79a into Takion Send Buffer
[2024-05-24 09:03:32:818818] [I] Senkusha MTU request 1289 (min 1234, max 1344), id 10, attempt 1
[2024-05-24 09:03:32:820820] [V] Takion received data ack with cumulative_seq_num = 0x7107b79a, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:820820] [V] Acked seq num 0x7107b79a from Takion Send Buffer
[2024-05-24 09:03:32:835835] [I] Senkusha MTU 1289 timeout
[2024-05-24 09:03:32:835835] [V] Pushed seq num 0x7107b79b into Takion Send Buffer
[2024-05-24 09:03:32:836836] [I] Senkusha MTU request 1289 (min 1234, max 1344), id 11, attempt 2
[2024-05-24 09:03:32:838838] [V] Takion received data ack with cumulative_seq_num = 0x7107b79b, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:838838] [V] Acked seq num 0x7107b79b from Takion Send Buffer
[2024-05-24 09:03:32:853853] [I] Senkusha MTU 1289 timeout
[2024-05-24 09:03:32:853853] [V] Pushed seq num 0x7107b79c into Takion Send Buffer
[2024-05-24 09:03:32:853853] [I] Senkusha MTU request 1261 (min 1234, max 1289), id 12, attempt 0
[2024-05-24 09:03:32:856856] [V] Takion received data ack with cumulative_seq_num = 0x7107b79c, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:856856] [V] Acked seq num 0x7107b79c from Takion Send Buffer
[2024-05-24 09:03:32:857857] [I] Senkusha MTU 1261 success
[2024-05-24 09:03:32:857857] [V] Pushed seq num 0x7107b79d into Takion Send Buffer
[2024-05-24 09:03:32:857857] [I] Senkusha MTU request 1275 (min 1261, max 1289), id 13, attempt 0
[2024-05-24 09:03:32:860860] [V] Takion received data ack with cumulative_seq_num = 0x7107b79d, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:860860] [V] Acked seq num 0x7107b79d from Takion Send Buffer
[2024-05-24 09:03:32:861861] [I] Senkusha MTU 1275 success
[2024-05-24 09:03:32:861861] [V] Pushed seq num 0x7107b79e into Takion Send Buffer
[2024-05-24 09:03:32:861861] [I] Senkusha MTU request 1282 (min 1275, max 1289), id 14, attempt 0
[2024-05-24 09:03:32:864864] [V] Takion received data ack with cumulative_seq_num = 0x7107b79e, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:864864] [V] Acked seq num 0x7107b79e from Takion Send Buffer
[2024-05-24 09:03:32:878878] [I] Senkusha MTU 1282 timeout
[2024-05-24 09:03:32:879879] [V] Pushed seq num 0x7107b79f into Takion Send Buffer
[2024-05-24 09:03:32:879879] [I] Senkusha MTU request 1282 (min 1275, max 1289), id 15, attempt 1
[2024-05-24 09:03:32:881881] [V] Takion received data ack with cumulative_seq_num = 0x7107b79f, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:881881] [V] Acked seq num 0x7107b79f from Takion Send Buffer
[2024-05-24 09:03:32:896896] [I] Senkusha MTU 1282 timeout
[2024-05-24 09:03:32:896896] [V] Pushed seq num 0x7107b7a0 into Takion Send Buffer
[2024-05-24 09:03:32:896896] [I] Senkusha MTU request 1282 (min 1275, max 1289), id 16, attempt 2
[2024-05-24 09:03:32:899899] [V] Takion received data ack with cumulative_seq_num = 0x7107b7a0, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:899899] [V] Acked seq num 0x7107b7a0 from Takion Send Buffer
[2024-05-24 09:03:32:913913] [I] Senkusha MTU 1282 timeout
[2024-05-24 09:03:32:914914] [V] Pushed seq num 0x7107b7a1 into Takion Send Buffer
[2024-05-24 09:03:32:914914] [I] Senkusha MTU request 1278 (min 1275, max 1282), id 17, attempt 0
[2024-05-24 09:03:32:916916] [V] Takion received data ack with cumulative_seq_num = 0x7107b7a1, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:917917] [V] Acked seq num 0x7107b7a1 from Takion Send Buffer
[2024-05-24 09:03:32:917917] [I] Senkusha MTU 1278 success
[2024-05-24 09:03:32:917917] [V] Pushed seq num 0x7107b7a2 into Takion Send Buffer
[2024-05-24 09:03:32:917917] [I] Senkusha MTU request 1280 (min 1278, max 1282), id 18, attempt 0
[2024-05-24 09:03:32:920920] [V] Takion received data ack with cumulative_seq_num = 0x7107b7a2, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:920920] [V] Acked seq num 0x7107b7a2 from Takion Send Buffer
[2024-05-24 09:03:32:921921] [I] Senkusha MTU 1280 success
[2024-05-24 09:03:32:921921] [V] Pushed seq num 0x7107b7a3 into Takion Send Buffer
[2024-05-24 09:03:32:921921] [I] Senkusha MTU request 1281 (min 1280, max 1282), id 19, attempt 0
[2024-05-24 09:03:32:923923] [V] Takion received data ack with cumulative_seq_num = 0x7107b7a3, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:923923] [V] Acked seq num 0x7107b7a3 from Takion Send Buffer
[2024-05-24 09:03:32:938938] [I] Senkusha MTU 1281 timeout
[2024-05-24 09:03:32:939939] [V] Pushed seq num 0x7107b7a4 into Takion Send Buffer
[2024-05-24 09:03:32:939939] [I] Senkusha MTU request 1281 (min 1280, max 1282), id 20, attempt 1
[2024-05-24 09:03:32:941941] [V] Takion received data ack with cumulative_seq_num = 0x7107b7a4, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:941941] [V] Acked seq num 0x7107b7a4 from Takion Send Buffer
[2024-05-24 09:03:32:956956] [I] Senkusha MTU 1281 timeout
[2024-05-24 09:03:32:956956] [V] Pushed seq num 0x7107b7a5 into Takion Send Buffer
[2024-05-24 09:03:32:956956] [I] Senkusha MTU request 1281 (min 1280, max 1282), id 21, attempt 2
[2024-05-24 09:03:32:959959] [V] Takion received data ack with cumulative_seq_num = 0x7107b7a5, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:959959] [V] Acked seq num 0x7107b7a5 from Takion Send Buffer
[2024-05-24 09:03:32:973973] [I] Senkusha MTU 1281 timeout
[2024-05-24 09:03:32:973973] [I] Senkusha determined inbound MTU 1280
[2024-05-24 09:03:32:973973] [I] Senkusha starting MTU out test with min 576, max 1454, retries 3, timeout 17 ms
[2024-05-24 09:03:32:974974] [V] Pushed seq num 0x7107b7a6 into Takion Send Buffer
[2024-05-24 09:03:32:974974] [I] Senkusha sent initial client MTU command
[2024-05-24 09:03:32:976976] [V] Takion received data ack with cumulative_seq_num = 0x7107b7a6, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:977977] [V] Acked seq num 0x7107b7a6 from Takion Send Buffer
[2024-05-24 09:03:32:977977] [I] Senkusha received expected Client MTU Command
[2024-05-24 09:03:32:977977] [I] Senkusha MTU 1280 out ping attempt 0
[2024-05-24 09:03:32:981981] [I] Senkusha MTU ping 1280 success
[2024-05-24 09:03:32:981981] [I] Senkusha MTU 1367 out ping attempt 0
[2024-05-24 09:03:32:981981] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:981981] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:981981] [I] Senkusha MTU pong 1367 timeout
[2024-05-24 09:03:32:981981] [I] Senkusha MTU 1367 out ping attempt 1
[2024-05-24 09:03:32:981981] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:981981] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:981981] [I] Senkusha MTU pong 1367 timeout
[2024-05-24 09:03:32:981981] [I] Senkusha MTU 1367 out ping attempt 2
[2024-05-24 09:03:32:981981] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:981981] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:981981] [I] Senkusha MTU pong 1367 timeout
[2024-05-24 09:03:32:981981] [I] Senkusha MTU 1323 out ping attempt 0
[2024-05-24 09:03:32:982982] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:982982] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:982982] [I] Senkusha MTU pong 1323 timeout
[2024-05-24 09:03:32:982982] [I] Senkusha MTU 1323 out ping attempt 1
[2024-05-24 09:03:32:982982] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:982982] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:982982] [I] Senkusha MTU pong 1323 timeout
[2024-05-24 09:03:32:982982] [I] Senkusha MTU 1323 out ping attempt 2
[2024-05-24 09:03:32:982982] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:982982] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:982982] [I] Senkusha MTU pong 1323 timeout
[2024-05-24 09:03:32:982982] [I] Senkusha MTU 1301 out ping attempt 0
[2024-05-24 09:03:32:982982] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:982982] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:982982] [I] Senkusha MTU pong 1301 timeout
[2024-05-24 09:03:32:982982] [I] Senkusha MTU 1301 out ping attempt 1
[2024-05-24 09:03:32:982982] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:982982] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:982982] [I] Senkusha MTU pong 1301 timeout
[2024-05-24 09:03:32:982982] [I] Senkusha MTU 1301 out ping attempt 2
[2024-05-24 09:03:32:982982] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:982982] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:982982] [I] Senkusha MTU pong 1301 timeout
[2024-05-24 09:03:32:983983] [I] Senkusha MTU 1290 out ping attempt 0
[2024-05-24 09:03:32:983983] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:983983] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:983983] [I] Senkusha MTU pong 1290 timeout
[2024-05-24 09:03:32:983983] [I] Senkusha MTU 1290 out ping attempt 1
[2024-05-24 09:03:32:983983] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:983983] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:983983] [I] Senkusha MTU pong 1290 timeout
[2024-05-24 09:03:32:983983] [I] Senkusha MTU 1290 out ping attempt 2
[2024-05-24 09:03:32:983983] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:983983] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:983983] [I] Senkusha MTU pong 1290 timeout
[2024-05-24 09:03:32:983983] [I] Senkusha MTU 1285 out ping attempt 0
[2024-05-24 09:03:32:983983] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:983983] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:983983] [I] Senkusha MTU pong 1285 timeout
[2024-05-24 09:03:32:983983] [I] Senkusha MTU 1285 out ping attempt 1
[2024-05-24 09:03:32:983983] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:983983] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:983983] [I] Senkusha MTU pong 1285 timeout
[2024-05-24 09:03:32:983983] [I] Senkusha MTU 1285 out ping attempt 2
[2024-05-24 09:03:32:983983] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:983983] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:983983] [I] Senkusha MTU pong 1285 timeout
[2024-05-24 09:03:32:983983] [I] Senkusha MTU 1282 out ping attempt 0
[2024-05-24 09:03:32:983983] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:983983] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:983983] [I] Senkusha MTU pong 1282 timeout
[2024-05-24 09:03:32:983983] [I] Senkusha MTU 1282 out ping attempt 1
[2024-05-24 09:03:32:983983] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:983983] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:983983] [I] Senkusha MTU pong 1282 timeout
[2024-05-24 09:03:32:984984] [I] Senkusha MTU 1282 out ping attempt 2
[2024-05-24 09:03:32:984984] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:984984] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:984984] [I] Senkusha MTU pong 1282 timeout
[2024-05-24 09:03:32:984984] [I] Senkusha MTU 1281 out ping attempt 0
[2024-05-24 09:03:32:984984] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:984984] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:984984] [I] Senkusha MTU pong 1281 timeout
[2024-05-24 09:03:32:984984] [I] Senkusha MTU 1281 out ping attempt 1
[2024-05-24 09:03:32:984984] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:984984] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:984984] [I] Senkusha MTU pong 1281 timeout
[2024-05-24 09:03:32:984984] [I] Senkusha MTU 1281 out ping attempt 2
[2024-05-24 09:03:32:984984] [E] Takion failed to send raw: Mensagem muito longa
[2024-05-24 09:03:32:984984] [E] Senkusha failed to send ping
[2024-05-24 09:03:32:984984] [I] Senkusha MTU pong 1281 timeout
[2024-05-24 09:03:32:984984] [I] Senkusha determined outbound MTU 1280
[2024-05-24 09:03:32:984984] [I] Senkusha sending final Client MTU Command
[2024-05-24 09:03:32:984984] [V] Pushed seq num 0x7107b7a7 into Takion Send Buffer
[2024-05-24 09:03:32:986986] [V] Takion received data ack with cumulative_seq_num = 0x7107b7a7, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:32:986986] [V] Acked seq num 0x7107b7a7 from Takion Send Buffer
[2024-05-24 09:03:32:986986] [I] Senkusha is disconnecting
[2024-05-24 09:03:32:987987] [V] Pushed seq num 0x7107b7a8 into Takion Send Buffer
[2024-05-24 09:03:32:987987] [I] Senkusha closed takion
[2024-05-24 09:03:32:987987] [I] Senkusha completed successfully
[2024-05-24 09:03:32:987987] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:32:987987] [V] Pushed seq num 0x367f into Rudp Send Buffer
[2024-05-24 09:03:33:159159] [V] Receiving message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:33:159159] [V] Acked seq num 0x367f from Rudp Send Buffer
[2024-05-24 09:03:34:172172] [V] Receiving message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:34:172172] [V] Acked seq num 0 from Rudp Send Buffer
[2024-05-24 09:03:34:172172] [V] Sending Message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:34:173173] [V] Ctrl received message of type 0xfe, size 0
[2024-05-24 09:03:34:173173] [I] Ctrl received Heartbeat, sending reply
[2024-05-24 09:03:34:173173] [V] Ctrl sending message type 1fe, size 0

[2024-05-24 09:03:34:173173] [V] Sending Message:
                                       [REDACTED]                                                       
                                       [REDACTED]                                                       
[2024-05-24 09:03:34:174174] [V] Pushed seq num 0x3680 into Rudp Send Buffer
[2024-05-24 09:03:34:386386] [V] Receiving message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:34:387387] [V] Acked seq num 0x3680 from Rudp Send Buffer
[2024-05-24 09:03:34:490490] [V] Receiving message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:34:490490] [V] Acked seq num 0 from Rudp Send Buffer
[2024-05-24 09:03:34:490490] [V] Sending Message:
                                       [REDACTED]                                                       
[2024-05-24 09:03:34:491491] [V] Ctrl received message of type 0x34, size 0
[2024-05-24 09:03:34:491491] [I] Received Switch to Stream Connection Ack... Switching to Stream Connection now
[2024-05-24 09:03:34:493493] [I] Takion connecting (version 9)
[2024-05-24 09:03:34:694694] [I] Takion disabled Don't Fragment Bit
[2024-05-24 09:03:34:694694] [I] Takion sent init
[2024-05-24 09:03:34:698698] [I] Takion received init ack with remote tag [REDACTED], outbound streams: 0x64, inbound streams: 0x64
[2024-05-24 09:03:34:698698] [I] Takion sent cookie
[2024-05-24 09:03:34:701701] [I] Takion received cookie ack
[2024-05-24 09:03:34:701701] [I] Takion connected
[2024-05-24 09:03:34:701701] [I] StreamConnection sending big
[2024-05-24 09:03:34:701701] [V] LaunchSpec: {"sessionId":"[REDACTED]","streamResolutions":[{"resolution":{"width":1280,"height":720},"maxFps":60,"score":10}],"network":{"bwKbpsSent":10000,"bwLoss":0.001000,"mtu":1280,"rtt":3,"ports":[53,2053]},"slotId":1,"appSpecification":{"minFps":30,"minBandwidth":0,"extTitleId":"ps3","version":1,"timeLimit":1,"startTimeout":100,"afkTimeout":100,"afkTimeoutDisconnect":100},"konan":{"ps3AccessToken":"accessToken","ps3RefreshToken":"refreshToken"},"requestGameSpecification":{"model":"bravia_tv","platform":"android","audioChannels":"5.1","language":"sp","acceptButton":"X","connectedControllers":["xinput","ds3","ds4"],"yuvCoefficient":"bt601","videoEncoderProfile":"hw4.1","audioEncoderProfile":"audio1"},"userProfile":{"onlineId":"psnId","npId":"npId","region":"US","languagesUsed":["en","jp"]},"handshakeKey":[REDACTED]"}
[2024-05-24 09:03:34:701701] [V] Pushed seq num 0x2816e127 into Takion Send Buffer
[2024-05-24 09:03:34:702702] [V] Pushed seq num 0x2816e128 into Takion Send Buffer
[2024-05-24 09:03:34:705705] [V] Takion received data ack with cumulative_seq_num = 0x2816e127, a_rwnd = 0x18b43, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:34:705705] [V] Acked seq num 0x2816e127 from Takion Send Buffer
[2024-05-24 09:03:34:705705] [V] Takion received data ack with cumulative_seq_num = 0x2816e128, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:34:705705] [V] Acked seq num 0x2816e128 from Takion Send Buffer
[2024-05-24 09:03:34:712712] [I] BANG received
[2024-05-24 09:03:34:714714] [V] GKCrypt 2 thread starting
[2024-05-24 09:03:34:714714] [V] GKCrypt 3 thread starting
[2024-05-24 09:03:34:714714] [I] StreamConnection successfully received bang
[2024-05-24 09:03:34:714714] [I] Crypt has become available. Re-checking MACs of 0 packets
[2024-05-24 09:03:34:766766] [D] StreamConnection received audio header:
                                       [REDACTED]                                                       
[2024-05-24 09:03:34:767767] [I] Audio Header:
[2024-05-24 09:03:34:767767] [I]   channels = 2
[2024-05-24 09:03:34:767767] [I]   bits = 16
[2024-05-24 09:03:34:767767] [I]   rate = 48000
[2024-05-24 09:03:34:767767] [I]   frame size = 480
[2024-05-24 09:03:34:767767] [I]   unknown = 1
[2024-05-24 09:03:34:767767] [I] ChiakiOpusDecoder initialized
[2024-05-24 09:03:34:784784] [I] Audio Device 'Auto' opened with 2 channels @ 48000 Hz, buffer size 5760
[2024-05-24 09:03:34:784784] [I] Video Profiles:
[2024-05-24 09:03:34:784784] [I]   0: 1280x720
[2024-05-24 09:03:34:784784] [V] Pushed seq num 0x2816e129 into Takion Send Buffer
[2024-05-24 09:03:34:784784] [V] Pushed seq num 0x2816e12a into Takion Send Buffer
[2024-05-24 09:03:34:785785] [V] Pushed seq num 0x2816e12b into Takion Send Buffer
[2024-05-24 09:03:34:785785] [I] StreamConnection successfully received streaminfo
[2024-05-24 09:03:34:788788] [V] Takion received data ack with cumulative_seq_num = 0x2816e129, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:34:788788] [V] Acked seq num 0x2816e129 from Takion Send Buffer
[2024-05-24 09:03:34:788788] [V] Takion received data ack with cumulative_seq_num = 0x2816e12a, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:34:788788] [V] Acked seq num 0x2816e12a from Takion Send Buffer
[2024-05-24 09:03:34:789789] [V] Takion received data ack with cumulative_seq_num = 0x2816e12b, a_rwnd = 0x19000, gap_ack_blocks_count = 0, dup_tsns_count = 0
[2024-05-24 09:03:34:789789] [V] Acked seq num 0x2816e12b from Takion Send Buffer
[2024-05-24 09:03:34:789789] [V] StreamConnection received data with msg.type == 14
[2024-05-24 09:03:34:789789] [V] offset 0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f  0123456789abcdef
[2024-05-24 09:03:34:789789] [V]      0 08 0e                                           ..              
[2024-05-24 09:03:34:789789] [V] StreamConnection received streaminfo ack
[2024-05-24 09:03:34:895895] [V] Sending Congestion Control Packet, received: 12, lost: 0
[2024-05-24 09:03:34:950950] [I] Switched to profile 0, resolution: 1280x720
[2024-05-24 09:03:34:954954] [E] Failed to push frame: Invalid data found when processing input
[2024-05-24 09:03:34:970970] [V] Added reference I frame 1
[2024-05-24 09:03:34:978978] [D] [libplacebo] (Re)creating 1280x720x0 texture with format r8: ../src/utils/upload.c:245
[2024-05-24 09:03:34:978978] [D] [libplacebo] Allocating 3768320 memory of type 0x1 (id 0) in heap 0: unknown
[2024-05-24 09:03:34:978978] [D] [libplacebo] Spent 0,044 ms allocating slab
[2024-05-24 09:03:34:979979] [D] [libplacebo] Imported host pointer is not page-aligned. This should normally be fine on most platforms, but may cause issues in some rare circumstances.
[2024-05-24 09:03:34:979979] [D] [libplacebo] (Re)creating 640x360x0 texture with format r8: ../src/utils/upload.c:245
[2024-05-24 09:03:34:979979] [D] [libplacebo] (Re)creating 640x360x0 texture with format r8: ../src/utils/upload.c:245
[2024-05-24 09:03:34:983983] [D] [libplacebo] (Re)creating 640x360x0 texture with format rg8: src/renderer.c:1647
[2024-05-24 09:03:34:983983] [D] [libplacebo] vertex shader source:


[...] [REDACTED] [...]


[2024-05-24 09:07:50:892892] [V] Added reference P frame 15305
[2024-05-24 09:07:50:907907] [V] Added reference P frame 15306
[2024-05-24 09:07:50:907907] [D] Dropping rendering frame
[2024-05-24 09:07:50:913913] [V] Ctrl sending message type 50, size 0

[2024-05-24 09:07:50:913913] [I] StreamConnection is disconnecting
[2024-05-24 09:07:50:913913] [V] Sending Message:
[2024-05-24 09:07:50:913913] [I] StreamConnection sending Disconnect
[REDACTED]
[2024-05-24 09:07:50:914914] [V] Pushed seq num 0x2816e22c into Takion Send Buffer
[2024-05-24 09:07:50:914914] [V] Pushed seq num 0x36b3 into Rudp Send Buffer
[2024-05-24 09:07:50:914914] [I] StreamConnection was requested to stop
[2024-05-24 09:07:50:914914] [I] StreamConnection closed takion
[2024-05-24 09:07:50:914914] [I] StreamConnection completed successfully
[2024-05-24 09:07:50:914914] [I] Ctrl requested to stop
[2024-05-24 09:07:50:915915] [I] Ctrl stopped
[2024-05-24 09:07:50:915915] [I] Session has quit
[2024-05-24 09:07:51:318318] [V] websocket_thread_func: Received WebSocket frame of length 712 with flags 1
[2024-05-24 09:07:51:318318] [V] websocket_thread_func: Received WebSocket frame with 712 bytes of payload.
[2024-05-24 09:07:51:319319] [V] {
  "version":"2.1",
  "method":3001,
  "dataType":"psn:sessionManager:sys:rps:members:deleted",
  "to":{
    "accountId":[REDACTED],
    "onlineId":"[REDACTED]",
    "platform":[
      "REMOTE_PLAY"
    ],
    "isSystemOnly":false,
    "toSystem":false
  },
  "body":{
    "data":{
      "customProperties":{
        "from":{
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      },
      "members":[
        {
          "accountId":"[REDACTED]",
          "deviceUniqueId":"[REDACTED]",
          "onlineId":"[REDACTED]",
          "platform":"REMOTE_PLAY"
        }
      ],
      "sessionId":"[REDACTED]"
    }
  },
  "contexts":[
    {
      "contextId":"[REDACTED]",
      "sequenceNumber":4
    }
  ]
}
[2024-05-24 09:07:51:319319] [V] Received notification of type 4
[2024-05-24 09:07:51:345345] [V] wait_for_notification: Found notification of type 4
[2024-05-24 09:07:51:346346] [V] Holepunch session state: 203003 = [ ✅WS_OPEN ✅DELETED ✅CREATED ✅CLIENT_JOINED ✅DATA_SENT ✅CONSOLE_JOINED ✅CUSTOMDATA1_RECEIVED ✅CTRL_OFFER_RECEIVED ✅CTRL_ESTABLISHED ✅DATA_OFFER_RECEIVED ✅DATA_ESTABLISHED ]
[2024-05-24 09:07:51:346346] [I] chiaki_holepunch_session_fini: Holepunch session deleted.
[2024-05-24 09:07:51:346346] [E] websocket_thread_func: Select canceled.

@streetpea
Copy link
Owner Author

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants