SkyNX/README.md

55 lines
3.6 KiB
Markdown
Raw Normal View History

2020-04-15 06:00:23 +00:00
# SkyNX
2020-04-16 04:00:16 +00:00
A replacement for the abandoned [In-Home-Switching](https://github.com/jakibaki/In-Home-Switching/blob/master/README.md).
2020-04-22 07:31:57 +00:00
If you are not sure what that is, well, it is an app that allows you to stream your PC games to your Nintendo Switch! Kind of like moonlight. It is not at all entirely ready, and if there were a way to do hardware decoding on switch it would be a lot better. But for now It is definitely, definitely playable.
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-22 07:31:57 +00:00
The desktop streaming client is completely new. Currently the audio is a little buggy but it runs well!
2020-04-16 03:56:35 +00:00
2020-04-19 19:57:57 +00:00
The Switch app however has it's roots in the original [In-Home-Switching](https://github.com/jakibaki/In-Home-Switching/blob/master/README.md) app.
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-22 19:38:12 +00:00
1. Go to settings and install the xBox controller driver and the audio driver. (If there are any issues with audio or your joycon input, check the Notes section below
2020-04-16 03:56:35 +00:00
1. Set desktop and game resolution to 1280 X 720.
2. Open SkyNXStreamer-win32-x64/SkyNXStreamer.exe
3. Launch SkyNX on switch.
4. Put the IP showed on the app into the streamer.
5. Select a streaming quality.
6. Click start streamer.
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-22 19:55:02 +00:00
3. If all else fails, join us in [this thread](https://github.com/DevL0rd/SkyNX/issues/4) to pinpoint this issue.
2020-04-22 19:48:40 +00:00
2020-04-22 19:50:45 +00:00
If there is no audio playing, and you have installed the audio driver. Then for now just install [Screen Capture Recorder](https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases) to have audio. It is a sad workaround I know but I will get the bugs worked out soon.
2020-04-22 21:43:13 +00:00
If your stream has high latency or is lagging. Try the following fixes and leave a issue here letting me know what fixed it.
1. Stop and start the streamer.
2. Make sure your desktop resolution is 1280 X 720
3. Make sure your game doesn't reset that resolution.
4. Restart your router and make sure it isn't being bogged down by anything.
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.