SMEP Service
Synced Multiview Experience Production system to operate live events and produce EXP Manifests for NativeWaves EXP
The core concept of the SMEP service revolves around creating events that initiate a corresponding background task in the cloud-based SMEP service. This task is responsible for monitoring all linked resources associated with the event and continuously updating the EXP manifest of the event. By leveraging this functionality, the SMEP service ensures that the EXP manifest remains up to date with any ongoing changes to the event resources, providing an automatic event management system to operators.
For more in-depth information regarding the REST API of the this service, we encourage you to check the Swagger API documentation. This comprehensive page outlines the various endpoints, parameters, and responses of the API.
Workspaces serve as logical units within the SMEP service to group and manage related SMEP resources. They provide an additional level of membership and role management, similar to environments in the Organization Service. This enables access control and permission management of SMEP resources at the workspace level.
Additionally, when creating a workspace, a corresponding content repository is automatically generated, serving as a dedicated storage location for related content associated with events. This close dependency between workspaces and content repositories establishes a relationship where a workspace can be viewed as a wrapper for a content repository.
If a workspace is deleted, all related SMEP resources such as events and content resources such as content streams, objects, blobs, AVC tasks will also be deleted.