Home
last modified time | relevance | path

Searched refs:hc_rtsp_session (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Drtsp.c44 if (hc->hc_rtsp_session) { in rtsp_send_ext()
49 http_arg_set(hdr, "Session", hc->hc_rtsp_session); in rtsp_send_ext()
78 free(hc->hc_rtsp_session); in rtsp_clear_session()
82 hc->hc_rtsp_session = NULL; in rtsp_clear_session()
136 hc->hc_rtsp_session = strdup(argv[0]); in rtsp_setup_decode()
H A Dhttp.h370 char *hc_rtsp_session; member
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/input/mpegts/satip/
H A Dsatip_frontend.c1162 rtsp->hc_rtsp_session = strdup((char *)session); in satip_frontend_extra_shutdown()
1213 tvhtrace(LS_SATIP, "%s - shutdown for %s/%s", name, b, rtsp->hc_rtsp_session ?: ""); in satip_frontend_shutdown()
1793 strlcpy((char *)session, rtsp->hc_rtsp_session ?: "", sizeof(session)); in satip_frontend_input_thread()
1797 rtsp->hc_rtsp_session, rtsp->hc_rtsp_stream_id); in satip_frontend_input_thread()