This repository provides step-by-step guide on how to view Hikvision CCTV camera feeds on Ubuntu using the Firefox web browser. The guide explains the process of setting up Wine to run Firefox and emulating Internet Explorer to access the camera's web interface.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Kamran khan 0050184116
Update README.md
2 years ago
LICENSE Initial commit 2 years ago
README.md Update README.md 2 years ago

README.md

How to View Hikvision CCTV Camera on Ubuntu Using Firefox Web Browser

1. Install Wine 7 on Ubuntu 20.04.4 LTS

2. View Hikvision CCTV Camera on Ubuntu Using Firefox Web

1. Steps to Install Wine on Ubuntu 20.04.4 LTS

  • I. Enable 32-bit architecture support
    sudo dpkg --add-architecture i386
    
  • II. Check architecture using the following command
    dpkg --print-foreign-architectures
    
  • III. type some description about the following command here
wget -nc https://dl.winehq.org/wine-builds/winehq.key
  • IV. type some description about the following command here
sudo apt-key add winehq.key
  • V. type some description about the following command here
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
  • VI.type some description about the following command here
sudo apt update
  • VII. Install Wine on Ubuntu
sudo apt install --install-recommends winehq-stable
  • IX. Check Wine Version
wine --version
  • X. After wine installation reboot your system.
sudo reboot

2. View Hikvision CCTV Camera on Ubuntu Using Firefox Web