Online Connections: Difference between revisions

From PS5 Developer wiki
Jump to navigation Jump to search
(Created page with "See also [https://www.psdevwiki.com/ps4/Online_Connections PS4 Online Connections]. == Notable Hostnames == asm.np.community.playstation.net chimera-lambda.rnps.dl.playstation.net control-center.rnps.dl.playstation.net feature-discovery-device-dialog.rnps.dl.playstation.net gaming-lounge.rnps.dl.playstation.net home-lambda.rnps.dl.playstation.net home.rnps.dl.playstation.net igc-browse.rnps.dl.playstation.net invitation-dialog.rnps.d...")
 
No edit summary
Line 1: Line 1:
See also [https://www.psdevwiki.com/ps4/Online_Connections PS4 Online Connections].
See also [https://www.psdevwiki.com/ps4/Online_Connections PS4 Online Connections].


== Notable Hostnames ==
= Games and Applications =
 
== Title Update XML ==
 
The version.txt file is downloaded from an URL specified in the param.json file of any PS5 application.
 
It contains information about the patches available online:
* the URL to the JSON file,
* the URL to the Delta Package PKG if it exists.
 
Format:
* https://sgst.prod.dl.playstation.net/sgst/prod/00/np/<NP Title ID>/<Hash>-version.xml
 
Example:
* https://sgst.prod.dl.playstation.net/sgst/prod/00/np/PPSA01280_00/d8ec167a-59da-4e54-8e2c-1161c706516a-version.xml
* https://sgst.prod.dl.playstation.net/sgst/prod/00/np/PPSA02306_00/84f670bc-edde-4891-9cdb-ce0fd951705b-version.xml
 
== Title Update JSON ==
 
The Title Update JSON file is downloaded from the URL specified in the Title Update XML.
 
It contains information about the patches available online:
* the URL to the Title Update Application PKG,
* the URL to the Title Update PlayGo Information PKG,
* the URL to the Title Update PlayGo Chunk CRC.
 
Format:
* https://sgst.prod.dl.playstation.net/sgst/prod/00/<NP Title ID>/app/info/<Revision>/f_<Hash>/<Content ID>.json
 
Example:
* https://sgst.prod.dl.playstation.net/sgst/prod/00/PPSA01280_00/app/info/8/f_60ffde51cf6adb7cc43390d0ef6294abd182f8e773e9bc22de72e785f54da831/IP9100-PPSA01280_00-SFSRELE000000100.json
* https://sgst.prod.dl.playstation.net/sgst/prod/00/PPSA01280_00/app/info/28/f_3c86d16c677b27d5b4706fbb8af820ebfd69f13bb42e0a023451909c23dfd0cd/IP9100-PPSA01280_00-SFSRELE000000100.json
* https://sgst.prod.dl.playstation.net/sgst/prod/00/PPSA02306_00/app/info/2/f_2438f696b92fab6cfb816fcf22adbf14f7222d321b139c76d812605fb8e17c91/UP1260-PPSA02306_00-SPIRITPS5SIEA001.json
 
== Delta Package ==
 
Format:
* http://gst.prod.dl.playstation.net/gst/prod/00/<NP Title ID>/app/pkg/<Revision>/f_<Hash>/<Content ID>-DP.pkg
 
Example:
* http://gst.prod.dl.playstation.net/gst/prod/00/PPSA01280_00/app/pkg/14/f_79cafe1a822dd62c55ebb4d08844deafe89d9e42366ddd8ade1d54de8f2f8eac/IP9100-PPSA01280_00-SFSRELE000000100-DP.pkg
* http://gst.prod.dl.playstation.net/gst/prod/00/PPSA01280_00/app/pkg/28/f_31e0466888c8891d973aa8f13a87ab1b464183c9d91f5678c76b9dcedc40dfef/IP9100-PPSA01280_00-SFSRELE000000100-DP.pkg
 
== Title Update Application PKG (Piece 1) ==
 
Format:
* http://gst.prod.dl.playstation.net/gst/prod/00/<NP Title ID>/app/pkg/<Revision>/f_<Hash>/<Content ID>.pkg
 
Example:
* http://gst.prod.dl.playstation.net/gst/prod/00/PPSA01280_00/app/pkg/9/f_edede6d2aaf97c3a879f7cc4a15e581565af5bb9a2418a283ff691bf39304b08/IP9100-PPSA01280_00-SFSRELE000000100.pkg
* http://gst.prod.dl.playstation.net/gst/prod/00/PPSA01280_00/app/pkg/28/f_31e0466888c8891d973aa8f13a87ab1b464183c9d91f5678c76b9dcedc40dfef/IP9100-PPSA01280_00-SFSRELE000000100.pkg
 
== Title Update PlayGo Information PKG (Piece 2) ==
 
Format:
* https://sgst.prod.dl.playstation.net/sgst/prod/00/<NP Title ID>/app/info/<Revision>/f_<Hash>/<Content ID>_sc.pkg
 
Example:
* https://sgst.prod.dl.playstation.net/sgst/prod/00/PPSA01280_00/app/info/8/f_60ffde51cf6adb7cc43390d0ef6294abd182f8e773e9bc22de72e785f54da831/IP9100-PPSA01280_00-SFSRELE000000100_sc.pkg
* https://sgst.prod.dl.playstation.net/sgst/prod/00/PPSA01280_00/app/info/13/f_504bd9d060d0861ae60bc680146dba2093041c29da446558392446d6eecc7330/IP9100-PPSA01280_00-SFSRELE000000100_sc.pkg
* https://sgst.prod.dl.playstation.net/sgst/prod/00/PPSA01280_00/app/info/28/f_3c86d16c677b27d5b4706fbb8af820ebfd69f13bb42e0a023451909c23dfd0cd/IP9100-PPSA01280_00-SFSRELE000000100_sc.pkg
 
== Title Update PlayGo Chunk CRC ==
 
* https://sgst.prod.dl.playstation.net/sgst/prod/00/<NP Title ID>/app/info/<Revision>/f_<Hash>/<Content ID>.crc
 
Example:
* https://sgst.prod.dl.playstation.net/sgst/prod/00/PPSA01280_00/app/info/8/f_60ffde51cf6adb7cc43390d0ef6294abd182f8e773e9bc22de72e785f54da831/IP9100-PPSA01280_00-SFSRELE000000100.crc
* https://sgst.prod.dl.playstation.net/sgst/prod/00/PPSA01280_00/app/info/28/f_3c86d16c677b27d5b4706fbb8af820ebfd69f13bb42e0a023451909c23dfd0cd/IP9100-PPSA01280_00-SFSRELE000000100.crc
 
= Notable Hostnames =


     asm.np.community.playstation.net
     asm.np.community.playstation.net

Revision as of 01:50, 27 December 2024

See also PS4 Online Connections.

Games and Applications

Title Update XML

The version.txt file is downloaded from an URL specified in the param.json file of any PS5 application.

It contains information about the patches available online:

  • the URL to the JSON file,
  • the URL to the Delta Package PKG if it exists.

Format:

Example:

Title Update JSON

The Title Update JSON file is downloaded from the URL specified in the Title Update XML.

It contains information about the patches available online:

  • the URL to the Title Update Application PKG,
  • the URL to the Title Update PlayGo Information PKG,
  • the URL to the Title Update PlayGo Chunk CRC.

Format:

Example:

Delta Package

Format:

Example:

Title Update Application PKG (Piece 1)

Format:

Example:

Title Update PlayGo Information PKG (Piece 2)

Format:

Example:

Title Update PlayGo Chunk CRC

Example:

Notable Hostnames

   asm.np.community.playstation.net
   chimera-lambda.rnps.dl.playstation.net
   control-center.rnps.dl.playstation.net
   feature-discovery-device-dialog.rnps.dl.playstation.net
   gaming-lounge.rnps.dl.playstation.net
   home-lambda.rnps.dl.playstation.net
   home.rnps.dl.playstation.net
   igc-browse.rnps.dl.playstation.net
   invitation-dialog.rnps.dl.playstation.net
   millenniumfalcon.rnps.dl.playstation.net
   monte-carlo.rnps.dl.playstation.net
   notification-overlay.rnps.dl.playstation.net
   player-selection-dialog.rnps.dl.playstation.net
   ppr-crl.rnps.dl.playstation.net
   profile.rnps.dl.playstation.net
   ps5-multi-bundle-ota.rnps.dl.playstation.net
   ps5.np.playstation.net
   static-resource.np.community.playstation.net
   uam-fs.rnps.dl.playstation.net
   uef.np.dl.playstation.net
   and 306 more