GstSdp.SDPOrigin

Fields

Name Type Access Description
addr str r/w the globally unique address of the machine from which the session was created.
addrtype str r/w the type of addr.
nettype str r/w the type of network. “IN” is defined to have the meaning “Internet”.
sess_id str r/w is a numeric string such that the tuple of username, sess_id, nettype, addrtype and addr form a globally unique identifier for the session.
sess_version str r/w a version number for this announcement
username str r/w the user’s login on the originating host, or it is “-” if the originating host does not support the concept of user ids.

Methods

None

Details

class GstSdp.SDPOrigin

The contents of the SDP “o=” field which gives the originator of the session (their username and the address of the user’s host) plus a session id and session version number.