/SysDVR

Stream switch games to your PC via USB or network

Primary LanguageC#GNU General Public License v2.0GPL-2.0

SysDVR

Discord Latest release Downloads ko-fi

This is an experimental sysmodule that allows capturing the running game output to a pc via USB or network connection.

If you have issues make sure to read the full guide, the troubleshooting section in particular. If you need help you can either ask on discord or open an issue with the correct template.

Features/Limitations

  • Video quality is fixed to 720p @ 30fps with h264 compression, this is an hardware limit
  • Audio quality is fixed to 16bit PCM @ 48kHz stereo. Not compressed
  • Only works on games that have video recording enabled (aka you can long-press the capture button to save a video)
  • Only captures game output. System UI, home menu and homebrews running as applet won't be captured
  • It is not possible to stream audio in real-time, low-latency video works fine
  • Stream quality depends heavily on the environment, bad usb wires or low wifi signal can affect it significantly.
  • USB streaming is not available when docked
  • Requires at least firmware 6.0.0

Clearly with these limitations this sysmodule doesn't fully replace a capture card.

Donations

If you like my work and wish to support me you can donate on ko-fi

Usage

The guide has been moved to the wiki, you can find it here

Unfinished stuff

At some point I tried to implement a usb video class device via software, this would have allowed for usb streaming without needing a custom client app. Unfortunately this didn't work out, if you have more experience than me in this stuff feel free to give it a try, you can find more info in the readme of the UVC branch.

Credits

  • Everyone from libnx and the people who reversed grc:d and wrote the service wrapper, mission2000 in particular for the suggestion on how to fix audio lag.
  • mtp-server-nx for their usb implementation
  • RTSPSharp for the C# RTSP library
  • Bonta on discord for a lot of help implementing a custom RTSP server
  • Xerpi for a lot of help while working on the UVC branch