Open sampotts opened 5 years ago
And there should be a separate source section within the pictures. Like:
plyr.source = {
type: "video",
sources: [{src:"https://some.video.mp4", type: "video/mp4"}],
poster: "https://some.poster.jpg",
previewThumbnails: { src: "https://some.thumbnail.webvtt", imageSrc: "https://some.com/images/" }
};
Or is there any other way for this? I need something like this because I have to host all the media files on other servers.
It should be possible to set the preview thumbs via the
source
setter so that they are easily updated along with the media source and tracks.