PlayNAS videos provider
Overview
PlayNAS is a video provider that organizes video content into libraries. Each tenant has their own library, which users can access through an <iframe>
tag. For example:
<iframe
src="https://play.devnas.net/111903/b1216788-8796-406d-9672-eb2e8c2cdba7"
width="100%"
height="100%"
frameborder="0"
allow="autoplay; fullscreen;"
allowfullscreen>
</iframe>
How PlayNAS Endpoint Works
The PlayNAS endpoint follows the structure:
https://play.devnas.net/{libraryId}/{videoId}
Example: To play a specific video from a library, substitute {libraryId}
and {videoId}
with the appropriate values provided by your library configuration.
How to Add a New Library for a Tenant
To set up a new library for a tenant:
Create a New Tenant
Navigate to the PlayNAS portal, create a new tenant, and log in as an admin.Add a New Library
Configure Library Details
How to Add Allowed Domains
To ensure your videos can be embedded securely:
- Navigate to the Allowed Domains section.
- Add the domains that should be allowed to embed your videos.
How to Change the Player Color
To customize the player's appearance: