63 snprintf(cmd,
sizeof(cmd),
64 "Range: npt=%"PRId64
".%03"PRId64
"-\r\n",
113 unsigned char *content =
NULL;
117 snprintf(cmd,
sizeof(cmd),
118 "Accept: application/sdp\r\n");
125 "Require: com.real.retain-entity-for-setup\r\n",
182 uint8_t *buf,
int buf_size)
188 av_dlog(s,
"tcp_read_packet:\n");
207 av_dlog(s,
"id=%d len=%d\n",
id, len);
208 if (len > buf_size || len < 12)
222 id <= rtsp_st->interleaved_max)
261 snprintf(cmd,
sizeof(cmd),
262 "Unsubscribe: %s\r\n",
273 int r, rule_nr, first = 1;
279 snprintf(cmd,
sizeof(cmd),
353 int64_t timestamp,
int flags)
411 .priv_class = &rtsp_demuxer_class,