S3Bubble is closing down. The service will shut down on 1st November 2026 — after that date playback, embeds and the API will stop working. We'd suggest moving to another provider before then. Your media stays in your own AWS account. All subscriptions will be cancelled automatically — you don't need to do anything.
S3Bubble OTT Streaming
S3Bubble Support Forums
To stay up to date with the latest S3Bubble updates and tutorials please make sure you sign up to our YouTube Channel.
1) There are two setup videos, the “S3Bubble Full Setup”
…and “New Simplified Setups”
I already have my WordPress installation connected to S3Bubble/S3, and I want to use Cloudfront Adaptive Bitrate for my videos (I’m not using the Streamium theme.) Do I just follow the New Simplified Setups video, or do I still need to go through all the steps of the “s3Bubble Full Setup” first?
2) I have a unique video size of 864×600 and need a png file to load as the start screen, so I need to use the “Full Video Player” code examples. So I think this code below is what I need, but I don’t understand HOW to implement the code into my WordPress page. Do I change the “codes”: [“qPtj41773”] to be the S3Bubble WordPress Player video shortcode and just paste the whole string below in my WordPress page? Or how is the code below added to my WordPress page? Please advise, thank you!
============================
s3bubble(“s3bubble-media”).video( {
“codes”: [“qPtj41773”],
“source”:{
“poster”: “https://mysite.com/poster1.png”
“options”: {
“playbackRates”: [0.5, 0.75 1, 1.5],
“width”: 864, // Sets width (cannot be used with aspect)
“height”: 600, // Sets height (cannot be used with aspect)
//”prepare”: true, // Prepare a container before load
},
});
=============================
This topic was modified 9 years, 1 month ago by edmed.
Yes I’ve seen the examples thank you, that’s where I worked out what I think I need my code to but that doesn’t answer the two questions that I have:
1) I already have my WordPress installation connected to S3Bubble/S3, and I want to use Cloudfront Adaptive Bitrate for my videos (I’m not using the Streamium theme.) Do I just follow the New Simplified Setups video, or do I still need to go through all the steps of the “s3Bubble Full Setup” first?
2) I have a unique video size of 864×600 and need a png file to load as the start screen, so I need to use the “Full Video Player” code examples. So I think this code below is what I need, but I don’t understand HOW to implement the code into my WordPress page. Do I change the “codes”: [“qPtj41773”] to be the S3Bubble WordPress Player video shortcode and just paste the whole string below in my WordPress page? Or how is the code below added to my WordPress page? Please advise, thank you!
Thank you for your help, I’m trying hard to figure out how to get this all implemented, just need those two questions answered so I can push ahead, thank you.
The embed string that Sam suggested for me may also work for you.
<div id=”s3bubble-unique-id” class=”s3bubble” data-setup='{“codes”: [“WefX43476”]}’></div>
substitute your video id in place of WefX43476.
OR, use the S3bubble plug in to find your video id.
Author
Posts
Viewing 3 reply threads
The topic ‘Confused about setup’ is closed to new replies.