Parse the RTSP port out of the RTSP session URL

This commit is contained in:
Cameron Gutman
2021-07-02 01:17:34 -05:00
parent 0cd3fcf1be
commit 5ec8ee7cbf
2 changed files with 37 additions and 2 deletions

View File

@@ -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