If you have a Codemill Accurate Player SDK license, this is how you would configure your sequence to display a media in the player:
Prepare the media
The media you want to play to display in the Accurate player needs to be loaded in a registered_media, to be served via HTTP(S) by Pulse-IT, in a workflow before the form. It would look like this, in the case of an MPEG-DASH :
Register the media
Copy the manifest into the proxy path
Pulse-IT will take care of reworking the manifest with the proper URLs.
Scan the manifest folder and copy all the files related to the manifest into the proxy folder
With this configuration, Pulse-IT will load the manifest and serve it via its own HTTP server, including all the segments in the manifest.
Prepare the form
Create a new form and add an Accurate ABR player as follow:
In the "Values & Callbacks" tab, you need to configure the default value with the id of the registered media:
And that's it! Your media should load in the player.
Bonus, use an existing URL for the media
If you prefer to use an existing URL or a presigned URL to display the media, instead of registering the media and serving it via Pulse-IT, you can do this in the form:
Beware, in this case Pulse-IT doesn't rework the URLs in the manifest, so if you want to display MPEG-DASH this way, your manifest needs to be already properly pointing to valid segments URLs.
Bonus: add subtitles
It is also possible to display subtitles with Accurate Player SDK. You will need to generate a valid URL for the subtitles file and write a bit of JavaScript :
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article