33 {0,
"PCMU"},{1,
"1016"},{2,
"G721"},{3,
"GSM"},
34 {5,
"DVI8"},{6,
"DVI16"},{7,
"LPC"},{8,
"PCMA"},
35 {9,
"G722"},{10,
"L16"},{11,
"L16S"},{14,
"MPA"},
36 {25,
"CELB"},{26,
"JPEG"},{31,
"H261"},{32,
"MPV"},
37 {33,
"MP2T"},{34,
"263"},{110,
"MPEG AAC"},{111,
"11L16"},
38 {112,
"11L16S"},{113,
"22L16"},{114,
"22L16S"},{115,
"32L16"},
39 {116,
"32L16S"},{127,
"HTML"},{-1,
""}
42 static std::string ptName(
int pt)
45 while (ptList[n].pt != -1){
46 if (ptList[n].pt == pt)
47 return ptList[n].
name;
56 os <<
"Real Time Protocol:\n" 63 << ptName(p->payloadType() ) <<
"\n" static void dump(packet p, std::ostream &os)
std::string fieldName(std::string const &s)
Protocol specific packet handle.
SENF_PACKET_INSTANTIATE_TEMPLATE(senf::RTPPacket)