Lines Matching full:rtp
103 } __packed rtp;
117 perr = "Cannot open raw RTP socket";
200 total_ip = sizeof(pkt.ip) + sizeof(pkt.udp) + sizeof(pkt.rtp) + len;
224 pkt.rtp.header8[0] = (2 << 6);
225 pkt.rtp.header8[1] = ((pvc->channels == 2) ? 10 : 11) | 0x80;
227 pkt.rtp.header16[1] = htobe16(pvc->profile->http.rtp_seqnum);
228 pkt.rtp.header32[1] = htobe32(ts);
229 pkt.rtp.header32[2] = htobe32(0);
233 (void *)&pkt.udp, sizeof(pkt.udp) / 2 + sizeof(pkt.rtp) / 2,
578 fprintf(io, "rtp://239.255.0.1:%s\r\n", pvc->profile->http.rtp_port);
735 /* check if we should send RTP data, if any */
806 return ("RTP only supports 44.1kHz, 1 or 2 channels at 16-bit depth");