Are you using the 2.0.1 release version of the server? The class that you
are referring to was created after 2.0.1. If you are using the 3.0
development version of the server, it is not surprising that such a bug
exists, because the server is still under development.
> 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...)