Xerte uses a cutomized verion of popcorn (regrettably an abandoned mozilla project). At the moment the following platforms are supported:
- YouTube
- Vimeo
- PeerTube
- MediaSite
- YuJa
- mp4
- iframes
iframe videos are not being tracked in general, and mp4 stream are not always recognised as such.
If the platform is a main platform for you there are two options:
- The platform can provide a link to the mp4 stream and it has an easy recognisable url, i.e. it always starts with
video.brightcove.com) we need a two line addition to make that work
- If you want to use brightcoves player (because for eaxmple it provides subtitles) we would need to add a plugin for brightcove into popcorn. Brightcve needs to have a player js api for that (like this one for vimeo:
developer.vimeo.com/player/sdk)