Giter Club home page Giter Club logo

Comments (3)

victor-david avatar victor-david commented on September 27, 2024

You don't choose RTSP or MPEG directly. You choose it by which plugin you select. It's the plugin that supports RTSP or MPEG or (possibly) both. The three plugins that are part of this project are:

  1. Amcrest - supports RTSP and MPEG streams. You can see its constructor.
  2. Axis - Supports MPEG only. See its constructor also.
  3. Foscam - MPEG only. See its constructor.

Plugins also define the path to the video stream, and (if implemented) commands for moving, setting presets, etc. It depends on which interface(s) they implement. For instance, Amcrest uses the following paths to video.

private const string RtspVideoStreamPath0 = "cam/realmonitor?channel=1&subtype=0";
private const string RtspVideoStreamPath1 = "cam/realmonitor?channel=1&subtype=1";
private const string MjpegVideoStreamPath = "cgi-bin/mjpg/video.cgi?channel=1&subtype=1";

If none of these plugins are appropriate for your camera, you can create another plugin that is. You can derive from classes in Restless.Plugin.Framework if you want, but it's not mandatory. This is mentioned in the readme.

from camera-eye.

guytechNet avatar guytechNet commented on September 27, 2024

Hi author,

We used Hanwha Devices which it has the List below is the proper formatting for Hanwha devices:
IP Cameras:
rtsp:///profile/media.smp
rtsp://:port/profile/media.smp
rtsp://user:password@:port/profile/media.smp

For example:  rtsp://192.168.1.210:554/profile1/media.smp
It will stream main stream from Camera with ip: 192.168.1.210

So, can you help me use it with your project?

from camera-eye.

victor-david avatar victor-david commented on September 27, 2024

No, I can't help you. That would require a plugin for that particular camera. That would be up to you if you'd like to create one. I cannot create a plugin for a camera type that I don't have because I would have no way to test that it works right.

from camera-eye.

Related Issues (14)

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.