dkserver(1) dkserver Documentation dkserver(1) NAME dkserver — Host a server hosting discs (or disc images) for a CFW PS3. SYNOPSIS dkserver options DESCRIPTION Host a server hosting discs (or disc images) from DK_ROOT/media for a CFW PS3. PS3 directories will be remapped on the fly, e.g. 'DVDISO' maps to 'dvd-video'. It is possible to stream directly off disc drives. For this, symlink an ISO to a device, e.g.: $ ln -s /dev/sr0 ${DK_ROOT}/media/dvd-video/movies/movie.ntsc.dvd9.iso This way you don’t need to dump your discs to stream them and can just keep the disc(s) in your disc drive(s). A single read-error will kill the stream, though. Premium enhancements are disabled by default for discs in disc drives. You may force them with --force-enhancements. It may crash the applica‐ tion with a bus error due to the mechanism the enhancements are imple‐ mented. It is best to leave them disabled in this case. PREMIUM Premium enhancements involve • Improved performance sending the requested packets, improving startup, seeking, etc. • Patching Prohibited User Operations (PUO) off DVD-Vieo discs on the fly to skip trailers etc. • Skipping forced intros on some BD-Video discs from certain studios. • Unbotching discs on the fly, e.g. there are some botched DVD-Video discs (Many Naughty America DVDs) with a reversed field order, these will be fixed if known discs are encountered. OPTIONS -h, --help Opens this man page. --port=PORT Provide a port that is set in webMAN settings -> Scan for Content -> PS3NETSRV#. Default: 58008. Please note that the default port is different from ps3netsrv's port 38008. --whitelist="x.x.x.x" Whitelist IP ranges where each x should be set to 0-255 or an as‐ terisk '*' for a wildcard. Example for only allowing LAN IPs: --whitelist="192.168.1.*" --force-enhancements Force premium enhancements for discs in disc drives. --disable-enhancements Disable premium enhancements in case of issues or unwanted behav‐ ior. BUGS Discord server: [https://discord.gg/KV6brta] AUTHOR Darjan Krijan [https://disc-kuraudo.eu] SEE ALSO disc-kuraudo(1) Version 0.5.4 dkserver(1)