<iframe> for webclient without Login?

I want to implement the weblogin from the Netcam-server on a webpage trough a

You cannot use an iframe for this, you need to use the same way used by the web client or the mobile app which is calling the GetToken method in order to retrieve a valid token, this means that you have to do the login form and a bit of Javascript yourself.