Code Monkey home page Code Monkey logo

bubble's Introduction

Bubble Streaming Client

A client for the propriety bubble streaming prococol which is included in the line of security CCTV IP cameras DVR cameras using HiSilicon chipsets (Hi3510, Hi3516, Hi3518 etc.). This can be used to obtain and decode the video streams from the cameras for any further processing and application as the many vendors disable standard streaming protocol such as RTMP.

The protocol is reverse engineered through packets capturing and from a non-official version of the firmware's codes located at zackxue/ipc and so may not be exhaustive or require modifications if a particular vendor makes any changes.

This also includes an application to detect and track foreground objects using OpenCV and an application to reencode and republish the streams to another RTMP media server (in Publisher and Processor classes).

Dependencies

  • C++ Boost 1.63.0
  • FFMPEG 3.2.2
  • OpenCV 3 (This is used for an example processing application and can be optionally removed by removing the Processor class and OpenCV compilation flags in Makefile)

Compilation

Change or add paths to the required libraries in Makefile if necessary. In the source code directory, run:

make

The output binary bubble_client is located in ./build by default

Running

In the source code directory, run:

./build/bubble_client server_ip server_port username password

server_port is typically 80.

bubble's People

Contributors

ndt93 avatar

Stargazers

Rullxzz avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.