Ps4 Remote Play Same Network



It will require a laptop (either MAC or PC) with a VPN connection. One PS4 will connect using standard WIFI connected to main router network. The second PS4 will connect wirelessly to the laptop that is using the VPN connection on the same network (essentially using it as a second router). PS4 Remote Play will drop its connection if you interact with the physical DualShock 4 on your PS4. PS4 Remote Play will drop its connection if you turn off your PS4. The PS4 and the iPhone running.


  • Offline PS4 Remote Play
    Ever wanted to use your PS4 on your local network but couldn't because you didn't have an Internet connection available? Here's the solution!
    Before we get started, a little message for Sony
    Hello Sony,
    If you ever happen to read this, don't you think it would be nice to have this feature built-in?
    Think about it like this for a second: you are going on holiday with your PS4 and your laptop because you have no other display available for it. Most laptops aren't shipped with an HDMI input port so you can't directly connect your PS4 to your laptop's screen. However, what you can do is connect your laptop and your PS4 with an ethernet cable and use Remote Play.. until you realize that you need an Internet connection to start the software.
    Looking for updates is nice, but is there really a point in preventing players from using their console because they don't have an Internet connection available all the time?
    Incidentally, if you have any problem with me posting this, please don't hesitate to contact me.

    Supported versions of the Remote Play

    You can find older versions of the Remote Play on the Internet Archive: Wayback Machine!
    • 1.0.0.15181 - Hash : 694659629815D82CDCD62A95FA771237
    • 1.5.0.8251 - Hash : 53DF9F442EEC309D95BE88D28CC21E18
    • 2.0.0.2211 - Hash : FCD0DD66996B399F6A1A9A254F7E85B3
    • 2.6.0.2270 - Hash : 2E4C4CA5ECFD3138CB734ED603958A1A
    • 2.7.0.7270 - Hash : 9961E4475745881FAC537D58B1BCD5FB (seems to work without even logging to the Playstation Network)
    • Any with the new PS4 Remote Play Auto-Patcher!

  • Getting started
    For various reasons, I can't give you the patched executable. However, I can still tell you how to patch it yourself.​

    [EVEN BETTER FULLY AUTOMATED PATCHER]

    You can just download and run the latest version of the PS4 Remote Play Auto-Patcher.
    Compared to the other patcher, this one doesn't need a list of patches, it will patch the assembly by itself, so it should, in theory, be compatible with any version of the RemotePlay.

    [FULLY AUTOMATED PATCHER]

    You can just download and run the latest version of the PS4 Remote Play Patcher.
    If the software can't find the Remote Play by itself it'll ask you to specify its location.
    Once that is done, the software will patch the Remote Play (with the latest patch available) and create a backup of your original Remote Play if you want.
    Don't forget that, to use the PS4 Remote Play, you still need a local network (connect your PS4 to your computer using an ethernet cable or a local Wi-Fi network hosted on your computer)!

    [MANUAL PATCH]

    You will need to download BsPatch and the Patches.zip file. Extract the patch of your choice and execute the following command :
    bsdiff RemotePlay.exe RemotePlay-Patched.exe mypatch
    Then you have to start RemotePlay-Patched.exe to enjoy your PS4 Remote Play offline experience. I'll describe below another method to do the same thing without having to change RemotePlay.exe itself.

    Will Remote Play work as usual?

    Yes, every aspect of the original Remote Play have been kept, except for the updates window, which will not even appear with the latest version of the patch.

    I don't trust those patches thrown at me like this..
    .. and that's perfectly fine.
    Here are the steps so that you can reproduce the patch (the first version) by yourself:
    • Throw your RemotePlay.exe at de4dot to remove the obfuscation.
    • Open your brand new RemotePlay-cleaned.exe using your favorite decompiler (ILSpy, .NET Reflector, etc..). In my case, I am using dnSpy. Navigate to the class containing the entry point of the program (this class is not in a namespace).
    • In the Main method, get rid of checkUpdate.ShowDialog();.
    • And that's it, you can now export your brand new Remote Play executable (using the Save Module.. function on dnSpy) and enjoy playing on your PS4 anywhere.
    If you wonder why we aren't just removing ShowDialog and setting the two assignments under to false directly, that's because it triggers my antivirus for some reason.

    Alternative method, almost 0 programming skill required.

    1. Download and install Fiddler.
    2. Enable HTTPS decryption in Fiddler.
    3. a. With Fiddler running, start Remote Play and wait for the request to https://remoteplay.dl.playstation.net/remoteplay/module/win/rp-version-win.json.
    4. b. You might also see a request to https://remoteplay.dl.playstation.net/remoteplay/module/pplist_v2.json, handle it the same way as the previous one.
    5. Select the AutoResponder tab, enable the rules, enable unmatched requests passthrough.
    6. Drag & Drop the request made to remoteplay.dl.playstation.net into the rules list.
    7. Select the FiddlerScript tab and look for this line:
    static function OnBeforeRequest(oSession: Session) {
    1. Add the following content under the line you found earlier :
    if (oSession.HTTPMethodIs('CONNECT'))
    {
    oSession.oFlags['x-replywithtunnel'] = 'GenerateTunnel';
    return;
    }
    1. Click on Save Script.
    2. That's it for Fiddler. You have nothing to save by yourself. The only thing that matters now is that Fiddler must be up and running when you want to play without Internet.
    3. There's still something to do. Currently, if you open Remote Play, it'll tell you that (if you are truly disconnected) there is not network connection available. To fix this, create an access point on your phone and connect to it (there's no need to have an Internet connection available on your phone, otherwise it would defeat the point of having done everything mentionned above). Note that you can also use any free hotspot you may have around you.
    4. It's already done ! When you'll start the Remote Play, it'll think that an Internet connection is available (when it's merely connected to a hotspot WITHOUT Internet) and when it'll try to look for updates Fiddler will take care of it.
    5. Enjoy the offline PS4 Remote Play.

  • Changelog History
    v3.0 (Updated on Jan. 11, 2019)
    • Should now work with any RemotePlay, it doesn't care about what version you're using, past, present or future.
    v2.0.1
    • The new PS4 Remote Play Patcher can detect the version of the Remote Play you are currently using and patch it accordingly.
    • This version is compatible with Windows 7.
    v2.0
    • The new PS4 Remote Play Patcher can detect the version of the Remote Play you are currently using and patch it accordingly.
    v1.1
    • Finally an automated patcher for your PS4 Remote Play.
    • Using it is easy, start the exe file, let it do its job and voilà, enjoy using the PS4 Remote Play offline with(out) updates !
    v1.0
    • Finally an automated patcher for your PS4 Remote Play.
    • Using it is easy, start the exe file, let it do its job and voilà, enjoy using the PS4 Remote Play offline with(out) updates !

  • Contributing
    • I usually appreciate contributions, however, this time, I will decline every pull request containing an executable or a patch.
    • Suggestions are welcome!
    • Source Code @: https://github.com/MysteryDash/Offline-PS4-Remote-Play/releases

Remote Play is a fairly old feature for PlayStation. It was introduced for the PS3 and would allow you to play games on your PSP. It sucked and since then the feature has been a bit of a background feature that a lot of people don’t even know about.

With the launch of the PS5, a new icon has appeared on the PS4 home screen that allows you to remote play your PS5 from your PS4, pretty awesome! The feature works well for most but the experience is not flawless. For those finding the experience a little laggy, this guide will give you some helpful tips to reduce lag and latency with PS5 remote play on the PS4.

Why Is Remote Play Laggy?

Lag is nothing new for remote play. Even when playing over windows on the same network as the console you can experience lag. The problem is almost entirely down to your home network and in the vast majority of cases, it is quite easy to fix.

Install edge browser windows 10. If you are experiencing lag with remote play on the PS5 when playing from your PS4, I would suggest you check out the steps below as these are sure to help improve the experience and reduce lag with PS5 remote play.

Use A Wired Connection

Ps4 Remote Play Same Network

This is not going to be possible for everyone but if you can connect an ethernet cable from your router to the back of your PS5 and PS4, you will get a much more stable internet connection. There are also many people that find using wired over wireless results in fewer restrictions in general when it comes to network security.

Does Ps4 Remote Play Have To Be On The Same Network

Ensure Both Systems Are On The Same Network

If you are hoping to use your PS4 in one room to play games on the PS5 that is in another room, make sure they are both on the same LAN. Some routers can broadcast multiple networks, quite commonly a 2.4ghz and 5ghz signal. Both are connected to the same router but are not on the same local network. Always aim for wired and if not possible, make sure both devices are on the same wireless network.

Get NAT Type 1 On The PS5

NAT type is a measurement of how restricted your home router is. If you have type 3 or even a failed NAT type, your PS5 is going to have a hard time communicating with other devices over a network. To achieve an open NAT you will need to open the following ports on your router.

Ps4 Remote Play Same Network

TCP: 1935,3478-3480
UDP: 3074,3478-3479

Does Ps4 Remote Play Work On Different Networks

If you are unsure what this means, check out this detailed guide for getting NAT type 1 on the PS5. This will solve a lot of problems related to remote play, including the inability to link the PS4 to the PS5.

Ps4 Remote Play Network Too Slow

Something worth noting is that most routers will only allow you to open a specific port for one IP. Since PSN uses the same ports on the PS4 and PS5, you will need to pick one. Mermaid syntax. I would suggest you do it for the PS5. Generally, networks are more restrictive for incoming connections than outgoing as this is generally how an attack would be prevented. The PS4 should have less trouble connecting to a PS5 compared to a PS5 accepting connections from a PS4.

Check Network Activity At Home

Play

If you have a busy house, there may be a lot of network traffic. If people in the house are downloading a lot of content, streaming 4k videos and performing other activities that will congest the network, you will find that there may be some hiccups while you use the remote play feature. With modern fibre connections, this is going to be less of an issue but if you are on a copper wire connection

How To Remote Play Ps4 On Different Network

Restart Both Systems

Ps4 Remote Play Network

I know this is the most generic response you can possibly give for fixing problems but with the PS5, in particular, being able to suspend games and multitask better, the system having some extra stuff consuming system resources could also cause some things to get a little backed up. Likewise with the PS4. If you find things normally work well and are suddenly acting up, restarting the systems if possible may be all you need to fix the problem.