Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. devices:
  2. ({
  3. index = 1;
  4. gain = 25;
  5. centerfreq = 122000000;
  6. correction = 41;
  7. channels:
  8. (
  9. {
  10. freq = 121900000;
  11. outputs: (
  12. {
  13. type = "icecast";
  14. server = "";
  15. port = 8000;
  16. mountpoint = "EPWA_GND.mp3";
  17. name = "Warsaw Ground";
  18. username = "source";
  19. genre = "ATC";
  20. password = "";
  21. },
  22. {
  23. type = "icecast";
  24. server = "";
  25. port = 8010;
  26. username = "source";
  27. mountpoint = "epwa_gnd";
  28. password = "";
  29. },
  30. {
  31. type = "file";
  32. directory = "/EPWA/GND/";
  33. filename_template = "EPWA_GND";
  34. continuous = false;
  35. }
  36. );
  37. },
  38. {
  39. freq = 121600000;
  40. outputs: (
  41. {
  42. type = "icecast";
  43. server = "";
  44. port = 8000;
  45. username = "source";
  46. mountpoint = "EPWA_DEL.mp3";
  47. name = "Warsaw Delivery";
  48. genre = "ATC";
  49. password = "";
  50. },
  51. {
  52. type = "icecast";
  53. server = "";
  54. port = 8010;
  55. username = "source";
  56. mountpoint = "epwa_del";
  57. password = "";
  58. },
  59. {
  60. type = "file";
  61. directory = "/EPWA/DEL/";
  62. filename_template = "EPWA_DEL";
  63. continuous = false;
  64. }
  65. );
  66. },
  67. {
  68. freq = 121500000;
  69. outputs: (
  70. {
  71. type = "icecast";
  72. server = "";
  73. port = 8000;
  74. username = "source";
  75. mountpoint = "EPWA_EMER.mp3";
  76. name = "Warsaw Emergency";
  77. genre = "ATC";
  78. password = "";
  79. },
  80. {
  81. type = "file";
  82. directory = "/EPWA/TWR_EMERGENCY/";
  83. filename_template = "EPWA_EMER";
  84. continuous = false;
  85. }
  86. );
  87. }
  88.  
  89. );
  90. },
  91. {
  92. index = 2;
  93. gain = 25;
  94. centerfreq = 125000000;
  95. correction = 41;
  96. channels:
  97. (
  98. {
  99. freq = 125050000
  100. outputs:
  101. (
  102. {
  103. type="icecast";
  104. server = "";
  105. port = 8000;
  106. username = "source";
  107. mountpoint = "EPWA_APP_N.mp3";
  108. name = "Warsaw Approach N";
  109. genre = "ATC";
  110. password = "";
  111. },
  112. {
  113. type = "icecast";
  114. server = "";
  115. port = 8010;
  116. username = "source";
  117. mountpoint = "epwa_app2";
  118. password = "";
  119. },
  120. {
  121. type = "file";
  122. directory = "/A/APP_N/";
  123. filename_template = "EPWA_APP_N";
  124. continuous = false;
  125. }
  126.  
  127. );
  128. }
  129.  
  130. );
  131. }
  132. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement