hello,everybody!
I have a puzzled question about the relay configuration of DSS3.0 on the WindowsNt.I have a streamingrelay.cfg like this:
relay_sourece "in_addr=10.76.162.245 src_addr=10.76.162.250 in_ports=5000 ttl=15"
relay_destionation "dest_addr=224.0.0.1 out_addr=10.76.162.250 dest_ports=6000"
relay_sourece "in_addr=10.76.148.147 src_addr=10.76.162.250 in_ports=5000 ttl=15"
relay_destionation "dest_addr=224.0.0.2 out_addr=10.76.162.250 dest_ports=6000"
where 10.76.162.250 is the IP address of my streaming server,and 10.76.162.245 and 10.76.148.147 is the IP address of the encoder to send h.261 bitstream packetized by RTP.What I want to do is some machine send data to the same port of the streaming server,and the server mulitcast them to the diffrent address that quicktime player can play alternatively.But this can not be achived by this configuration.Or I need modify ths source code?anyone help me?
thanks.
leon