In order to use http socket 80 streaming the QTSS cannot use the primary
eth0 ip-addres. As far as I understand it, the <PREF NAME="bind_ip_addr">
should be used to make QTSS bind to an alias ip instead.
It appears to me that the code doesn't quite get the preference. If I
specify the valid ip for the eth0:0 interface, the server still binds to
eth0.
If I specify a totally errorneus string, I still don't get any error.
(I've tried looking into QTSServerPrefs.cpp, but since I'm a C rather than
C++ man, it is a little to convolved for me...)
/j