Hello,
i have searched since to days and i have no answer about my question.
my target ist that i have a Master-Host where runs the sc_trans (from 14_12_2010) and the sc_serv (24_02_2011). This Master has one client/relay with sc_serv2 (from 25_02_2011).
The different versions from the two sc_serv2 process is the problem when i used on both process the 24_02_2011 or the 25_02_2011 version i get a "Segmentation fault" error. With two differnet versions i have no problem there.
the most problem is that on the master i have all the streams i had configuried, but on the relay i have only one stream and that stream have no sound.
debug is set on all serv and trans processes to 1.
Config for the master sc_serv2 process
Config for the relay sc_serv2 process:
At now i tried this on two physical machines on the same subnet and without any firewall or gateway.
Do you have any ideas for that problem?
i have searched since to days and i have no answer about my question.
my target ist that i have a Master-Host where runs the sc_trans (from 14_12_2010) and the sc_serv (24_02_2011). This Master has one client/relay with sc_serv2 (from 25_02_2011).
The different versions from the two sc_serv2 process is the problem when i used on both process the 24_02_2011 or the 25_02_2011 version i get a "Segmentation fault" error. With two differnet versions i have no problem there.
the most problem is that on the master i have all the streams i had configuried, but on the relay i have only one stream and that stream have no sound.
debug is set on all serv and trans processes to 1.
Config for the master sc_serv2 process
PHP Code:
;config
password=*****
maxuser=100000
adminpassword=*****
flashpolicyfile=/home/admin1/shoutcast/serv/crossdomain.xml
requirestreamconfigs=1
logfile=/home/admin1/shoutcast/serv/sc_serv.log
w3clog=/home/admin1/shoutcast/serv/sc_w3c.log
banfile=/home/admin1/shoutcast/serv/sc_serv.ban
ripfile=/home/admin1/shoutcast/serv/sc_serv.rip
RelayServer=192.168.185.48
RelayPort=8000
streamid_1=1
streampath_1=/listen1
maxuser_1=50000
streamid_2=2
streampath_2=/listen2
maxuser_1=50000
streamid_3=2
streampath_3=/listen3
maxuser_3=50000
publicServer=never
allowrelay=1
PHP Code:
;config
password=*****
maxuser=1000
adminpassword=******
flashpolicyfile=/home/admin1/shoutcast/serv/crossdomain.xml
requirestreamconfigs=1
logfile=/home/admin1/shoutcast/serv/sc_serv.log
w3clog=/home/admin1/shoutcast/serv/sc_w3c.log
banfile=/home/admin1/shoutcast/serv/sc_serv.ban
ripfile=/home/admin1/shoutcast/serv/sc_serv.rip
publicserver=never
relayserver=192.168.185.48
relayport=8000
Do you have any ideas for that problem?
Comment