Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Amazon S3 video link from embedded image
- This topic has 3 replies, 4 voices, and was last updated 13 years, 2 months ago by wpCommerce.
-
AuthorPosts
-
September 9, 2011 at 5:17 am #4272wisdomwizardMember
When I try to link from an embedded image the link somehow gets changed to an internal anchor to the same page url. Any suggestions. Using flow player and none of the lightbox codes seem to work with it. The only code I can use to get a flowplayer video to load is
a stand alone [FLOWPLAYER=http://rcamem.s3.amazonaws.com/flv/?????.flv,480,390]and this isn’t even a secured video link. I need secured because it’s a membership site. Any help would be appreciated.
September 9, 2011 at 6:38 am #36447adminKeymasterI suspect the WordPress visual editor is somehow messing up the URL value in your installation (if you are copying and pasting the URL). Sometime it helps to paste the URL value in the edit in HTML view (just so the editor doesn’t automatically make links and stuff)
Can you post the exact shortcode that you have on your page?
September 12, 2011 at 3:58 pm #36448bobbytMemberIn the video training I see a lot more options to choose, and when I am trying to folwo whats in the training I dont have that option!
All I have to show Amazon S3 protected videos are 2 options that starts with Amazon s3 popup…
IN the video I see Flowplayer s3 protected …..
I dont have that in the drop down and if I use the Flow popup wont show my protected video
Protected video from S3 isnt working for me….
Please help as I dont want to use a public link as I have a membership site and would like to keep the content protected
Thank you
Here are the errors I get
If I dont check mark the Enable HTML5 wont even show anything and a red error msg tells me to enable it, which is fine. once enabled then I get :
200 Stream not found.Netstream.play etc…. and shows my link to s3
My embeded code is (By the way for my bucket I tried both just the bucket name and this one which is the subfolder of the bucket where the mp4 file is and in both cases wont work)
[wp_lightbox_protected_s3_video name=”domainname.mp4″ bucket=”Part1Videos/vid1″ width=”640″ height=”480″ source=”http://www.onlinemoneymastersacademy.com/wp-content/uploads/2011/08/play-button-e1315840503303.png”%5D
September 13, 2011 at 1:28 am #36449wpCommerceModeratorThis error occurs when the video is unavailable. Possible reasons are –
1. The name of the video is wrong
2. The bucket name is wrong
3. AWS Access Key ID is wrong
4. AWS Secret Access Key is wrong
To troubleshoot this issue first you need to change the video status to “public” so we can access it from outside. Now use the following shortcode and see if it works –
[wp_lightbox_flowplayer_anchor_text_video link=”https://s3.amazonaws.com/Part1Videos/vid1/domainname.mp4″ width=”640″ height=”480″ text=”Click here to open the video”]
If the shortcode works fine then you know that the “name” and “bucket” are correct which leaves us with two other possibilities –
1. AWS Access Key ID is wrong
2. AWS Secret Access Key is wrong
Please verify that they are correct. Let me know how it goes.
-
AuthorPosts
- You must be logged in to reply to this topic.