Closed mcd500 closed 6 years ago
./rtpdump -F dump localhost/5000 will produce the file starting from #!rtpplay1.0 0.0.0.0/5001 which is RTCP port and not the RTP port.
./rtpdump -F dump localhost/5000
#!rtpplay1.0 0.0.0.0/5001
Fixed with https://github.com/columbia-irt/rtptools/commit/f9b349877c2b5f8b825838e61c34e8ece37ca773
./rtpdump -F dump localhost/5000
will produce the file starting from#!rtpplay1.0 0.0.0.0/5001
which is RTCP port and not the RTP port.