ReadMe.txt
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. This programm can be used to simulate packet loss on RTP files. The C random number 
  2. generator is used for selecting the packets. The random number generator is not 
  3. initialized befur usage. Therefore subsequent runs of the tool will create identical 
  4. loss pattern.
  5. usage:
  6.   rtp_loss.exe infile outfile losspercent <keep_leading_packets>
  7. <keep_leading_packets> is an optinal parameter that specifies the number of RTP
  8. packets that are kept at the beginning of the file. This can be useful if the loss
  9. of parameter sets or IDR pictures shall be avoided.