Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <icecast>
  2. <location>Norway</location>
  3. <admin>harry@aasterud.com</admin>
  4. <hostname>aasterud.onthewifi.com</hostname>
  5. <limits>
  6. <clients>100</clients>
  7. <sources>3</sources>
  8. <queue-size>524288</queue-size>
  9. <client-timeout>30</client-timeout>
  10. <header-timeout>15</header-timeout>
  11. <source-timeout>10</source-timeout>
  12. <burst-on-connect>1</burst-on-connect>
  13. <burst-size>65535</burst-size>
  14. </limits>
  15.  
  16. <authentication>
  17. <source-password>xxx</source-password>
  18. <relay-password>xxx</relay-password>
  19. <admin-user>xxx</admin-user>
  20. <admin-password>xxx</admin-password>
  21. </authentication>
  22.  
  23.  
  24. <directory>
  25. <yp-url-timeout>15</yp-url-timeout>
  26. <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
  27. </directory>
  28.  
  29.  
  30. <listen-socket>
  31. <port>9000</port>
  32. <!-- <bind-address>thermaltake</bind-address> -->
  33. <!-- <shoutcast-mount>/stream</shoutcast-mount> -->
  34. </listen-socket>
  35.  
  36.  
  37. <http-headers>
  38. <header name="Access-Control-Allow-Origin" value="*" />
  39. </http-headers>
  40.  
  41.  
  42. <mount>
  43. <mount-name>/Harrys-radio-HQ.mp3</mount-name><!-- Nom de montage de votre serveur -->
  44.  
  45. <username>xxx</username> <!-- Login de montage de votre serveur -->
  46. <password>xxx</password> <!-- Mot de passe de montage de votre serveur -->
  47. <intro>\Harrys-radio-sweeper-full-version-LQ_96.mp3</intro>
  48. <max-listeners>100</max-listeners> <!-- Limite d'auditeurs -->
  49. <burst-size>65536</burst-size> <!-- Valeur du buffer -->
  50. <hidden>1</hidden> <!-- Cacher le serveur-->
  51. <no-yp>1</no-yp> <!-- ??? -->
  52. </mount>
  53.  
  54.  
  55. <fileserve>1</fileserve>
  56.  
  57. <paths>
  58. <logdir>c:/temp/log</logdir>
  59. <webroot>./web</webroot>
  60. <adminroot>./admin</adminroot>
  61.  
  62.  
  63. <alias source="/" destination="/status.xsl"/>
  64.  
  65. </paths>
  66.  
  67. <logging>
  68. <accesslog>access.log</accesslog>
  69. <errorlog>error.log</errorlog>
  70. <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
  71. <logsize>10000</logsize> <!-- Max size of a logfile -->
  72.  
  73. </logging>
  74. </icecast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement