Forum Replies Created
-
-
6 years ago in reply to: chapter vtt files starting with zero
Sorted. Looks as if it was a caching issue.
6 years ago in reply to: More Programmes7 years ago in reply to: Hide chapter time7 years ago in reply to: Hide chapter timeThat worked a treat Martin. Thank you. If I wanted to add the text ‘Select a topic:’ above the chapter listing, would I need to add it somewhere in fv-player-pro.class.php?
Regards
Michael
7 years ago in reply to: Chapters or transcript but not both7 years ago in reply to: Chapters or transcript but not bothThanks for that Martin. Unfortunately, the css code hasn’t worked for me. I’ll try playing around with it unless you think there may be a problem with the code..
By the way, you entioned the transcript could appear ina minimalist form with a chceckbox to make it appear. Has that feature been implemented as I can’t find a setting for it.
Regards
Michael
7 years ago in reply to: Chapters or transcript but not bothHi Martin
Many thanks for your help. the issue is now resolved with video, chapters, transcript and splash all displaying. The problem was sorted by setting the CORS for the S3 bucket. I think this action may be missing off the tutorial post.
Best regards
Michael
7 years ago in reply to: Chapters or transcript but not bothSome success ! This code displays everything apart from the chapters, which uses your example chapter vtt text.
[fvplayer src="http://d2ji3rw3p906p9.cloudfront.net/10042018/videos/1.mp4" src="http://d2ji3rw3p906p9.cloudfront.net/10042018/videos/1.webm" transcript="http://d2ji3rw3p906p9.cloudfront.net/10042018/transcript/2.vtt" chapters="http://d2ji3rw3p906p9.cloudfront.net/10042018/chapters/5.vtt" splash="http://d1s07sr77vqyki.cloudfront.net/10042018/P1.jpg"]7 years ago in reply to: Chapters or transcript but not bothHi Eduard
OK. So the FV Player Pro update has successfully installed and I’ve set the CORS headers. The good news is that I now have the video, splash image and transcript all nicely appearing as CloudFront urls. The bad news is chapters!
To test, I’ve uploaded your example vtt file to CloudFront :
WEBVTT
00:00:01.878 –> 00:00:05.334
Introduction00:00:08.608 –> 00:00:15.296
This video will show you how to use cue pointsUnfortunately, when chapters are added, the transcript disappears and the chapters don’t display. If I then remove the transcript code, so the chapters code follows the splash image code then the splash image disappears! And if I remove the splash code so that it is just the video code and the chapters then the video disappears!!
Any ideas what might be happening? Code is below
Regards
Michael
[fvplayer src="http://d2ji3rw3p906p9.cloudfront.net/09042018/videos/1.mp4" splash="http://d2ji3rw3p906p9.cloudfront.net/09042018/stills/1.jpg"
transcript="http:// d2ji3rw3p906p9.cloudfront.net/09042018/transcript/2.vtt"
chapters="http:// d2ji3rw3p906p9.cloudfront.net/09042018/chapters/5.vtt"]7 years ago in reply to: Chapters or transcript but not bothHi Eduard
Just checking you received the link:
http://www.reach22.com/r22/sessions/tree-fungal-growth/
And this is the code:
An introduction to the types of fungi in woodland[fvplayer src="http://d2ji3rw3p906p9.cloudfront.net/01032018/videos/1.mp4" src1="http://d2ji3rw3p906p9.cloudfront.net/01032018/videos/1.webm" splash="http://d2ji3rw3p906p9.cloudfront.net/01032018/stills/1.jpg"
chapters="http://d2ji3rw3p906p9.cloudfront.net/01032018/chapters/1.vtt"
transcript="http://d2ji3rw3p906p9.cloudfront.net/01032018//transcript/1.vtt"]Regards
Michael
7 years ago in reply to: Chapters or transcript but not bothThanks for the update Eduard. I can now report that it would appear that you can only have one of the following: splash image, chapter, or transcript. I thought it was one of chapters or transcript, in additon to the splash image. But sadly no!
Could you also confirm whether you can have the splash image with the same CloudFront URL as the video? I thought this was a recent fix but I can’t get it to work.
I’ve also included <FilesMatch “.vtt”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch in the .htaccess file in order to use the same CloudFront URL with chapter and transcript vtt files. Again, no joy. Can it be done?8 years ago in reply to: Chapter thumbnail imagesThanks for the offer Eduard. At the moment I can probably manage without. But it is definitely a feature I will need next year.
Regards
Michael