Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    That could depend on how the audiofile is encoded or how your server is serving the mime-type for that file. If you go to the component demo page (https://pupunzi.com/mb.components/mb.miniAudioPlayer/demo/demo.html) you can see that it’s working fine on Chrome too.

    So first be sure that your server is serving the corect mime-type in the header of the response (from the Chrome console it seems correct),
    if that is not the problem you can try re encoding the audio using for example this online tool: https://www.online-convert.com/

    Bye,
    Matteo

    Thread Starter jayPEG

    (@jaypeg)

    Matteo,
    Thanks for the response. I checked and the content type is being sent as “audio/mpeg”. Can you verify that’s what it should be?

    Here’s the full header:

    HTTP/1.1 200 OK
    Server: nginx/1.4.4
    Date: Mon, 10 Nov 2014 23:44:39 GMT
    Content-Type: audio/mpeg
    Content-Length: 11565415
    Connection: keep-alive
    Last-Modified: Mon, 10 Nov 2014 20:18:40 GMT
    ETag: “54611da0-b07967”
    Expires: Mon, 10 Nov 2014 20:23:40 GMT
    Cache-Control: no-cache
    Pragma: public
    Vary: Accept-Encoding, Cookie
    Pragma: public
    Cache-Control: max-age=300, public, must-revalidate, proxy-revalidate
    X-Cache-Status: HIT
    Accept-Ranges: bytes

    Plugin Author pupunzi

    (@pupunzi)

    The header seems good.
    Anyway, going to your page I’m having the same problem using the default browser player… So the problem could be the way the file audio has been generated.
    You could try converting it again to mp3 using this online tool:
    https://www.online-convert.com/

    Bye,
    Matteo

    Thread Starter jayPEG

    (@jaypeg)

    Matteo,
    Thanks for the help. It turned out to be a server setting that the System Admin made a change to that ended up solving the issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Beginning to play aprox 20 seconds in Chrome before stopping’ is closed to new replies.