On Tue, Apr 29, 2014 at 12:40:21PM +0200, Jacob Erlbeck wrote:
This adds a --frame-size option to read payload binary
files with a
fixed frame size directly. The file must not contain RTP headers.
In addition '--rate' and '--duration' can be used to configure the
timing.
Please push to master. You are the producer/consumer of this application.
There is no possibility you interfere wuth any of us. :)
- write_packet(Dev, 0.020 * F + Delay,
+ write_packet(Dev, Ptime * F / Rate + Delay,
Do you need to change the default value of F? Is it (F/R)+D or F/(R+D)
in erlang?