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.
set session [new ArchiveSession/Record/SRM <media> <addr>]
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.
set s [$session srm_session]Accessor method to access the SRM session object inside the playback session object.
Returns: The name of the SRM session object associated with this session. srm_source_mgr:
set s [$session srm_session]Accessor method to access the SRM source manager object inside the playback session object.
Returns: The name of the SRM source manager object associated with this session.