Class: ArchiveSession/Play/RTP

Superclasses:

Syntax:






 set session [new ArchiveSession/Play/RTP <media> <addr>]

Description:

This class implements the player session object for playing back RTP sessions.

The init method initializes the RTP session and creates the network objects. Note: This class currently supports only audio and video sessions.

Methods

create_stream:









Create and return a new RTP stream object.

Returns: an RTP stream object. The object's class is ArchiveStream/Play/RTP.

attach_stream:









Attaches the newly created stream to the session

Returns: nothing

Related Objects:

ArchiveSession/Play, ArchiveSession/Play/SRM, ArchiveStream/Play/RTP

Putting it all together