Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – Cannot get protected S3 MP4 videos to play in any player
Tagged: lightbox ultimate amazon s3
- This topic has 39 replies, 9 voices, and was last updated 13 years, 1 month ago by
wpCommerce.
-
AuthorPosts
-
November 29, 2011 at 5:25 am #37896
wpCommerce
ModeratorHi, It usually happens when the player can’t find the video. Can you please make sure that you have the following options correct –
1. Your s3 access key.
2. your s3 secret access key.
3. your bucket name.
you can troubleshoot this easily just by making the video public first. Now use the following shortcode –
[wp_lightbox_flowplayer_anchor_text_video link="http://www.example.com/test-video.mp4" width="640"
height="480" text="Click here to open the video"]Here “link” could be the full URL of your S3 video.
November 29, 2011 at 12:40 pm #37897Donna
Member@ bobbyt. It looks like you have spaces in your bucket name. As the bucket name is part of the URL you will need to remove those spaces. I would also replace all uppercase with lowercase. So, try replacing….
http://MY S3 BUCKET/v1.s3.amazonaws.com/Move
with
http://mys3bucket/v1.s3.amazonaws.com/move
and be sure to change the URL in your lightbox code as well.
HTH,
Donna
November 29, 2011 at 1:43 pm #37898wzp
ModeratorEveryone on this forum should know by heart, Amazon’s list of Bucket Restrictions and Limitations:
http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?BucketRestrictions.html
November 29, 2011 at 3:15 pm #37899November 29, 2011 at 4:39 pm #37900bobbyt
Memberwhen my videos are public everything works fine, I have no spaces….the second I take the public access away and want to use the secure one..I get that error.
I have my keys all correctly setup.
any thoughts?
November 29, 2011 at 5:29 pm #37901wzp
ModeratorWhat is the exact name of the bucket you are using?
November 30, 2011 at 5:11 am #37902bobbyt
MemberGo figure… You cant have a folder inside the bucket! Funny thing is it will work if you make that folder public but wont work if you have it protected….
The Video (seems) have to be right after the main bucket!!!!
unless there is another format for defining the path for the video other than /
any thoughts?
November 30, 2011 at 9:10 am #37903wpCommerce
ModeratorHi, Can you please post the full URL of the S3 video you are using?
Also try to correct your bucket and video name (refer to the link posted by wzp). We want to narrow down the possibilities to troubleshoot this issue (I’ve already listed all the possible options for you).
September 19, 2012 at 7:28 pm #37904TTFNTV
MemberJust had this issue and the fix was…. the bucket must be in lower case, see the rules link above! May be obvious to some

The videos play fine unprotected if you start the bucket name with a capital, but don’t work if you try protected.
Mark
September 20, 2012 at 5:45 am #37905wpCommerce
Moderator@TTFNTV, Thanks for sharing it.
-
AuthorPosts
- You must be logged in to reply to this topic.