moonlight-nx icon indicating copy to clipboard operation
moonlight-nx copied to clipboard

Cannot type alphabet in add host..

Open dantesvictus opened this issue 4 years ago • 5 comments

Cannot type alphabet in add host.. Please fix this problem , coz my ip is forwarded using dynsdns..

Please fix this , thanks

dantesvictus avatar Jul 26 '20 18:07 dantesvictus

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

rock88 avatar Jul 29 '20 09:07 rock88

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.

dantesvictus avatar Jul 29 '20 10:07 dantesvictus

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.

dantesvictus avatar Jul 29 '20 14:07 dantesvictus

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).

rock88 avatar Aug 10 '20 19:08 rock88

log.txt

Please check log file, i can able to write it, but not sure if thats what it is.

dantesvictus avatar Aug 10 '20 23:08 dantesvictus