- This topic is empty.
-
AuthorPosts
-
23rd August 2020 at 8:55 pm #3073Nathan BoothMember
Hi,
When adding a link to the sermon video file, there is a comment that says, “Add [VIDEO_URL] to your sermon files template to display”.Can somebody please clarify what that means? I have tried a lot of possibilities and can’t figure it out. This is not a valid shortcode on it’s own, and it does not do anything as an element within the sermon shortcode…
Thanks23rd August 2020 at 10:42 pm #4700Andy MoyleKeymasterIt’s a legacy thing from a long time ago when it could be templated. I’ll take it out
23rd August 2020 at 11:03 pm #4703Nathan BoothMemberSorry, I don’t understand. Are you saying the entire field is legacy and it is no longer possible to display the video attached via the sermon record? – otherwise, where/how is the URL entered in that field shown to the end-user when viewing the sermon record?
Thanks23rd August 2020 at 11:30 pm #4704Andy MoyleKeymasterNot at all! It absolutely displays with the [church_admin type="podcast"] shortcode. The legacy bit is where eons ago one could create a template for how sermons displayed. Now it is just responsive as is.
24th August 2020 at 3:11 pm #4705Nathan BoothMemberOK, thanks for the clarification. I will need to do some troubleshooting then – to see what is wrong (why the video link does not show up).
1. Are there any limitations that might be at play (such as file types, locations, etc.)?
2. What would a successful display of the video look like (embedded iframe, added row and hyper-link in the “Now Playing” table, or…?You can see my sermon record here:
https://www.paintcreekcofc.org/sermons/Sermon with video link:
“Gossip – What Are We To Do?”Video link that is in the sermon record:
https://s3.us-east-2.amazonaws.com/paintcreekcofc.media/sermons/20200823_kemple_gossip.mp4Thanks for the help.
24th August 2020 at 3:36 pm #4706Andy MoyleKeymasterI see your problem!
It takes the url and pops it in an iframe – but it is expecting a youtube, vimeo or facebook share url which it will convert into the embed url if not already in that format. Those urls when displayed in a browser get wrapped by the Video company in a player!
I’m trying to do a workaround for you with amazonaws.com and coming up with lots of google content on why video tags don’t display amazonaws.com video24th August 2020 at 3:48 pm #4707Andy MoyleKeymasterI think it might be a codec problem (https://stackoverflow.com/questions/39229930/amazon-s3-mp4-video-not-playing-in-html-video-tag)
Just downloading the rather huge file to check.One advantage of using YouTube is that you wouldn’t need to use 886MB to view it YouTube sizes the file for the device
EDIT: It uses HEVC codec which is no good in most browsers except Safari and Edge – https://caniuse.com/#feat=hevc
Advantage of using a video streaming service like YouTube or Vimeo is they sort that stuff for you automatically24th August 2020 at 4:47 pm #4708Nathan BoothMemberOK, got it. Let me try changing the CODEC for one – and I can verify with YouTube, but for sure it would be nice if I could use a single content delivery provider. Having YouTube for video, and AWS for everything else would not be the preferred end result.
24th August 2020 at 5:27 pm #4709Andy MoyleKeymasterV2.8900 will wrap amazonaws.com files in a video tag and I tested your file in safari and it worked but not in chrome.
Needs to be h264 for more universal compatibility.
24th August 2020 at 7:18 pm #4710Nathan BoothMemberCool, THANK YOU.
Here are some various CODECS you can play with on the Amazon Web Content delivery service if needed. I will try testing with the new version 2.8900.
https://s3.us-east-2.amazonaws.com/paintcreekcofc.media/sermons/AVC.mp4
https://s3.us-east-2.amazonaws.com/paintcreekcofc.media/sermons/HVEC.mp4
https://s3.us-east-2.amazonaws.com/paintcreekcofc.media/sermons/XAVC.mp4
https://s3.us-east-2.amazonaws.com/paintcreekcofc.media/sermons/WMV.wmv
https://s3.us-east-2.amazonaws.com/paintcreekcofc.media/sermons/MPG.mpgFYI…
The plugin that I currently use on another website, for rendering AWS video content, is FV Player:
https://foliovision.com/Thanks
24th August 2020 at 8:45 pm #4711Andy MoyleKeymasterThey all have a 403 error on them – access denied
24th August 2020 at 8:59 pm #4712Nathan BoothMember@andymoyle said:
They all have a 403 error on them – access deniedOops… Sorry about that. You should have access now.
24th August 2020 at 9:07 pm #4714Nathan BoothMemberNice! I can confirm AVC and XAVC seem to work on all the browsers I have to test with (PC and Mobile). Thank you!
24th August 2020 at 9:33 pm #4715Andy MoyleKeymasterGreat!
-
AuthorPosts
- You must be logged in to reply to this topic.