Good day.
I recently began using the S2 plug in with amazon cloudfront and used the video to set it up and used the code
that was provided with the plug in. I 2 minor adjustments in the code
1. I took out the html 5 option for now and I changed one value to false from true
otherwise the code is as is from the examples. Everything works perfectly.
I want to add a playlist and an thumbnail for the playlist.
The files are all in the same bucket
can anyone help me with the code that will add playlist to this code ? and possibly thumbnail for each of the videos?
I would like to store all the videos in the same bucket and the images on my local hostgator server but will host the images at amazon if it makes it easier.
I’m pretty sure this is not too difficult. I am willing to pay for the help if needed.
Help would be very appreciated.
thanks
Code is below
JW Player® appears here.
<script type="text/javascript" src="jwplayer.js”>
$s2_jw_config[“mp4_video_file_name”], “url_to_storage_source” => true, “check_user” => false, “count_against_user” => false); ?>
jwplayer(“jw-container”).setup({modes: /* JW Player®. */
[
/* First try real-time streaming with Flash® player. */
{type: “flash”, provider: “rtmp”, src: “player.swf”,
config: {streamer: “”, file: “”}}
],
/* Set video dimensions. */ width: 940, height: 656
});
Sorry, you do NOT have access to this file.
-
This topic was modified 4 years, 1 month ago by
yuri plyam.
-
This topic was modified 4 years, 1 month ago by
yuri plyam.