Forum Replies Created
-
-
11 years ago in reply to: Problems with minify in footer
The following are some comments form one of our developers:
Regarding Flowplayer, if you want to pass them some recommendation, here are my suggestions:
“Avoid inserting any inline JavaScript code into the page. If you need to pass variables, no problem doing so either manually either using “wp_localize_script()”, but please don’t include any actual working script that depends on external JavaScript file to be present in order to work properly.
I understand that you include a call to jQuery(‘#selector’).flowplayer(…) into the page at the place where the actual video player is embedded, but this isn’t the best practice.
I hope that helps ;)
Also – Logo does not show up on playlists but it appears on single videos.
11 years ago in reply to: CloudFront RTMP1) I got confused because I thought admin status would check RTMP
2) Thank you, it was missing the folder /video/ on the path
3) It is true that adding mobile it is redundant in this case
4) We do not want to use S3 but rather Cloudfront with streaming
5) The above code is for a public video on a website. If this was a protected video for membership site where one has to login preventing download what would be the code to use
11 years ago in reply to: CloudFront RTMPThe video is working fine using that code on Macs and mobiles but it does not work on Windows 8 more than 1 browser.
Besides having a solution for all platforms using solely mp4 instead of different formats it is necessary to have an understanding of which code to use when selling private content
The example above works on cloudfront rtmp. Need to know the diferrences to signed in urls since those distributions on aws are private. If you sell a course that has to be available for several months how do you do? Download of content not allowed
Thank you