Flags¶
Details¶
- 
class GstRtspServer.RTSPAddressFlags(value)¶
- Bases: - GLib.Flags- Flags used to control allocation of addresses - 
NONE= 0¶
- no flags 
 - 
IPV4= 1¶
- an IPv4 address 
 - 
UNICAST= 16¶
- a unicast address 
 - 
IPV6= 2¶
- and IPv6 address 
 - 
EVEN_PORT= 4¶
- address with an even port 
 - 
MULTICAST= 8¶
- a multicast address 
 
- 
- 
class GstRtspServer.RTSPTransportMode(value)¶
- Bases: - GObject.GFlags- The supported modes of the media. - 
PLAY= 1¶
- Transport supports PLAY mode 
 - 
RECORD= 2¶
- Transport supports RECORD mode 
 
-