PS4:PPlay: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
(Created pPlay section with its info.)
 
mNo edit summary
Line 1: Line 1:
'''pPlay'''<ref>https://github.com/Cpasjuste/pplay</ref> is a homebrew video player for the PS4 and Nintendo Switch. pPlay support most popular video format, subtitles, http and ftp streaming and more. pPlay use the MPV interface to handle ffmpeg interoperability, which provide a fast, stable and powerful experience.
'''pPlay'''<ref>https://github.com/Cpasjuste/pplay</ref> is a homebrew video player for the PS4 and Nintendo Switch. pPlay support most popular video formats, subtitles, http and ftp streaming and more. pPlay use the MPV interface to handle ffmpeg interoperability, which provide a fast, stable and powerful experience.


==Installation==
==Installation==
Line 5: Line 5:
* Jailbreak your PS4 using GoldHEN
* Jailbreak your PS4 using GoldHEN
* Install the package using Package Installer.
* Install the package using Package Installer.
* Using FTP or PS4Xplorer copy '''pplay''' folder to'''/data/''' folder on the internal HDD.
* Using FTP or PS4Xplorer copy '''pplay''' folder to '''/data/''' folder on the internal HDD.
* Done.
* Done.



Revision as of 15:50, 10 August 2023

pPlay[1] is a homebrew video player for the PS4 and Nintendo Switch. pPlay support most popular video formats, subtitles, http and ftp streaming and more. pPlay use the MPV interface to handle ffmpeg interoperability, which provide a fast, stable and powerful experience.

Installation

  • Jailbreak your PS4 using GoldHEN
  • Install the package using Package Installer.
  • Using FTP or PS4Xplorer copy pplay folder to /data/ folder on the internal HDD.
  • Done.

Notes

  • pPlay can stream media from an http server with directory listing enabled, or an ftp server. To do so, you must edit the configuration file (pplay.cfg) to add your server address:
* NETWORK = "http://samples.ffmpeg.org/";
* NETWORK = "ftp://user:password@ip:port/";
  • As pPlay use MPV, you can put a file named "mpv.conf" in the "mpv" folder to play with. See the CONFIGURATION FILES and OPTIONS sections in the MPV manual for more informations.
  • pPlay should be able to play most media. While 720p and 1080p medias should be fine, you can unlock all the switch cpu speed for heavy medias in the main options menu (LEFT button).

References