Code Monkey home page Code Monkey logo

Comments (5)

zohararad avatar zohararad commented on September 25, 2024

This indeed seems like a Flash issue. However as I'm away I won't be able to look at it for at least a week. Could it be that Flash is either not enabled at all (check about:config) or there's a conflict with system-wide version of Flash?

Either way I'll try to look at it asap

from audio5js.

sethlesky avatar sethlesky commented on September 25, 2024

System and Chrome versions are the same for both the new version and older (working) version of Chrome. Adobe Flash Player (Version: 14.0.0.145).

Should the flash fallback be used when playing audio in Chrome? I believe the previous release of Chrome used the HTML5AudioPlayer object instead of FlashAudioPlayer, which leads to think that whatever condition that determines whether HTML5 audio is available is no longer reliable.

Thanks for taking a look @zohararad

from audio5js.

sethlesky avatar sethlesky commented on September 25, 2024

@zohararad the issue was in Chrome
canPlayType('audio/mpeg; codecs="mp3"') returns ''

Looks like it's being worked on here:
https://codereview.chromium.org/390413002/

from audio5js.

sethlesky avatar sethlesky commented on September 25, 2024

http://code.google.com/p/chromium/issues/detail?id=393720#c10

"The 'audio/mpeg; codecs="mp3"' mimetype is not RFC 3003 compliant, but a
bunch of sites apparently use it. This change restores the behavior that
was in M35 and earlier and returns "probably" for this mimetype."

To be on the safe side maybe use 'audio/mpeg;' as the mimetype instead.

from audio5js.

zohararad avatar zohararad commented on September 25, 2024

@sethlesky I just merged your PR with fix for MP3 mime-type. I assume closing this issue is ok

from audio5js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.