9

I am the system administrator for some friends who have a couple of web-cams for professional surveillance at a small commercial plant. The cameras are D-Links from the DCS series.

Currently, they are accessing them through the Mydlink portal. This works fine (tm) most of the time, unless you try to access them from a Ubuntu system. Then mydlink.com gives this error:

Unsupported Browser or Operating System Detected!

You are using an unsupported browser or operating system and therefore the mydlink web portal may not look, behave or function as intended.

Looking at the list of available options, it appears that the only operating systems that are supported are Mac and Windows. Is there a way to access the cameras from Ubuntu short of setting up a custom web page with dynamic DDNS?

anonymous2
  • 4,902
  • 3
  • 22
  • 49

1 Answers1

8

N.B.: Including this answer here in hopes that it helps someone else.

Yes, it's actually quite simple.

The issue is not so much with the operating system as it is that mydlink.com has not officially supported the Ubuntu operating system. Therefore, all that is necessary is to fake your user agent. There are several options on how to do this:

1. Directly from the Chrome console

Simply follow these steps:

  • Press F12.
  • Click on the Console Tab
  • Click on the Hamburger Menu > More Tools > Network Conditions
  • Uncheck Select Automatically
  • Select Chrome -- Windows or Chrome -- Mac
  • Refresh the page.

2. Install an extension

There are several extensions available for Chrome that will do this for you. Some notable ones are User-Agent Switcher for Chrome, User-Agent Switcher for Google Chrome, and User-Agent Switcher.

anonymous2
  • 4,902
  • 3
  • 22
  • 49