rtpsend()
, the parse()
routine should store unsigned long
into n->num,
instead of int
. This caused an error for large SSRC
values. (Ping Pan)
parse()
routine in rtpsend()
. (Ping Pan)
packet.p.hdr.plen = ctrl ? 0 : len;[David M., davidm@cs.ucsb.edu]
rtpdump -f
file now shows a "from" address of
0.0.0.0:0.
rtpdump
changed from -f
to -F
for consistency.
-x
flag supported for dump format so that only
RTP/RTCP and media headers are logged.