GstRtspServer.RTSPOnvifMedia¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GstRtspServer.RTSPMedia (74), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| collect_backchannel() | |
| get_backchannel_bandwidth() | |
| set_backchannel_bandwidth(bandwidth) | 
Virtual Methods¶
| Inherited: | GstRtspServer.RTSPMedia (17), GObject.Object (7) | 
|---|
Properties¶
| Inherited: | GstRtspServer.RTSPMedia (16) | 
|---|
Signals¶
| Inherited: | GstRtspServer.RTSPMedia (6), GObject.Object (1) | 
|---|
Fields¶
| Inherited: | GstRtspServer.RTSPMedia (6), GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| parent | GstRtspServer.RTSPMedia | r | 
Class Details¶
- 
class GstRtspServer.RTSPOnvifMedia(**kwargs)¶
- Bases: - GstRtspServer.RTSPMedia- Abstract: - No - Structure: - GstRtspServer.RTSPOnvifMediaClass- New in version 1.14. - 
collect_backchannel()[source]¶
- Returns: - Trueif a backchannel stream could be found and created- Return type: - bool- 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.RTSPStreamis created for the backchannel if found.- New in version 1.14. 
 
-