Viewing 3 replies - 1 through 3 (of 3 total)
  • Unfortunately “old” android browser does not have full HTML 5 media support, although it’s webkit based.

    Things have changed with Android 4+ (ICS), since it basically includes a complete version of chrome as a browser.

    In a nutshell, it works for people with modern browsers and newer phones, I wouldn’t look for alternatives, let time work for you for a change ??

    Thread Starter handcoded

    (@handcoded)

    Hi

    Sorry but you have slightly misunderstood the problem. I am using the WordPress app for Android to add content to my website but when viewing th e website in Google Chrome the video does not play back but if I open the source video it plays just fine.

    This is why I am hoping that a different player could be installed that handles .mp4 video better. When the website is live my customer will be editing the website using an Iphone.

    The problem can be seen here https://www.handcoded.co.uk/wordpress/

    Richard

    I misunderstood indeed, sorry.

    You have an error in the html, edit your theme and use this instead:
    <video width="720" height="480" controls="" autoplay="" name="media"><source src="[link to video]" type="video/mp4"></video>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Playback of .mp4 video from Android WordPress App’ is closed to new replies.