S3Bubble OTT Streaming

shape
shape
shape
shape
shape
shape
shape
shape

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

Viewing 15 posts - 61 through 75 (of 663 total)
  • Author
    Posts
  • in reply to: Bitrate not Available on Safari Browser #31599
    s3bubble
    Keymaster

    No, the player uses Native implementation for Safari.

    Overriding it causes all sorts of issues.

    Best Regards

    Sam

    in reply to: Safari Browser not Autoplaying #31596
    s3bubble
    Keymaster

    Please send us an example?

    Best Regards

    Sam

    in reply to: Bitrate not Available on Safari Browser #31574
    s3bubble
    Keymaster

    Hi, kerev,

    The Safari browser has its own native hls functionality the player defaults to this for Safari for the best playback.

    Best Regards

    Sam

    in reply to: Programmatically generate embed codes from filename #31567
    s3bubble
    Keymaster

    Hi 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

    in reply to: jwPlayer instead of AWS Hosted #31552
    s3bubble
    Keymaster

    Hi 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

    in reply to: HELP!! Error adding website! #31546
    s3bubble
    Keymaster

    Hi lossecretosdelcerebro,

    Please try now.

    Best Regards

    S3Bubble

    in reply to: Video display size #31425
    s3bubble
    Keymaster

    Hi 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

    in reply to: Video display size #31423
    s3bubble
    Keymaster

    Hi 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

    in reply to: Speed Options not visible on Android devices #31404
    s3bubble
    Keymaster

    Hi, 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

    in reply to: Website not connecting to AWS #31401
    s3bubble
    Keymaster

    Hi 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

    in reply to: player not visible in app #31390
    s3bubble
    Keymaster

    Hi 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 6 years, 6 months ago by s3bubble.
    in reply to: deleting aws kms key #31389
    s3bubble
    Keymaster

    Hi zawan_na,

    Deleting a KMS key in AWS will NOT affect any of your videos that you encrypted with it.

    Best Regards

    sam

    in reply to: players are double #31387
    s3bubble
    Keymaster

    Hi 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 6 years, 6 months ago by s3bubble.
    in reply to: Audio playlist style #31373
    s3bubble
    Keymaster

    Hi, walterfordham,

    Unfortunately, we are no longer supporting the iframe setup and will only be supporting our new setup.

    Best Regards

    Sam

    in reply to: player not visible in app #31350
    s3bubble
    Keymaster

    Hi Zawan,

    Try just adding the html not shortcode directly in your post.

    Example:
    <div class="s3bubble" data-setup='{"codes":["qPtj41773"]}'></div>

    Best Regards

    S3Bubble

Viewing 15 posts - 61 through 75 (of 663 total)