onvif_media1_command library

Classes

OnvifGetAudioSourcesMediaCommand
This command lists all available physical audio inputs of the device.
OnvifGetMetadataConfiguration1MediaCommand
The GetMetadataConfiguration command fetches the metadata configuration if the metadata token is known.
OnvifGetMetadataConfigurations1MediaCommand
This operation returns the available options (supported values and ranges for metadata configuration parameters) for changing the metadata configuration.
OnvifGetProfileMediaCommand
If the profile token is already known, a profile can be fetched through the GetProfile command.
OnvifGetProfiles1MediaCommand
Any endpoint can ask for the existing media profiles of a device using the GetProfiles command. Pre-configured or dynamically configured profiles can be retrieved using this command. This command lists all configured profiles in a device. The client does not need to know the media profile in order to use the command.
OnvifGetServiceCapabilities1MediaCommand
Returns the capabilities of the media service. The result is returned in a typed answer.
OnvifGetSnapshotUri1MediaCommand
A client uses the GetSnapshotUri command to obtain a JPEG snapshot from the device. The returned URI shall remain valid indefinitely even if the profile is changed. The ValidUntilConnect, ValidUntilReboot and Timeout Parameter shall be set accordingly (ValidUntilConnect=false, ValidUntilReboot=false, timeout=PT0S). The URI can be used for acquiring a JPEG image through a HTTP GET operation. The image encoding will always be JPEG regardless of the encoding setting in the media profile. The Jpeg settings (like resolution or quality) may be taken from the profile if suitable. The provided image will be updated automatically and independent from calls to GetSnapshotUri.
OnvifGetStreamUri1MediaCommand
This operation requests a URI that can be used to initiate a live media stream using RTSP as the control protocol. The returned URI shall remain valid indefinitely even if the profile is changed. The ValidUntilConnect, ValidUntilReboot and Timeout Parameter shall be set accordingly (ValidUntilConnect=false, ValidUntilReboot=false, timeout=PT0S).
OnvifGetVideoSourcesMediaCommand
This command lists all available physical video inputs of the device.
OnvifMedia1Command
OnvifStartMulticastStreaming1MediaCommand
This command starts multicast streaming using a specified media profile of a device. Streaming continues until StopMulticastStreaming is called for the same Profile. The streaming shall continue after a reboot of the device until a StopMulticastStreaming request is received. The multicast address, port and TTL are configured in the VideoEncoderConfiguration, AudioEncoderConfiguration and MetadataConfiguration respectively.
OnvifStopMulticastStreaming1MediaCommand
This command stop multicast streaming using a specified media profile of a device.