moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.51k stars 324 forks source link

Unable to connect Raspberry Pi 2 to Windows 7 Desktop (RTSP: request failed 404) #720

Closed hayleyhailstorm closed 3 years ago

hayleyhailstorm commented 5 years ago

Please provide the following info.

NVidia Geforce Experience version: Version 3.16.0.140 Moonlight Embedded version: 2.1.2 Moonlight Embedded source: repository/included in distribution/compiled from source/... Moonlight Embedded running on: Raspberry Pi/Cubox-i/Hummingboard/Other linux device/... Raspberry Pi Moonlight Embedded running on distribution: Arch Linux/Raspbian/OpenELEC/... Raspbian

Verbose output -verbose of Moonlight Embedded:

What is the expected result? Moonlight runs

What happens instead of that? Receive error message: moonlight stream Can't map (reverse_z) Can't map (reverse_rz) Can't map (reverse_z) Can't map (reverse_rz) Can't map (reverse_z) Can't map (reverse_rz) Can't map (reverse_z) Can't map (reverse_rz) Can't map (reverse_z) Can't map (reverse_rz) Initializing platform...done Resolving host-name...done Starting RTSP handshake...RTSP OPTIONS request failed: 404 failed: 404

hayleyhailstorm commented 5 years ago

I also tried the steps suggested in https://github.com/irtimmer/moonlight-embedded/issues/716 to no avail

kurac338 commented 5 years ago

Following steps from this link:

https://github.com/irtimmer/moonlight-embedded/issues/716#issuecomment-445205242

should get you running. I have managed to get it working. But decided not to close the ticket since I bet more people are still struggling with it.

hayleyhailstorm commented 5 years ago

Following steps from this link:

#716 (comment)

should get you running. I have managed to get it working. But decided not to close the ticket since I bet more people are still struggling with it.

Unfortunately I tried that already and it didn't work :(

hayleyhailstorm commented 5 years ago

OK, I just uninstalled GEForce Experience and went back to the previous version, 3.15.0.164... rebooted... repaired with moonlight again... and the error I got when trying to pair is: Error in `moonlight': munmap_chunk(): invalid pointer: 0x00edb6d1 Aborted

Then if I try to run "moonlight stream" I get those "Can't map" errors (see above) and the RTSP handshake 404 error again. :/

kurac338 commented 5 years ago

I had GFE 3.15 working with Moonlight 2.4.7 for a couple of months without any problems. So it is possible that GFE 3.15 is not supported in your version of moonlight (2.1.2?). Try to update your package to the latest release and report back.

hayleyhailstorm commented 5 years ago

I tried 3.15 of GFE with the 2.1.2 version of Moonlight, also updated/upgraded everything

knives49 commented 5 years ago

update moonlight to 2.4.7 for GFE 3.15 Monnlight 2.1.2 is for GFE 2.7 or 2.8.... compile the source of moonlight for GFE 3.16

hayleyhailstorm commented 5 years ago

update moonlight to 2.4.7 for GFE 3.15 Monnlight 2.1.2 is for GFE 2.7 or 2.8.... compile the source of moonlight for GFE 3.16

What commands do I run to get it to update to version 2.4.7?

hayleyhailstorm commented 5 years ago

update moonlight to 2.4.7 for GFE 3.15 Monnlight 2.1.2 is for GFE 2.7 or 2.8.... compile the source of moonlight for GFE 3.16

never mind... got it. however, i'm still getting the same rtsp error. though, maybe i missed the "compile the source of moonlight for GFE 3.16"?

knives49 commented 5 years ago

https://github.com/irtimmer/moonlight-embedded/issues/716#issuecomment-445205242

use this guide :)

hayleyhailstorm commented 5 years ago

Ah yeah, but I followed those steps

hayleyhailstorm commented 5 years ago

Still not working :(