mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Remove PS4 references and use server or PlayStation names instead
This commit is contained in:
parent
1dfe88d74e
commit
61823f7372
5 changed files with 28 additions and 28 deletions
|
@ -47,16 +47,16 @@ Chiaki config file
|
|||
The **chiaki.conf** is generated by the application.
|
||||
this file contains sensitive data. (do not share this file)
|
||||
```ini
|
||||
# required: PS4-XXX (PS4 local name)
|
||||
# name from PS4 Settings > System > system information
|
||||
[PS4-XXX]
|
||||
# required: lan PS4 IP address
|
||||
# IP from PS4 Settings > System > system information
|
||||
host_ip = X.X.X.X
|
||||
# required: PS*-*** (PS4/PS5 local name)
|
||||
# name from Settings > System > system information
|
||||
[PS*-***]
|
||||
# required: lan PlayStation IP address
|
||||
# IP from Settings > System > system information
|
||||
host_ip = *.*.*.*
|
||||
# required: sony oline id (login)
|
||||
psn_online_id = ps4_online_id
|
||||
psn_online_id = ps_online_id
|
||||
# required (PS4>7.0 Only): https://git.sr.ht/~thestr4ng3r/chiaki/tree/master/item/README.md#obtaining-your-psn-accountid
|
||||
psn_account_id = ps4_base64_account_id
|
||||
psn_account_id = ps_base64_account_id
|
||||
# optional(default 60): remote play fps (must be 30 or 60)
|
||||
video_fps = 60
|
||||
# optional(default 720p): remote play resolution (must be 720p, 540p or 360p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue