I am seeing the same issues as Umberto.
Using Java 8u45
and IE11 on win7pro
setup the cam to be excepted from the security settings in java
and no java window for configuring motion detection
same for privacy masking
Sadly the java console output is too long to post when trying to watch the live video. It easily exceeds the 2000 char limit before it starts repeating the same error message.
SendHTTPBySocket: java.security.AccessControlException: access denied ("java.net.SocketPermission" "192.168.1.117:8080" "connect,resolve")
SendHTTPBySocket: java.security.AccessControlException: access denied ("java.net.SocketPermission" "192.168.1.117:8080" "connect,resolve")
From my limited java knowledge, I'd say thats still some certificate issue or security crap. I know we run 7u72 at work because of similar issues, I might try downgrading to that and test again. But first I need to find my way around java.com ...