As I know, DCS-5222L's Live View function of the built-in web server can't support Linux.
Well, I don't think that's true.
If I use Chrome's developer tools to set the browser's User-Agent string to "Firefox 7 -- Mac" then it works fine. To me, this proves it is a bug in the built-in web server.
It's as if the built-in web server has some code that says:
if (this is a macintosh) {
do some macintosh stuff;
} else {
// this must be windows
do windows stuff;
}
This would explain why it is suggesting I download a windows-only plugin on a non-windows system.
Hey D-Link: Can you fix this?
Thanks,
--jjd