Homebrew [WIP] NKStreamer - Remote desktop streaming to 3ds

What need to do next after Input Mapping ?


  • Total voters
    16
  • Poll closed .

cots

Banned!
Banned
Joined
Dec 29, 2014
Messages
1,533
Trophies
0
XP
1,952
Country
United States
Same problem. As soon as I enter in a custom IP from the 3DS Menu the entire system freezes and I have to hard reboot.
 

Ihiing

Active Member
Newcomer
Joined
May 26, 2017
Messages
37
Trophies
0
XP
1,877
Country
Germany
Same problem. As soon as I enter in a custom IP from the 3DS Menu the entire system freezes and I have to hard reboot.

I have the same problem. My 3ds freezes when I click ok. But its not a problem with a custom IP. Even when i dont change the IP or click cancel it freezes. Same problem when I want to change the port.
O3ds, boot9strap, Luma 8.1
 

namkazt

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2017
Messages
79
Trophies
0
Age
32
XP
410
Country
Vietnam
what are the key bindings equivalent for up, down, left and right arrow on server.cfg

KeyMapping["Left"] = FakeInput::Key_Left;
KeyMapping["Right"] = FakeInput::Key_Right;
KeyMapping["Up"] = FakeInput::Key_Up;
KeyMapping["Down"] = FakeInput::Key_Down;

Details here:
KeyMapping["A"] = FakeInput::Key_A;
KeyMapping["B"] = FakeInput::Key_B;
KeyMapping["C"] = FakeInput::Key_C;
KeyMapping["D"] = FakeInput::Key_D;
KeyMapping["E"] = FakeInput::Key_E;
KeyMapping["F"] = FakeInput::Key_F;
KeyMapping["G"] = FakeInput::Key_G;
KeyMapping["H"] = FakeInput::Key_H;
KeyMapping["I"] = FakeInput::Key_I;
KeyMapping["J"] = FakeInput::Key_J;
KeyMapping["K"] = FakeInput::Key_K;
KeyMapping["L"] = FakeInput::Key_L;
KeyMapping["M"] = FakeInput::Key_M;
KeyMapping["N"] = FakeInput::Key_N;
KeyMapping["O"] = FakeInput::Key_O;
KeyMapping["P"] = FakeInput::Key_P;
KeyMapping["Q"] = FakeInput::Key_Q;
KeyMapping["R"] = FakeInput::Key_R;
KeyMapping["S"] = FakeInput::Key_S;
KeyMapping["T"] = FakeInput::Key_T;
KeyMapping["U"] = FakeInput::Key_U;
KeyMapping["V"] = FakeInput::Key_V;
KeyMapping["W"] = FakeInput::Key_W;
KeyMapping["X"] = FakeInput::Key_X;
KeyMapping["Y"] = FakeInput::Key_Y;
KeyMapping["Z"] = FakeInput::Key_Z;
KeyMapping["0"] = FakeInput::Key_0;
KeyMapping["1"] = FakeInput::Key_1;
KeyMapping["2"] = FakeInput::Key_2;
KeyMapping["3"] = FakeInput::Key_3;
KeyMapping["4"] = FakeInput::Key_4;
KeyMapping["5"] = FakeInput::Key_5;
KeyMapping["6"] = FakeInput::Key_6;
KeyMapping["7"] = FakeInput::Key_7;
KeyMapping["8"] = FakeInput::Key_8;
KeyMapping["9"] = FakeInput::Key_9;
KeyMapping["F1"] = FakeInput::Key_F1;
KeyMapping["F2"] = FakeInput::Key_F2;
KeyMapping["F3"] = FakeInput::Key_F3;
KeyMapping["F4"] = FakeInput::Key_F4;
KeyMapping["F5"] = FakeInput::Key_F5;
KeyMapping["F6"] = FakeInput::Key_F6;
KeyMapping["F7"] = FakeInput::Key_F7;
KeyMapping["F8"] = FakeInput::Key_F8;
KeyMapping["F9"] = FakeInput::Key_F9;
KeyMapping["F10"] = FakeInput::Key_F10;
KeyMapping["F11"] = FakeInput::Key_F11;
KeyMapping["F12"] = FakeInput::Key_F12;
KeyMapping["Escape"] = FakeInput::Key_Escape;
KeyMapping["Space"] = FakeInput::Key_Space;
KeyMapping["Return"] = FakeInput::Key_Return;
KeyMapping["Backspace"] = FakeInput::Key_Backspace;
KeyMapping["Tab"] = FakeInput::Key_Tab;
KeyMapping["Shift_L"] = FakeInput::Key_Shift_L;
KeyMapping["Shift_R"] = FakeInput::Key_Shift_R;
KeyMapping["Control_L"] = FakeInput::Key_Control_L;
KeyMapping["Control_R"] = FakeInput::Key_Control_R;
KeyMapping["Alt_L"] = FakeInput::Key_Alt_L;
KeyMapping["Alt_R"] = FakeInput::Key_Alt_R;
KeyMapping["CapsLock"] = FakeInput::Key_CapsLock;
KeyMapping["NumLock"] = FakeInput::Key_NumLock;
KeyMapping["ScrollLock"] = FakeInput::Key_ScrollLock;
KeyMapping["PrintScreen"] = FakeInput::Key_PrintScreen;
KeyMapping["Insert"] = FakeInput::Key_Insert;
KeyMapping["Delete"] = FakeInput::Key_Delete;
KeyMapping["PageUP"] = FakeInput::Key_PageUP;
KeyMapping["PageDown"] = FakeInput::Key_PageDown;
KeyMapping["Home"] = FakeInput::Key_Home;
KeyMapping["End"] = FakeInput::Key_End;
KeyMapping["Left"] = FakeInput::Key_Left;
KeyMapping["Right"] = FakeInput::Key_Right;
KeyMapping["Up"] = FakeInput::Key_Up;
KeyMapping["Down"] = FakeInput::Key_Down;
KeyMapping["Numpad0"] = FakeInput::Key_Numpad0;
KeyMapping["Numpad1"] = FakeInput::Key_Numpad1;
KeyMapping["Numpad2"] = FakeInput::Key_Numpad2;
KeyMapping["Numpad3"] = FakeInput::Key_Numpad3;
KeyMapping["Numpad4"] = FakeInput::Key_Numpad4;
KeyMapping["Numpad5"] = FakeInput::Key_Numpad5;
KeyMapping["Numpad6"] = FakeInput::Key_Numpad6;
KeyMapping["Numpad7"] = FakeInput::Key_Numpad7;
KeyMapping["Numpad8"] = FakeInput::Key_Numpad8;
KeyMapping["Numpad9"] = FakeInput::Key_Numpad9;
KeyMapping["NumpadAdd"] = FakeInput::Key_NumpadAdd;
KeyMapping["NumpadSubtract"] = FakeInput::Key_NumpadSubtract;
KeyMapping["NumpadMultiply"] = FakeInput::Key_NumpadMultiply;
KeyMapping["NumpadDivide"] = FakeInput::Key_NumpadDivide;
KeyMapping["NumpadDecimal"] = FakeInput::Key_NumpadDecimal;
KeyMapping["NumpadEnter"] = FakeInput::Key_NumpadEnter;
 

