mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 23:35:47 +00:00
Pass RTSP session URL to moonlight-common-c
This commit is contained in:
parent
fb57f3cb4d
commit
1478d69123
@ -706,6 +706,14 @@ int gs_start_app(PSERVER_DATA server, STREAM_CONFIGURATION *config, int appId, b
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
free(result);
|
||||
result = NULL;
|
||||
|
||||
if (xml_search(data->memory, data->size, "sessionUrl0", &result) == GS_OK) {
|
||||
server->serverInfo.rtspSessionUrl = result;
|
||||
result = NULL;
|
||||
}
|
||||
|
||||
cleanup:
|
||||
if (result != NULL)
|
||||
free(result);
|
||||
|
@ -29,7 +29,6 @@
|
||||
#define MAX_SUPPORTED_GFE_VERSION 7
|
||||
|
||||
typedef struct _SERVER_DATA {
|
||||
const char* address;
|
||||
char* gpuType;
|
||||
bool paired;
|
||||
bool supports4K;
|
||||
|
Loading…
x
Reference in New Issue
Block a user