jakibaki / In-Home-Switching

Allows you to stream your PC display to your Nintendo Switch!
GNU General Public License v3.0
440 stars 41 forks source link

anyone know how to access over internet #56

Open ronchinan opened 4 years ago

ronchinan commented 4 years ago

hi, does anyone know how to access over internet for example opening a specific port and which ip address to use....this program works perfect for me just this one thing if anyone knows how would make it even better

ipsumata commented 4 years ago

hi, does anyone know how to access over internet for example opening a specific port and which ip address to use....this program works perfect for me just this one thing if anyone knows how would make it even better

Not exactly what you're looking for, but if you run android on switch you can use official android apps like Moonlight (for nvidia gamestream) or Steam Link for proper hardware accelerated streaming. Moonlight is just an open source gamestream client so you can use it on any supported device.

With Moonlight/Gamestream you can remote access and stream from anywhere. I think Steam Link has remote access but it's in beta?

MrJPGames commented 4 years ago

It seems to use port 2224. Try port forwarding that, unless I'm missing something in the source code that should work just fine.

DevL0rd commented 4 years ago

@MrJPGames @ronchinan It uses port 2222 tcp for joycon inputs, 2223 tcp for video stream, and 2224 udp for audio. You need to port forward on the network the switch is on, not the pc. But if you do that and then use the global IP on the network your switch is on, then theoretically it should work.

Create a issue here on the revive of this project. I am thinking about reversing this in the future and it would be good to have the note there.

https://github.com/DevL0rd/SkyNX I will be keeping it alive for now. I already added touchscreen support and started working on a new UI and fixed various other things.