namkazt

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2017
Messages
79
Trophies
0
Age
32
XP
410
Country
Vietnam
New 3DS XL, boot9strap, Latest Stable Luma
I have the same problem. My 3ds freezes when I click ok. But its not a problem with a custom IP. Even when i dont change the IP or click cancel it freezes. Same problem when I want to change the port.
O3ds, boot9strap, Luma 8.1
Same here, put in my IP, hit ok and freeze :( running through HBL since the CIA doesn't even boot for me, on N3DS 11.4

are you all surely using version 0.5.1 ? if not please download and check again.

that freezes mainly cause by v0.4 because of socket.

EDIT:
I'm so sorry. I was put wrong link to v0.4 into first post. Please download again.
 
Last edited by namkazt,

gg44

Member
Newcomer
Joined
Apr 22, 2017
Messages
12
Trophies
0
Age
22
XP
59
Country
Argentina
Guys can you help me? I have an old3ds trying to start NKStreamer but it says:Cant parse server information.I downloaded the newest homebrew app (and the .cia too with Version 0.5.1 but it says above 0.4 alpha?) I put the correct IP and PORT but its not working.I have Luma CFW with Boot9strap.I hope you can help me guys :D
(SRy for bad english skills.English isnt my native language :wink:
 

namkazt

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2017
Messages
79
Trophies
0
Age
32
XP
410
Country
Vietnam
Guys can you help me? I have an old3ds trying to start NKStreamer but it says:Cant parse server information.I downloaded the newest homebrew app (and the .cia too with Version 0.5.1 but it says above 0.4 alpha?) I put the correct IP and PORT but its not working.I have Luma CFW with Boot9strap.I hope you can help me guys :D
(SRy for bad english skills.English isnt my native language :wink:

error cause by wrong IP input. make sure you put correct IP. that display on server when you start it. like : 127.0.0.1 , 192.168.1.100 , ...
 

gg44

Member
Newcomer
Joined
Apr 22, 2017
Messages
12
Trophies
0
Age
22
XP
59
Country
Argentina
I put the right IP the cmd windows shows me 4 IP adresses i tried all of them with the right port put it still has the error message:hateit:
 

3dslove79

Well-Known Member
Member
Joined
Jul 27, 2014
Messages
140
Trophies
0
Age
32
XP
188
Country
Italy
The CIA version is the 0.5.1 because it already has input redirection,i take It from the elf in the 0.5.1 release,don't know why it still say 0.4
 
Last edited by 3dslove79,

Ihiing

Active Member
Newcomer
Joined
May 26, 2017
Messages
37
Trophies
0
XP
1,877
Country
Germany
I downloaded version 0.5.1 (but it says version 0.4 alpha) again and still have the freeze problem. It doesnt matter if I use the HBL or the CIA version.
 
Last edited by Ihiing,

namkazt

Well-Known Member
OP
Newcomer
Joined
Jul 21, 2017
Messages
79
Trophies
0
Age
32
XP
410
Country
Vietnam
I put the right IP the cmd windows shows me 4 IP adresses i tried all of them with the right port put it still has the error message:hateit:
can you send a picture to me that bottom screen

The CIA version is the 0.5.1 because it already has input redirection,i take It from the elf in the 0.5.1 release,don't know why it still say 0.4
yes. in homebrew still display v0.4. I forgot to edit it.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    Also a food allergy study would be a good idea
  • K3Nv2 @ K3Nv2:
    Turns out you can't sprinkle methamphetamine on McDonald's French fries
    +1
  • ZeroT21 @ ZeroT21:
    they wouldn't be called french fries at that point
    +1
  • ZeroT21 @ ZeroT21:
    Probably just meth fries
    +1
  • K3Nv2 @ K3Nv2:
    White fries hold up
    +1
  • The Real Jdbye @ The Real Jdbye:
    @K3Nv2 sure you can
  • BakerMan @ BakerMan:
    why tf do people hate android users? is it the video quality? just because "AnDrOiD = pOoR" bc they don't cost an arm and a leg like iphones do?
    +1
  • BakerMan @ BakerMan:
    i won't be turned off by an iphone, but don't pick on me for having an android, that's just how this shit should work
  • ZeroT21 @ ZeroT21:
    Should say more what these kind of android users say bout nokia 3310 users
  • BigOnYa @ BigOnYa:
    I've owned both iPhone and Androids over the years. Both are just as good, other than Apples higher price. I'm currently on Android, Samsung S21 I think, and very happy with it.
  • K3Nv2 @ K3Nv2:
    Got my 60 minute steps in whew
    +2
  • BigOnYa @ BigOnYa:
    I get mine in everyday, going back n forth to the fridge for a beer.
    +1
  • K3Nv2 @ K3Nv2:
    6,000 steps in so far legs almost broke getting off
    +1
  • K3Nv2 @ K3Nv2:
    Your mind gets in a werid pattern of just finishing then when you're done you're like I need a soda
  • BigOnYa @ BigOnYa:
    You get a "walkers" high?
  • K3Nv2 @ K3Nv2:
    Not really I just use to love building up a sweat
  • BigOnYa @ BigOnYa:
    Funny, that's what uremum always says
  • K3Nv2 @ K3Nv2:
    Yeah and people that take viagra think they have a big dick
    +1
  • K3Nv2 @ K3Nv2:
    You cant fix one insult edit for another edit you pog
  • BigOnYa @ BigOnYa:
    Nuh I'm on my tablet n it always auto corrects me
  • K3Nv2 @ K3Nv2:
    Heorin and uremum do have close quarters
  • Sonic Angel Knight @ Sonic Angel Knight:
    BIG CHICKEN :P
    K3Nv2 @ K3Nv2: https://youtu.be/q855tNpvDoQ?si=Tl57KMjiVjyBherB