Class: ArchiveSession/Record/SRM

Superclasses:

Currently, all code for SRM archival is mediaboard-specific, and resides in the ArchiveSession/Record/Mediaboard class. Eventually, with the new SRMv1, this functionality will be moved to the ArchiveSession/Record/SRM class, where it rightfully belongs.


Class: ArchiveSession/Record/Mediaboard

Superclasses:

Syntax:






 set session [new ArchiveSession/Record/SRM <media> <addr>]

Description:

This class implements the recorder session object for recording SRM sessions. It encapsulates the creation and manipulation of SRM session objects and state.

The init method creates a new SRM session, initializes the network and creates a source manager object for the session. Note: This class currently supports only mediaboard sessions.

Methods

srm_session: srm_source_mgr:

Related Objects:

ArchiveSession/Record, ArchiveSession/Record/RTP, ArchiveStream/Record/Mediaboard

Putting it all together