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
KeymasterNo, the player uses Native implementation for Safari.
Overriding it causes all sorts of issues.
Best Regards
Sam
s3bubble
KeymasterPlease send us an example?
Best Regards
Sam
s3bubble
KeymasterHi, kerev,
The Safari browser has its own native hls functionality the player defaults to this for Safari for the best playback.
Best Regards
Sam
s3bubble
KeymasterHi Both,
We are working on the S3Bubble api to open up the ability to streamline these kind of processes.
We are currently finalising our production live streaming and refurbishing our ios broadcasting app, then we will get back on to the api development.
Best Regards
Sam
s3bubble
KeymasterHi kerev,
Yes, you can use any player that takes an hls url or any video url with S3bubble you are under no restriction to the player we suggest only with our theme as it requires custom integration.
Best Regards
Sam
s3bubble
KeymasterHi lossecretosdelcerebro,
Please try now.
Best Regards
S3Bubble
s3bubble
KeymasterHi andred99,
Yes, thats almost certainly the conflict It will be a choice you will need to make if you want to switch.
I am pretty sure they won’t work nicely together purely because or the code conflicts you would need to use one or the other.
Best Regards
Sam
s3bubble
KeymasterHi andred99,
This will be a conflict with our plugin and another one, unfortunately.
There are hundreds of themes and plugins that could be adding all sorts of css or js for videos, check to see if your theme uses video js not sure what plugin or theme setup you’re are using for your current video setup.
Best Regards
Sam
s3bubble
KeymasterHi, edmed,
Unfortunately, the playback speed is not fully supported in all Android browsers Android is still playing catchup in regard to a few settings we should probably drop the playback speed for Android until its fully supported or add a conditional.
Best Regards
Sam
s3bubble
KeymasterHi Mpwhite3d,
You will need to have flash installed as I think you are using the old RTMP setup.
We get the message.
Update RequiredFlash player is needed to use this player please Download.Browsers have moved forward quite rapidly since RTMP and HLS is now the fully supported method for secure video, the RTMP setup will still work with flash installed but browsers have basically said they are dropping support for flash and it will no longer be a default in the browser HTML tech has taken over.
https://redmondmag.com/articles/2017/07/25/adobe-ending-flash-support.aspx
You will need to switch to HLS or ask your users to make sure flash is downloaded they should get a message like we did.
Best Regards
Sam
s3bubble
KeymasterHi zawan_na,
Not sure about ionicframework. But i know if you use http://www.appcelerator.com/ which is smilar but alot more advanced from a native perspective you can just have the player in a webview and it will work.
If you need to use the Native ios player or Android player you will need to add the url direct.
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Media.VideoPlayer
var vidWin = Titanium.UI.createWindow({ title : 'Video View Demo', backgroundColor : '#fff' }); var videoPlayer = Titanium.Media.createVideoPlayer({ top : 2, autoplay : true, backgroundColor : 'blue', height : 300, width : 300, mediaControlStyle : Titanium.Media.VIDEO_CONTROL_DEFAULT, scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT }); videoPlayer.url = 'This would be you .m3u8 url or mp4 url grabbed directly from the S3Bubble interface'; vidWin.add(videoPlayer); vidWin.open();
Best Regards
Sam
-
This reply was modified 7 years, 6 months ago by
s3bubble.
s3bubble
KeymasterHi zawan_na,
Deleting a KMS key in AWS will NOT affect any of your videos that you encrypted with it.
Best Regards
sam
s3bubble
KeymasterHi zawan_na,
As stated in all our tutorials the plugin includes the scripts for you, that’s pretty much all its doing.
You only need to add them yourself if you are not using the plugin right-click your dom and then view page source and search (s3bubble.min.js) you should only have the script once.
1. Only have one plugin installed (this one)
2. Don’t add any scripts yourself (the plugin will add them)
3. Paste the html into a post or page it will look like below.<div class="s3bubble" data-setup='{"codes":["qPtj41773"]}'></div>
Hope that helps.
Best Regards
Sam
-
This reply was modified 7 years, 6 months ago by
s3bubble.
s3bubble
KeymasterHi, walterfordham,
Unfortunately, we are no longer supporting the iframe setup and will only be supporting our new setup.
Best Regards
Sam
s3bubble
KeymasterHi Zawan,
Try just adding the html not shortcode directly in your post.
Example:
<div class="s3bubble" data-setup='{"codes":["qPtj41773"]}'></div>
Best Regards
S3Bubble
-
This reply was modified 7 years, 6 months ago by
-
AuthorPosts