moonlight-nx
moonlight-nx copied to clipboard
Cannot type alphabet in add host..
Cannot type alphabet in add host.. Please fix this problem , coz my ip is forwarded using dynsdns..
Please fix this , thanks
Currently I don't have any plans for add alphabetical input on a "Add Host" screen, but you can use this workaround: Modify your settings.json
from sdcard:/switch/moonlight
directory in the following way:
For latest 1.1.0 release:
{
"hosts": [
"put your IP address here, like 192.168.0.1"
],
"settings": {
"resolution": 720,
"fps": 30,
"video_codec": 0,
"bitrate": 5000,
"ignore_unsupported_resolutions": false,
"decoder_threads": 4,
"click_by_tap": true,
"sops": true,
"play_audio": false,
"write_log": true
}
}
For latest GitHub actions build:
{
"hosts": [
{
"address": "put your IP address here, like 192.168.0.1",
"hostname": "put any PC name here",
"mac": "put your PC mac address here, like 33:A1:B2:C3:D4:E5"
}
],
"settings": {
"resolution": 720,
"fps": 30,
"video_codec": 0,
"bitrate": 5000,
"ignore_unsupported_resolutions": false,
"decoder_threads": 4,
"click_by_tap": true,
"sops": true,
"play_audio": false,
"write_log": true
}
}
thanks, much appreciated for your help. i will try and update the result, coz im connecting my switch via remotely by internet (not lan). I hope it works.
Again, thanks alot.
it showed my host pc and games list. but once i try to play a game, it shows "Error: Failed to start stream.." even though i can able to connect and play via android pie beta switch.
Oh, this error from LiStartConnection()
func, and currently I disabled MoonlightSession::connection_log_message
... Anyway I can uncomment log write functional and build new nro, and after this I can inspect this error (but you needs to install new nro, then enable Write debug log
feature and try to repeat this error, after upload log.txt from moonlight dir here).