RTSP Stream Capture Plugin

The foglamp-south-rtsp captures rtsp stream from a network stream. Reading contains following datapoint:

  • frame : Consists of r,g,b values of a captured frame.

config1

  • Asset Name:

    The name of the asset used for the readings generated by this plugin.

  • Stream URL:

    The URL of the RTSP stream.

  • Frame per Interval:

    Number of frames to capture in interval defined below.

  • Interval:

    Interval in seconds over which frames to be collected.

config2

  • Authentication:

    Authentication option for stream. If stream is secured enable ‘basic’ authentication to enter username and password.

  • Username:

    Username for secured stream.

  • Password:

    Password for secured stream.

config3

  • Resize Frame:

    Option to resize captured frame to set resolution.

  • Resize Width:

    If resize frame is enabled, captured frame is resized to set width.

  • Resize Height:

    If resize frame is enabled, captured frame is resized to set height.