mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-20 15:10:24 +00:00
Parse the RTSP port out of the RTSP session URL
This commit is contained in:
@@ -445,6 +445,9 @@ typedef struct _SERVER_INFORMATION {
|
||||
|
||||
// Text inside 'GfeVersion' tag in /serverinfo (if present)
|
||||
const char* serverInfoGfeVersion;
|
||||
|
||||
// Text inside 'sessionUrl0' tag in /resume and /launch (if present)
|
||||
const char* rtspSessionUrl;
|
||||
} SERVER_INFORMATION, *PSERVER_INFORMATION;
|
||||
|
||||
// Use this function to zero the server information when allocated on the stack or heap
|
||||
|
||||
Reference in New Issue
Block a user