Searched refs:rtsp_session_id (Results 1 – 1 of 1) sorted by relevance
41 char *rtsp_session_id; in test() local98 curl_easy_getinfo(curl, CURLINFO_RTSP_SESSION_ID, &rtsp_session_id); in test()99 fprintf(idfile, "Got Session ID: [%s]\n", rtsp_session_id); in test()100 rtsp_session_id = NULL; in test()
Completed in 10 milliseconds