Akira Tsukamoto

Results 38 comments of Akira Tsukamoto

The rtp protocol are used on voice/tele conference machine. Working at the electronic company would require to have cross-compiling since it can not build natively on the device like polycon...

It is very strange for me for the comment. "so they can compile natively, which makes this a bit pointless." while the huge number of engineers have to use cross-compilation...

The products of embedded network device such as voice/tele conference machines tend to use bigendian hardware for the performance of handling network byte order.

I did have to cross compile rtptools when I was working for electronic companies. When prototype boards comes out from hardware department, and the software engineer have to work on...

The rtpplay requires `destination_ip_or_name/port` as the minimal option. Do you mind specifying where to send the packets?

There are the messages on Linux at the moment. ``` $ make cc -g -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wno-unused-parameter -c hpt.c hpt.c:47:5: warning: no previous prototype for ‘hpt’ [-Wmissing-prototypes]...

Messages on Windows. ``` 2>d:\documents\dev\rtptools\rtptools-dev\rtpplay.c(404): warning C4133: 'function' : incompatible types - from 'int *' to 'const char *' 4>d:\documents\dev\rtptools\rtptools-dev\rtptrans.c(292): warning C4133: 'function' : incompatible types - from 'sockaddr_in *'...

Hi @tsearle, Thank your for creating pull request. Do you mind elaborating your intention of adding dynamic payload id as the argument on rtpdump? The rtpdump is for outputting parsed...

Hi @tsearle, Thanks for the explanation. Are you evaluation dtmf in the RFC2833 in your automated testing? How are you using the command option on rtpdump with your patches? The...