Howto icecast2: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
= icecast2 server =
install icecast server on debian 12:
apt-get install icecast2 -y
edit the following parameters on /etc/icecast.xml:
edit the following parameters on /etc/icecast.xml:
     <location>SanJuan</location>
     <location>SanJuan</location>

Revision as of 18:07, 7 November 2023

icecast2 server

install icecast server on debian 12:

apt-get install icecast2 -y

edit the following parameters on /etc/icecast.xml:

    <location>SanJuan</location>
   <admin>icemaster@vidalinux.com</admin>

   <authentication>
       <source-password>livinglavidalinux</source-password>
       <relay-password>livinglavidalinux</relay-password>
       <admin-user>admin</admin-user>
       <admin-password>livinglavidalinux</admin-password>
   </authentication>

   <listen-socket>
       <port>8000</port>
       <bind-address>192.168.75.2</bind-address>
       <shoutcast-mount>/stream</shoutcast-mount>
   </listen-socket>