etianen / html5media

Enables <video> and <audio> tags in all major browsers.
http://html5media.info/
GNU General Public License v3.0
1.28k stars 384 forks source link

stop working with latest wordpress on chromium #46

Closed dennyhalim closed 10 years ago

dennyhalim commented 10 years ago

the latest wordpress (3.7.1) use its own shortcode: https://codex.wordpress.org/Audio_Shortcode https://codex.wordpress.org/Video_Shortcode

and latest post with audio using shortcode cant be played anymore on chromium 30 on ubuntu 12.04.

here's example old post with manual embed audio code and playable: http://alkitabiah.org/index.php/topik-sermon/416-kotbah-learn-from-naaman

here's example latest post using wp shortcode and unplayable on chromium: http://alkitabiah.org/index.php/topik-uncategorized/631-khotbah-harus-lebih-teliti

but, firefox can play both without problems.

etianen commented 10 years ago

I'm on Google Chrome 30, on OSX, and both pages work fine.

However, it's looking like the Wordpress audio shortcode is being modified by some Wordpress Javascript, and replaced by a more advanced audio player.

In this case, I think you need to pick one of the two approaches. The html5media audio player is designed to work in isolation of other players, and to be the fastest loading solution available. The Wordpress shortcode player seems to have placed more emphasis on stylability. I'm sure both work fine in isolation.

On 20 November 2013 23:44, DennyHalim.com notifications@github.com wrote:

the latest wordpress (3.7.1) use its own shortcode: https://codex.wordpress.org/Audio_Shortcode https://codex.wordpress.org/Video_Shortcode

and latest post with audio using shortcode cant be played anymore on chromium 30 on ubuntu 12.04.

here's example old post with manual embed audio code and playable: http://alkitabiah.org/index.php/topik-sermon/416-kotbah-learn-from-naaman

here's example latest post using wp shortcode and unplayable on chromium:

http://alkitabiah.org/index.php/topik-uncategorized/631-khotbah-harus-lebih-teliti

but, firefox can play both without problems.

— Reply to this email directly or view it on GitHubhttps://github.com/etianen/html5media/issues/46 .