New Landing How can we help? Themeforest Theme Support Dante Rev Slider HTML error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #136047
    No Dinx
    Member
    Post count: 25

    On our sites running Dante (latest version), HTML5 video is not working in all browsers. My guess upon looking at the page source with FireBug, that this is the problem:

    <video height="100%" width="100%" poster="undefined" preload="undefined" controls="" class="" style="display: block;">
    <source "="" type="video/mp4" src="http://tekfab.com/video/MR01_Slotted_Track_200_FPM_WEB.mp4"></source>
    <source "="" type="video/webm" src="http://tekfab.com/video/MR01_Slotted_Track_200_FPM_WEB.webm"></source>
    </video>

    You can see for yourself on this page:

    Turn-key Production Lines

    Because of this, revolution slider HTML5 Videos will not play in iOS 8.1 Safari, and probably other browsers.

    Themepunch says this is more than likely theme related.

    #136098
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    * What is the problem you find with that piece of code?
    * You mean that video is only not working in 8.1 iOS safari? All the other mobile browsers and web browsers display that correctly?

    Let us know,

    Thanks,
    laranz.

    #136104
    No Dinx
    Member
    Post count: 25

    playback confirmed broken in ios8.1 safari. working in all major desktop browsers

    <source "="" type="video/mp4" src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.mp4">

    should be

    <source type="video/mp4" src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.mp4">

    also note that it is not outputting the source for the ogg/ogv file in addition to that erroneous code.

    this is how the total code should look, which i can confirm plays in all browsers.

    <video height="100%" width="100%" poster="undefined" preload="undefined" controls="" class="" style="display: block;">
    <source src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.mp4" type="video/mp4"></source>
    <source src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.webm" type="video/webm"></source>
    <source src="http://tekfab.com/video/HP01_TEKFAB_Compact_Stacker_streaming_WEB.ogv" type="video/ogg"></source>
    </video>
    #136108
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    How you add those videos? In revolution slider or using the page builder, in page builder means which widget.. Can you give me a scenario to recreate the issue, so that I can recreate the issue in my local and give you a solution.

    Thanks,
    laranz.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register