GstRtspServer.RTSPAddress

Fields

Name Type Access Description
address str r/w the address
n_ports int r/w number of ports
pool GstRtspServer.RTSPAddressPool r/w the GstRtspServer.RTSPAddressPool owner of this address
port int r/w the port number
priv object r  
ttl int r/w TTL or 0 for unicast addresses

Methods

  copy ()
  free ()

Details

class GstRtspServer.RTSPAddress

An address

copy()[source]
Returns:a copy of self.
Return type:GstRtspServer.RTSPAddress

Make a copy of self.

free()[source]

Free self and releasing it back into the pool when owned by a pool.