03-13-2020, 05:34 PM
(02-29-2020, 04:26 PM)vinnn Wrote:(02-29-2020, 06:11 AM)LeGuiz Wrote: * configuring a DMZ would help that I guess
* I need to limit the number of concurent connections
No worries,
I think you'd be better off setting up some icecast or shoutcast hosting.
Yes, I agree.
Anywhere I can find help on setting up this ?
So far I have my mpd http stream working at mylocalip:8240
Then I add this bit of conf to my icecast conf
<relay>
<server>localhost</server>
<port>8240</port>
<local-mount>/radio</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
<on-demand>1</on-demand>
</relay>
<listen-socket>
<port>8250</port>
<shoutcast-mount>/radio</shoutcast-mount>
</listen-socket>
my internet box is setup to open port 8250 to outside.
icecast2 service is running correctly from service icecast2 status command
Still it doesn't work.
Any idea ?