set session [new ArchiveSession/Play/RTP <media> <addr>]
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.
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
ArchiveSession/Play, ArchiveSession/Play/SRM, ArchiveStream/Play/RTP