The GStreamer integration reads frames from your cameras for processing by Viseron.
Viseron uses the gst-launch-1.0
command to interface with GStreamer.
Hardware acceleration is available and automatically used for the NVIDIA Jetson Nano
.
As of now the gstreamer
integration uses FFmpeg to create recordings when an object is detected and FFprobe to read stream information.
Therefore, if you make changes to the recorder
config you should keep in mind that it is in FFmpeg syntax.
Configuration
Configuration example
gstreamer:
camera:
camera_one:
name: Camera 1
host: 192.168.XX.XX
port: 554
path: /Streaming/Channels/101/
username: !secret camera_one_user
password: !secret camera_one_pass
mjpeg_streams:
my_stream:
width: 100
height: 100
draw_objects: true
rotate: 45
mirror: true
recorder:
idle_timeout: 5
camera_two:
name: Camera 2
host: 192.168.YY.YY
port: 554
path: /Streaming/Channels/101/
username: !secret camera_two_user
password: !secret camera_two_pass
Camera identifier. Valid characters are lowercase a-z, numbers and underscores.
Path to the camera stream, eg /Streaming/Channels/101/
.
Port for the camera stream,
IP or hostname of camera.
Name of the MJPEG stream. Used to build the URL to access the stream.
Valid characters are lowercase a-z, numbers and underscores.
Frame will be rezied to this width. Required if height is set.
Frame will be rezied to this height. Required if width is set.
If set, found objects will be drawn.
If set, detected motion will be drawn.
If set, configured motion masks will be drawn.
If set, configured object masks will be drawn.
If set, configured zones will be drawn.
Degrees to rotate the image. Positive/negative values rotate clockwise/counter clockwise respectively
If set, mirror the image horizontally.
URL to the still image. If this is omitted, the camera stream will be used to get the image.
Username for authentication.
Only applicable if url
is set.
Password for authentication.
Only applicable if url
is set.
Authentication method to use.
Only applicable if url
is set.
Number of seconds between refreshes of the still image in the frontend.
Width of the still image, if different from the stream width.
Height of the still image, if different from the stream height.
Tiers are used to move files between different storage locations. When a file reaches the max age or max size of a tier, it will be moved to the next tier. If the file is already in the last tier, it will be deleted.
Path to store files in. Cannot be /tmp
or /tmp/viseron
.
Poll the file system for new files. Much slower than non-polling but required for some file systems like NTFS mounts.
Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.
How often to check for files to move to the next tier.
Days between checks for files to move/delete.
Hours between checks for files to move/delete.
Minutes between checks for files to move/delete.
Seconds between checks for files to move/delete.
Retention rules for continuous recordings.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Retention rules for event recordings.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Snapshots are images taken when events are triggered or post processors finds anything. Snapshots will be taken for object detection, motion detection, and any post processor that scans the image, for example face and license plate recognition.
Default tiers for all domains, unless overridden in the domain configuration.
Tiers are used to move files between different storage locations. When a file reaches the max age or max size of a tier, it will be moved to the next tier. If the file is already in the last tier, it will be deleted.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Path to store files in. Cannot be /tmp
or /tmp/viseron
.
Poll the file system for new files. Much slower than non-polling but required for some file systems like NTFS mounts.
Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.
How often to check for files to move to the next tier.
Days between checks for files to move/delete.
Hours between checks for files to move/delete.
Minutes between checks for files to move/delete.
Seconds between checks for files to move/delete.
Override the default snapshot tiers for face recognition. If not set, the default tiers will be used.
Tiers are used to move files between different storage locations. When a file reaches the max age or max size of a tier, it will be moved to the next tier. If the file is already in the last tier, it will be deleted.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Path to store files in. Cannot be /tmp
or /tmp/viseron
.
Poll the file system for new files. Much slower than non-polling but required for some file systems like NTFS mounts.
Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.
How often to check for files to move to the next tier.
Days between checks for files to move/delete.
Hours between checks for files to move/delete.
Minutes between checks for files to move/delete.
Seconds between checks for files to move/delete.
Override the default snapshot tiers for object detection. If not set, the default tiers will be used.
Tiers are used to move files between different storage locations. When a file reaches the max age or max size of a tier, it will be moved to the next tier. If the file is already in the last tier, it will be deleted.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Path to store files in. Cannot be /tmp
or /tmp/viseron
.
Poll the file system for new files. Much slower than non-polling but required for some file systems like NTFS mounts.
Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.
How often to check for files to move to the next tier.
Days between checks for files to move/delete.
Hours between checks for files to move/delete.
Minutes between checks for files to move/delete.
Seconds between checks for files to move/delete.
Override the default snapshot tiers for license plate recognition. If not set, the default tiers will be used.
Tiers are used to move files between different storage locations. When a file reaches the max age or max size of a tier, it will be moved to the next tier. If the file is already in the last tier, it will be deleted.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Path to store files in. Cannot be /tmp
or /tmp/viseron
.
Poll the file system for new files. Much slower than non-polling but required for some file systems like NTFS mounts.
Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.
How often to check for files to move to the next tier.
Days between checks for files to move/delete.
Hours between checks for files to move/delete.
Minutes between checks for files to move/delete.
Seconds between checks for files to move/delete.
Override the default snapshot tiers for motion detection. If not set, the default tiers will be used.
Tiers are used to move files between different storage locations. When a file reaches the max age or max size of a tier, it will be moved to the next tier. If the file is already in the last tier, it will be deleted.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Path to store files in. Cannot be /tmp
or /tmp/viseron
.
Poll the file system for new files. Much slower than non-polling but required for some file systems like NTFS mounts.
Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.
How often to check for files to move to the next tier.
Days between checks for files to move/delete.
Hours between checks for files to move/delete.
Minutes between checks for files to move/delete.
Seconds between checks for files to move/delete.
A GStreamer pipeline element that is added to the generated pipeline. It can be used to perform additional filtering on the frames that Viseron is processing.
GStreamer audio pipeline.
Sets RTSP transport protocol. Change this if your camera doesn't support TCP.
A timeout in seconds. If a frame has not been received in this time period GStreamer will be restarted.
Lowest value: 1
Highest value: 60
A raw GStreamer pipeline that will be used instead of the generated pipeline. This is an advanced option and should only be used if you know what you are doing. See
Raw pipeline for more information.
Username for the camera stream.
Password for the camera stream.
Sets the loglevel for GStreamer.
Should only be used in debugging purposes.
Valid values:
error
warning
fixme
info
debug
trace
GStreamer sometimes print errors that are not fatal, but are preventing Viseron from reading the stream.
If you get errors like
Error starting decoder pipe!
, see
recoverable errors below.
Sets the loglevel for FFprobe.
Should only be used in debugging purposes.
Valid values:
error
warning
fixme
info
debug
trace
Number of seconds to record before a detected object.
Number of seconds to record after all events are over.
Maximum number of seconds to record.
DEPRECATED. Use the
storage component instead.
Number of days to save recordings before deletion.
A
strftime pattern for saved recordings.
Default pattern results in filenames like:
23:59:59.jpg
.
DEPRECATED. mp4
is the only supported extension.
The file extension used for recordings.
Options for the thumbnail created on start of a recording.
If
true
, the thumbnail that is created on start of recording is saved to
{camera_identifier}/latest_thumbnail.jpg
Full path depends on the
storage component tier configuration.
DEPRECATED. Thumbnails are stored with the same filename as the recording ID in the database, for example: 1.jpg, 2.jpg, 3.jpg etc.
A
strftime pattern for saved thumbnails.
Default pattern results in filenames like:
23:59:59.jpg
.
Retention rules for continuous recordings.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Retention rules for event recordings.
Minimum size of files to keep in this tier.
Min size in GB. Added together with min_mb
.
Min size in MB. Added together with min_gb
.
Maximum size of files to keep in this tier.
Max size in GB. Added together with max_mb
.
Max size in MB. Added together with max_gb
.
Maximum age of files to keep in this tier.
Minimum age of files to keep in this tier.
Concatenate fragments to an MP4 file for each event. WARNING: Will store both the fragments AND the MP4 file, using more storage space.
Enable continuous (24/7) recording. Has to be used in combination with
continuous
,
storage > tiers > continuous
or the
storage component.
FFmpeg encoder hardware acceleration arguments.
FFmpeg video encoder codec, eg h264_nvenc
.
FFmpeg audio encoder codec, eg aac
.
If your source has audio and you want to remove it, set this to null
.
A list of FFmpeg filter arguments. These filters are applied to the recorder videos.
A list of FFmpeg audio filter arguments. These filters are applied to the recorder videos.
FFmpeg encoder output arguments.
DEPRECATED. Config option 'segments_folder' is deprecated and will be removed in a future version.
What folder to store GStreamer segments in. Segments are used to produce recordings so you should not need to change this.
Sets the FFmpeg loglevel for the recorder.
Should only be used in debugging purposes.
Valid values:
quiet
panic
fatal
error
warning
info
verbose
debug
trace
Camera
A camera domain fetches frames from a camera source and distributes it to other domains in Viseron.
MJPEG Streams
Viseron will serve MJPEG streams of all cameras.
Dynamic streams
The dynamic streams are automatically created for each camera.
They utilize query parameters to control what is displayed on the stream.
Example URL: http://localhost:8888/<camera_identifier>/mjpeg-stream
Query parameters
A number of query parameters are available to instruct Viseron to resize the stream or draw different things on the image.
To utilize a parameter you append it to the URL after a ?
. To add multiple parameters you separate them with &
, like this:
http://localhost:8888/<camera name slug>/mjpeg-stream?<parameter1>=<value>&<parameter2>=<value>`
Expand to see all available query parameters
Parameter | Type | Description |
---|
width | int | frame will be resized to this width |
height | int | frame will be resized to this height |
draw_objects | any | If this query parameter is set to a truthy value (true , 1 etc), found objects will be drawn |
draw_object_mask | any | If this query parameter is set to a truthy value (true , 1 etc), configured object masks will be drawn |
draw_motion | any | If this query parameter is set to a truthy value (true , 1 etc), detected motion will be drawn |
draw_motion_mask | any | If this query parameter is set to a truthy value (true , 1 etc), configured motion masks will be drawn |
draw_zones | any | If this query parameter is set to a truthy value (true , 1 etc), configured zones will be drawn |
mirror | any | If this query parameter is set to a truthy value (true , 1 etc), mirror the image horizontally. |
rotate | any | Degrees to rotate the image. Positive/negative values rotate clockwise/counter clockwise respectively |
If you are going to have more than one consumer of the stream, it is better to configure your own static MJPEG streams.
This is because each dynamic stream will process their frames individually, duplicating the processing.
Static streams
The MJPEG streams work exactly as the dynamic streams, but instead of defining the query parameters in the URL, they are defined in the config.yaml
The benefit of using these predefined streams instead is that frame processing happens only once.
This means that you can theoretically have as many streams open as you want without increased load on your machine.
Config example
<component that provides camera domain>:
camera:
front_door:
...
mjpeg_streams:
my-big-front-door-stream:
width: 100
height: 100
draw_objects: true
my-small-front-door-stream:
width: 100
height: 100
draw_objects: true
draw_zones: true
draw_object_mask: true
The config example above would give you two streams, available at these endpoints:
http://localhost:8888/front_door/mjpeg-streams/my-big-front-door-stream
http://localhost:8888/front_door/mjpeg-streams/my-small-front-door-stream
GStreamer pipeline
Viseron will try to generate a suitable decoder pipeline.
As of now only the Jetson Nano
has a special pipeline which utilizes hardware acceleration.
If you have experience working with GStreamer, please suggest other pipelines in a PR or an issue!
GStreamer audio pipeline
If your camera has audio, an audio pipeline will be automatically added to the GStreamer command.
The pipeline is rather crude and always re-encodes the audio to aac
.
This is not optimal, but it works. Hopefully this will be improved in the future.
The default audio pipeline looks like this in YAML format:
audio_pipeline:
- "input_stream."
- "!"
- "queue"
- "!"
- "decodebin"
- "!"
- "audioconvert"
- "!"
- "queue"
- "!"
- "voaacenc"
- "!"
- "mux.audio_0"
Viseron needs to know the width, height, FPS and audio/video codecs of your stream.
FFprobe is used on initialization to figure all this information out.
Some cameras dont play nice with this and fail to report some information.
To circumvent this you can manually specify all these options.
If you specify all of width
, height
, fps
, codec
and audio_codec
, Viseron will not need to call FFprobe and startup will be significantly faster.
Recoverable Errors
GStreamer occasionally prints error messages which are of no real significance.
To suppress an error you can add a subset of that error to the gstreamer_recoverable_errors
config option.
gstreamer_recoverable_errors:
- error while decoding MB
Rotating video
If you rotate your camera 90 or 180 degrees, you can rotate the video in Viseron to match.
To do this you can use the output_element
and video_filters
option in the config.
If you are rotating the video 90 degrees, you need to tell Viseron the width and height of the video, which should be the opposite of the cameras real resolution.
If you have a camera with 1920x1080 resolution, you need to set width: 1080
and height: 1920
in the config.
Config to rotate 90 degrees clockwise
/config/config.yaml
gstreamer:
camera:
camera_one:
name: Camera 1
host: 192.168.XX.X
port: 554
path: /Streaming/Channels/101/
username: !secret camera_one_user
password: !secret camera_one_pass
output_element: "videoflip method=clockwise !"
width: 1080
height: 1920
recorder:
idle_timeout: 5
video_filters:
- transpose=1
Raw pipeline
If you want to use a custom GStreamer pipeline, you can do so by specifying the raw_pipeline
option.
Viseron needs to be able to read frames, so you must make sure to output frames to stdout.
By default this is done using the fdsink
element, but other elements might work as well.
You also need to make sure that you are outputting frames in the raw format (video/x-raw
) that Viseron expects.
The third consideration is that small segments need to be saved to disk for processing by the recorder.
This is done by using the splitmuxsink
element.
Last but not least, if you create a pipeline that works well for your particular hardware, please consider contributing it to Viseron, either by opening a PR or an issue.
Troubleshooting
To enable debug logging for
gstreamer
, add the following to your
config.yaml
/config/config.yaml
logger:
logs:
viseron.components.gstreamer: debug