mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-02 15:56:02 +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;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(result);
|
||||||
|
result = NULL;
|
||||||
|
|
||||||
|
if (xml_search(data->memory, data->size, "sessionUrl0", &result) == GS_OK) {
|
||||||
|
server->serverInfo.rtspSessionUrl = result;
|
||||||
|
result = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
if (result != NULL)
|
if (result != NULL)
|
||||||
free(result);
|
free(result);
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#define MAX_SUPPORTED_GFE_VERSION 7
|
#define MAX_SUPPORTED_GFE_VERSION 7
|
||||||
|
|
||||||
typedef struct _SERVER_DATA {
|
typedef struct _SERVER_DATA {
|
||||||
const char* address;
|
|
||||||
char* gpuType;
|
char* gpuType;
|
||||||
bool paired;
|
bool paired;
|
||||||
bool supports4K;
|
bool supports4K;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user