Lines Matching refs:rtx
1456 int rtx = 0, j, i, err, interleave = 0, port_off = 0;
1492 /* rtx first */
1493 for (rtx = 0; rtx < rt->nb_rtsp_streams; rtx++) {
1494 int len = strlen(rt->rtsp_streams[rtx]->control_url);
1496 !strcmp(rt->rtsp_streams[rtx]->control_url + len - 4,
1497 "/rtx"))
1500 if (rtx == rt->nb_rtsp_streams)
1502 rtsp_st = rt->rtsp_streams[rtx];
1504 rtsp_st = rt->rtsp_streams[i > rtx ? i : i - 1];