SkyNX/README.md

58 lines
3.2 KiB
Markdown
Raw Normal View History

2020-04-15 06:00:23 +00:00
# SkyNX
2020-04-24 06:26:58 +00:00
Stream your PC games to you Nintendo Switch!
This is replacement for the abandoned [In-Home-Switching](https://github.com/jakibaki/In-Home-Switching/blob/master/README.md).
2020-04-22 04:48:44 +00:00
2020-04-22 19:44:20 +00:00
[Downloads are here](https://github.com/DevL0rd/SkyNX/releases).
2020-04-15 06:10:32 +00:00
2020-04-24 06:26:58 +00:00
The desktop streaming client is completely new. The Switch app however has it's roots in the original [In-Home-Switching](https://github.com/jakibaki/In-Home-Switching) app.
## Features
* Stream PC games with audio to switch at 60fps!
* Handles up to 4 JoyCon pairs. (4 Players at once!)
* Optionally disable video to use the JoyCons as remotes on PC!
* Disabling video doesn't disale audio so you can use you Switch as a remote with audio through headphones!
* Handles basic touch input.
* Handles right click. (Touch with 1 finger, tap with the second)
* Handles scrolling. (Your standard 2 finger scroll.)
2020-04-15 06:10:32 +00:00
2020-04-18 02:25:15 +00:00
## SkyNX App
![SkyNX App](Screenshots/App.jpg "SkyNX App")
2020-04-16 03:56:35 +00:00
## SkyNX Streamer
2020-04-18 02:25:15 +00:00
![SkyNX Streamer](Screenshots/Streamer.png "SkyNX Streamer")
2020-04-16 03:56:35 +00:00
## Instructions:
2020-04-24 06:26:58 +00:00
1. Copy the switch folder in SkyNX.zip, to the root of your sd card.
2. Install the forwarder with a nsp installer such as Goldleaf.
3. Extract SkyNXStreamer-win32-ia32.zip to somewhere safe.
4. Set desktop and game resolution to 1280 X 720. (Massively improves latency to match switch resolution.)
5. Open SkyNXStreamer-win32-ia32/SkyNXStreamer.exe
6. Launch SkyNX on switch.
7. Put the IP showed on the app into the streamer.
8. Click start streamer.
2020-04-16 03:56:35 +00:00
2020-04-22 19:48:40 +00:00
## Troubleshooting:
2020-04-22 21:43:13 +00:00
If for some reason the controllers don't work. Try the following steps.
2020-04-16 03:56:35 +00:00
1. Restart windows, and launch it again.
2020-04-16 04:01:43 +00:00
2. If it still is not working. And you have previously used In-Home-Switching, Try removing the ScpDriverInterface that In-Home-Switching installs. You can use the installer that came with it to uninstall it, or get it [Here](https://github.com/mogzol/ScpDriverInterface/releases/download/1.1/ScpDriverInterface_v1.1.zip).
2020-04-15 06:10:32 +00:00
2020-04-22 19:48:40 +00:00
If the streamer just starts and stops immediately, try the following steps.
1. Reinstall the xBox controller driver from the settings tab.
2. Try running it again, if it still fails, restart the system and try once more.
2020-04-24 06:26:58 +00:00
If there is no audio playing..
1. Remove the audio driver in settings, and re-install it. If it doesn't work then try step 2.
2. Restart windows and launch it again.
2020-04-22 19:50:45 +00:00
2020-04-22 21:43:13 +00:00
2020-04-16 04:40:26 +00:00
## Known issues
2020-04-22 19:38:12 +00:00
* So far Switch crashes when put to sleep with app running, please close app beforehand. It will be fixed after optimizations.
2020-04-16 04:40:26 +00:00
* App breaks when Switch changes from docked to handheld mode or vice-versa. Please quit the app before doing so.
2020-04-16 04:39:02 +00:00
## Credits to
2020-04-16 04:41:07 +00:00
* [DuchessOfDark88](https://twitter.com/DuchessOfDark88) App icon and graphics. (Some content at this link may be NSFW)
2020-04-16 04:39:02 +00:00
* [jakibaki](https://github.com/jakibaki) For the original [In-Home-Switching](https://github.com/jakibaki/In-Home-Switching/blob/master/README.md) Switch app I am using as a base.
* [ffmpeg](https://www.ffmpeg.org/) for being such a powerful media tool that we use on PC and Switch.
* [SwitchBrew](https://switchbrew.org/) for libNX and its ffmpeg inclusion
* [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere) for being such a great Switch CFW
* [Screen Capture Recorder](https://github.com/rdp/screen-capture-recorder-to-video-windows-free) for helping us grab audio.