GaryOderNichts / moonlight-wiiu

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

Can't fix error -1 #50

Closed Noob-dooN closed 6 months ago

Noob-dooN commented 6 months ago

after a few minutes my connection gets terminated (Nvidia) with error -1. I dont know how to get logs so here is my config file. I also have the wiiu connected via Lan and pc via Wan

## Moonlight Wii U Configuration
## Lines starting with '#' are comments, to edit an option uncomment it by removing the '#'

## Hostname or IP-address of host to connect to
address = (i have a valid ip i just dont want to share it)

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

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

## 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

## Use the absolute touch position for mouse emulation
absolute_positioning = true

## Output rotation (independent of xrandr or framebuffer settings!)
## Allowed values: 0, 90, 180, 270
#rotate = 0

## 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 = 1024

## 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 = auto

## Enable 5.1/7.1 surround sound
#surround = 5.1