-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible Realms Support? #125
Comments
Update! I have tested this with phantom and realms work flawlessly with PS4 and PSVR. Other players are able to join the realm as well. It would be great if other people could test and maybe implement this so you don't have to do a packet capture each time you want to join a realm. The realm will shut down if nobody is playing and when the realm starts back up, the IP and port changes. |
Hi @Noswad-Zip I stumbled across this issue and I've tried to recreate your steps. Phantom is sending pongs to my PS4 client, but the PS4 is not seeing the server in the list. You were using the source port in the MCPE packets as the server port, correct? Is this still working for you? |
Hi @rickemery It should be the source port but you could try some of the other addresses. Be sure to check the port as well. Strangely, I couldn't get phantom to work on Ubuntu 20.04. I was using MacOS Mojave (10.14). And then again, sometimes I couldn't get it to work myself. It would send pongs but the PS4 wouldn't see it. Make sure a player is in the realm from the time when you disconnect for the packet capture to when you join from PS4. I'm not sure how long the realm stays on after all players disconnect. Funnily enough, if you enter your realm's IP into your server list you will get to see all of the other realms that the IP is reused on. Of course, you can't join because of blacklist. I don't really have time to test it lately, but I'm still happy to help. |
Hi.
Recently I have been looking at how PS4 players could play Minecraft Realms. Minecraft realms are similar to a self hosted server as each realm has its own IP and port. I have been able to join my realm by connecting to it's IP and port with it also having the capability to connect to it from another device under "LAN Games"
Here is the tedious process I used to get this to work
I used "packet_capture" and 'Wireshark" on ChromeOS but this would work fine on another device. I could not get any of the packet capture apps on android to work 'realms couldn't connect for some reason' and you must preform the packet capture on the device you are connecting to the realm from.
Hopefully this could be implemented into this project somehow. The bedrock realms have been researched and documented https://wiki.vg/Bedrock_Realms. With this information, The IP and port could be retrieved by phantom along with the required Xbox Live Authentication.
I hope someone can look into this further.
Thanks in advance!
The text was updated successfully, but these errors were encountered: