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.
Forum Replies Created
-
AuthorPosts
-
s3bubble
KeymasterHi ggtvonline,
Yes, you are talking about being able to download videos directly to the device, to do this the videos would need to be compressed mp4’s not encrypted .m3u8 files.
This mp4 is then stored on the device for playback offline, this is the main reason all the large websites have mobile apps instead of web apps.
We are building a Streamium mobile app (IOS|Android) that works in conjunction with the theme we will definitely be adding the option for offline playback with the app and it is something we have developed before with previous apps. We are building the app in a modular workflow that will pull directly from a user WordPress REST API so we can resell it to our users.
But one step at a time we are working hard to get this next release of Streamium out, we are currently working on the ability to add TV Programs with multiple episodes and advanced search functionality so everything can be filtered on (actors(tags)|genres(categories)|Release Date(Published)|Multiple date search functionality for added in the last day new releases etc) and work in sync with each other. We are not far off now.
Best Regards
Sam
-
This reply was modified 7 years, 12 months ago by
s3bubble.
s3bubble
KeymasterHi Vicblaz,
You must be using the pre-release it will be available when we actually release the update.
Best Regards
Sam
s3bubble
KeymasterHi snapcine,
We have applied a fix please try now.
Best Regards
Sam
s3bubble
KeymasterHi vicblaz,
Are you referencing the Streamium theme?
Best Regards
Sam
s3bubble
KeymasterHi prodomedia,
We will take a look into this.
Best Regards
Sam
s3bubble
KeymasterHi Grace,
Yes, it’s a player feature we have implemented it feel free to test.
http://streamiumtheme.com/action/encrypted-video/
Best Regards
Sam
s3bubble
KeymasterHi Both,
We totally agree and are already looking into implementing this.
Chromecast and Apple Airplay
Keep an eye on the Streamium theme over the weekend we will be running some tests.
http://streamiumtheme.com/Best Regards
Sam
s3bubble
KeymasterHi Scope,
Permission issues are almost always down to bucket policies whether they are setup with CloudFront or not.
If your bucket is not setup with Cloudfront then your bucket policy will look like this.
{ "Version": "2008-10-17", "Id": "S3BubbleSecurity", "Statement": [ { "Sid": "S3BubbleAllow", "Effect": "Allow", "Principal": { "AWS": "*" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::bucketname/*", "Condition": { "StringLike": { "aws:Referer": [ "https://s3bubble.com/*", "https://media.s3bubble.com/*" ] } } } ] }
If you are using Cloudfront on this bucket then you will get a permission denied error. A Cloudfront bucket policy looks like this.
{ "Version": "2008-10-17", "Id": "S3BubbleCloudfrontSecurity", "Statement": [ { "Sid": "S3BubbleAllow", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::cloudfront:user/CloudFront Origin Access Identity E2D99SZTA0Z6XO" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::bucketname/*" } ] }
To update you bucket police go to your CloudFront distributions.
https://s3bubble.com/secure/#/cloudfrontFind the distribution that is attached to your bucket and then select update bucket policy and you should be good to go.
If you use Cloudfront the bucket must have this policy set so allow them to talk to each other,
Best Regards
Sam
s3bubble
KeymasterHi John,
The audio player is due some dev time we have been so focused on the theme.
Can you list all the features you would like to edit font size waveform etc and we will look into it.
Best Regards
Sam
s3bubble
KeymasterHi verbomedia,
Good suggestion a few people have asked for the same.
The reason we have not implemented this is because some users do not understand costs associated with encoding on the AWS side or they haven’t even run some test to get an overview of costs or have not looked at the AWS calculator.
https://calculator.s3.amazonaws.com/index.html
I understand that we have users that fully understand this, but it’s the users that would quite happily click a button sit back and let it bulk encrypt their whole video library see the AWS costs and then proceed to start blaming us for the world.
So, for now, we will not be implementing this.
One thing you can look into is encoding yourself with ffmpeg and uploading to AWS you can find out more information here.
We are looking to edit this script so it will apply the exact same setup as the AWS encoder, hopefully, get around to it next week.
Best Regards
Sam
s3bubble
KeymasterHi Both,
This is now implemented in the actions menu on a bucket click global cloudfront urls you will then be displayed a list of all the media objects that will be affected check them then select your cloudfront distribution and apply.
We have been setting some users websites with Streamium and this does save a lot of time.
Let me know how you get on.
Best Regards
Sam
s3bubble
KeymasterHi swestream,
Yep, we have his in our sights we are just finalising some issues and testing.
We have a video series’s planned which will be lots of short videos instead of one long one.
You can play around with the pre-release and let us know if you find any bugs.
Best Regards
Sam
s3bubble
KeymasterHi Jamie,
We had to separate the audio and video settings apologies everything got lost in translation.
You should be good to go now, let us know if you have any issues.
Best Regards
Sam
s3bubble
KeymasterHi Jamie,
Yes, it’s possible I see your issue when creating your audio presets with S3Bubble it is not be listed in the audio hls box I am pretty sure I know why this is happening.
Just checking some calls we will report back here shortly.
Best Regards
Sam
s3bubble
KeymasterHi Jamie,
I will look into that, audio doesn’t act the same as video because we have to run some scripts on the audio files before encoding. Videos just directly encode.
Audio runs the following.
Grabs the ID3 tag meta if available and takes the poster image and uploads to S3.
Generates an audio waveform in json format for playback with the player.Sorry, but I am really confused with what you are asking when saying there are only two option this is correct there are only two audio hls presets in AWS.
Ours is the same when we select an audio file and select hls encoding we get this.
But if we select other options we get.
If you need different audio presets you can go to the presets i would suggest copying a premade one and amending it with higher settings.
Best Regards
Sam
-
This reply was modified 8 years ago by
s3bubble.
-
This reply was modified 7 years, 12 months ago by
-
AuthorPosts