[−][src]Crate gstreamer_rtsp_server
Modules
| prelude | |
| subclass |
Structs
| RTSPAddress | An address |
| RTSPAddressFlags | Flags used to control allocation of addresses |
| RTSPAddressPool | An address pool, all member are private |
| RTSPAddressPoolClass | |
| RTSPAuth | The authentication structure. |
| RTSPAuthClass | |
| RTSPClient | The client object represents the connection and its state with a client. |
| RTSPClientClass | |
| RTSPContext | |
| RTSPMedia | A class that contains the GStreamer element along with a list of
|
| RTSPMediaClass | |
| RTSPMediaFactory | The definition and logic for constructing the pipeline for a media. The media can contain multiple streams like audio and video. |
| RTSPMediaFactoryClass | |
| RTSPMediaFactoryURI | A media factory that creates a pipeline to play any uri. |
| RTSPMediaFactoryURIClass | |
| RTSPMountPoints | Creates a |
| RTSPMountPointsClass | |
| RTSPServer | This object listens on a port, creates and manages the clients connected to it. |
| RTSPServerClass | |
| RTSPSession | Session information kept by the server for a specific client. One client session, identified with a session id, can handle multiple medias identified with the url of a media. |
| RTSPSessionClass | |
| RTSPSessionMedia | State of a client session regarding a specific media identified by path. |
| RTSPSessionMediaClass | |
| RTSPSessionPool | An object that keeps track of the active sessions. This object is usually
attached to a |
| RTSPSessionPoolClass | |
| RTSPStream | The definition of a media stream. |
| RTSPStreamClass | |
| RTSPStreamTransport | A Transport description for a stream |
| RTSPStreamTransportClass | |
| RTSPThread | |
| RTSPThreadPool | The thread pool structure. |
| RTSPThreadPoolClass | |
| RTSPThreadRef | |
| RTSPToken | |
| RTSPTokenRef | |
| RTSPTransportMode | The supported modes of the media. |
Enums
| RTSPAddressPoolResult | Result codes from RTSP address pool functions. |
| RTSPFilterResult | Possible return values for |
| RTSPMediaStatus | The state of the media pipeline. |
| RTSPPublishClockMode | Whether the clock and possibly RTP/clock offset should be published according to RFC7273. |
| RTSPSuspendMode | The suspend mode of the media pipeline. A media pipeline is suspended right after creating the SDP and when the client performs a PAUSED request. |
| RTSPThreadType | Different thread types |
Constants
Statics
Traits
| RTSPAddressPoolExt | Trait containing all |
| RTSPAddressPoolExtManual | |
| RTSPAuthExt | Trait containing all |
| RTSPAuthExtManual | |
| RTSPClientExt | Trait containing all |
| RTSPClientExtManual | |
| RTSPMediaExt | Trait containing all |
| RTSPMediaExtManual | |
| RTSPMediaFactoryExt | Trait containing all |
| RTSPMediaFactoryExtManual | |
| RTSPMediaFactoryURIExt | Trait containing all |
| RTSPMountPointsExt | Trait containing all |
| RTSPServerExt | Trait containing all |
| RTSPServerExtManual | |
| RTSPSessionExt | Trait containing all |
| RTSPSessionMediaExt | Trait containing all |
| RTSPSessionPoolExt | Trait containing all |
| RTSPSessionPoolExtManual | |
| RTSPStreamExt | Trait containing all |
| RTSPStreamExtManual | |
| RTSPStreamTransportExt | Trait containing all |
| RTSPStreamTransportExtManual | |
| RTSPThreadPoolExt | Trait containing all |