Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upStore debugging logs #53
Conversation
d3m3vilurr
added some commits
Oct 16, 2016
This comment has been minimized.
This comment has been minimized.
cgutman
commented
Oct 16, 2016
|
Moonlight-common-c does need some updates to improve error codes, but I don't think you'll get much useful data from RTSP handshake that isn't already there. RTSP error -1 almost always means that the ENet connection timed out, which is usually some firewall issue or incompatible software on the PC. |
This comment has been minimized.
This comment has been minimized.
|
this pr is just to add debug printing to file, it make to help debugging like #42 case. :) btw, in my case, sometimes want to detail information of the moonlight-common-c. i guess, if we can get these debug messages(``Failed to connect to UDP port 48010
|
d3m3vilurr commentedOct 16, 2016
•
edited
New configure options
save_debug_logIf enable this flag, currently, save connection logs to
ux0:data/moonlight/moonlight.logBut sadly, we still cannot detect detail error information of
moonlight-common-clikeRTSP handshake.This project use
stderrfor the logging & always return same error code(-1)so sometimes we need to modify this project.
Anyway this hacky print method will help debugging for user's specific problem at next times.