test_config.ini 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Copyright (C) 2015 Savoir-faire Linux Inc.
  3. # Author: Eloi Bail <eloi.bail@savoirfairelinux.com>
  4. #
  5. # This program is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program; if not, write to the Free Software
  17. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  18. [dht]
  19. testAccount = <ringID>
  20. [sip]
  21. testAccount = <sip account>
  22. [ip2ip]
  23. testAccount = <ip>
  24. [codec]
  25. minBitrate = 400
  26. maxBitrate = 4000
  27. incBitrate = 100
  28. inputFile = <absolut path to file>
  29. #codecVideo = {H264,VP8,MPEG4,H263,RANDOM}
  30. codecVideo = RANDOM
  31. #codecVideo = {OPUS,SPEEX32,SPEEX16,SPEEX8,G722,PCMA,PCMU,RANDOM}
  32. codecAudio = RANDOM
  33. [iteration]
  34. nbIteration = 1
  35. delay = 120