moonlight-stream / moonlight-embedded

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

Stream command fails with RTSP Error. #803

Open Fredrum opened 3 years ago

Fredrum commented 3 years ago

NVidia Geforce Experience version: 3.18.0.102

Moonlight Embedded version: 2.4.11

Moonlight Embedded source: repository/included in distribution/compiled from source/... https://github.com/irtimmer/moonlight-embedded.git

Moonlight Embedded running on: Raspberry Pi/Cubox-i/Hummingboard/Other linux device/... RPi4 - Buster

Moonlight Embedded running on distribution: Arch Linux/Raspbian/OpenELEC/... Raspbian

Verbose output -verbose of Moonlight Embedded: Moonlight Embedded 2.4.10-master-5b6639c

What is the expected result? Having done the pairing with PC successfully and then launching with 'stream' I expected it to start doing that.

What happens instead of that? It started well but then I got:

Starting RTSP handshake.....RTSP OPTIONS request failed.
Failed: 552

The the Raspberry froze completely and I had to reboot.

I am trying to run over LAN with both RPi and PC attached to the same network switch. The PC has its firewall disable for testing. And its a Win8.1 pc btw.

Any ideas of what causes this to fail?

Cheers Fred

der-ranjit commented 3 years ago

Getting the same error on a fresh raspberry pi 4 with these instructions https://github.com/irtimmer/moonlight-embedded/wiki/Full-details-for-Compilation-and-Installation-in-Raspbian-Or-OSMC successfully completed. Pairing works, streaming results in Starting RTSP handshake.....RTSP OPTIONS request failed. Failed: 552.

GFE is on 3.20.5.70 Moonlight Embedded 2.4.10

Fredrum commented 3 years ago

I never continued with this but i read that windows 8.1 does not support rtsp and thats the win version i was running.

On Nov 7, 2020, at 5:51 AM, Ranjit Mevius notifications@github.com wrote:

Getting the same error, althought the pi doesn't freeze.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

M1reyu commented 3 years ago

I get the exact same error message. GFE states that gamestreaming should be possible from windows 7 upwards. Is it really only the operating system that causes the problem?

Fresh install. Tried per package install and also per cmake. RPi3B+ Buster GFE 3.20.5.70 Win7 Moonlight Embedded 2.4.10-master-5b6639c

Starting RTSP handshake...RTSP OPTIONS request failed: 552
failed: 552

Then the raspberry freezes. Sometimes I also get additionally:

Cleaning up platform...done
Error: cannot keep up
ekirchman commented 3 years ago

Well I'm running Windows 10 and I'm having the same issue.

Raspberry Pi 3 and Retropie w/ Buster Windows 10 PC, Geforce Experince 3.23.0.74 and a GTX 960

voggur commented 2 years ago

Moonlight Embedded 2.4.10 I have the same problem.

tiesselune commented 2 years ago

Moonlight Embedded 2.5.1, Raspberry 4, GFE 3.23.0.74 and same problem as well... Before the 552 error code, I get a

RTSP port : 48010 (RTSP URL parsing failed) 

I don't know if it is relevant.

The RTSP handling part is in the Moonlight common C dependency, so I guess opening an issue there might be a good idea ?