mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-23 00:26:42 +00:00
Pass RTSP session URL to moonlight-common-c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user