GstRtspServer.RTSPMediaFactoryURI¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GstRtspServer.RTSPMediaFactory (46), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | new() | 
| get_uri() | |
| set_uri(uri) | 
Virtual Methods¶
| Inherited: | GstRtspServer.RTSPMediaFactory (6), GObject.Object (7) | 
|---|
Properties¶
| Inherited: | GstRtspServer.RTSPMediaFactory (14) | 
|---|
| Name | Type | Flags | Short Description | 
|---|---|---|---|
| uri | str | r/w | The URI of the resource to stream | 
| use-gstpay | bool | r/w | Use the gstpay payloader to avoid decoding | 
Signals¶
| Inherited: | GstRtspServer.RTSPMediaFactory (2), GObject.Object (1) | 
|---|
Fields¶
| Inherited: | GstRtspServer.RTSPMediaFactory (2), GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| parent | GstRtspServer.RTSPMediaFactory | r | 
Class Details¶
- 
class GstRtspServer.RTSPMediaFactoryURI(**kwargs)¶
- Bases: - GstRtspServer.RTSPMediaFactory- Abstract: - No - Structure: - GstRtspServer.RTSPMediaFactoryURIClass- A media factory that creates a pipeline to play any uri. - 
classmethod new()[source]¶
- Returns: - a new - GstRtspServer.RTSPMediaFactoryURIobject.- Return type: - GstRtspServer.RTSPMediaFactoryURI- Create a new - GstRtspServer.RTSPMediaFactoryURIinstance.
 
- 
classmethod