GstRtspServer.RTSPOnvifMedia¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GstRtspServer.RTSPOnvifMedia(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
New in version 1.14.
- collect_backchannel()[source]¶
-
Find the ONVIF backchannel depayloader element. It should be named ‘depay_backchannel’, be placed in a bin called ‘onvif-backchannel’ and return all supported RTP caps on a caps query. Complete RTP caps with at least the payload type, clock-rate and encoding-name are required.
A new
GstRtspServer.RTSPStream
is created for the backchannel if found.New in version 1.14.