GaryOderNichts / moonlight-wiiu

Moonlight Wii U port
GNU General Public License v3.0
138 stars 13 forks source link

[BUG] Can't stream with computer screen off #14

Closed RodrigoTomeES closed 8 months ago

RodrigoTomeES commented 2 years ago

Hi,

I can't stream with computer screen off, I have the last version of moonlight Wii U (v.1.3) and the last version of Nvidia Experience. Anyone has the same issue? With the recommended version of Nvidia Experience (v.3.21) the streaming doesnt work.

My config is:

imagen

imagen

And my config file of moonlight is:

## Hostname or IP-address of host to connect to
address = 192.168.1.164

## Video streaming configuration
width = 854
height = 480
fps = 60

## Disables the gamepad so the other controllers are mapped to players 1 to 4
disable_gamepad = false

## Swaps the buttons so they match the xbox controller layout
#swap_buttons = true

## Automatically connect to the host on startup and start the stream
autostream = true

## Bitrate depends by default on resolution and fps
## Set to -1 to enable default
## 20Mbps (20000) for 1080p (60 fps)
## 10Mbps (10000) for 1080p or 60 fps
## 5Mbps (5000) for lower resolution or fps
bitrate = 5000

## Size of network packets should be lower than MTU
## If streaming with WAN optimizations, this will be capped at 1024.
#packetsize = 1392

## Default started application on host
#app = Steam

## Play audio on host instead of streaming to client
#localaudio = false

## Send quit app request to remote after quitting session
#quitappafter = false

## Disable all input processing (view-only mode)
#viewonly = false

## Enable QOS settings to optimize for internet or local network
## yes - optimize for WAN streaming
## no - optimize for LAN streaming
## auto (default) - decide automatically based on target IP address
remote = yes

## Enable 5.1/7.1 surround sound
surround = false
pwshdevops commented 2 years ago

You can attach one of these devices to your PC. Set your PC's display config to only output to that adapter when it's connected. That way your monitors will be off, but Nvidia will be able to capture "output". Works like a champ for me.

GaryOderNichts commented 8 months ago

Closing this, as this is not a Wii U specific issue.