Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS HTML 5 audio problems

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #43722
    gsonn
    Member

    I am far from experienced but i am attempting to create an online radio station. I have managed to use the html 5 audio player but it only works on safari. on chrome it shows the player but does not function and on firefox the player is not there at all. Is there some code that will correct this???

    Help Please :)

    #129965
    JohnMotylJr
    Participant

    you need to make sure you include both types of media (mp3 and ogg). I’d suggest using a plugin or something that is already designed to handle stuff like that.

    If you need to convert audio files, http://media.io/ is pretty good with that.

    #129968
    TheDoc
    Member

    Also keep in mind that (I’m pretty sure about this) Firefox doesn’t support MP3 as an audio format for HTML5.

    #129969
    JohnMotylJr
    Participant

    Yea i believe firefox ONLY supports ogg file format. Check this out: http://slides.html5rocks.com/#video-audio

    #129977
    gsonn
    Member

    Thanks for your input guys

    im not using audio files, i am streaming live from a url

    #129978
    gsonn
    Member

    this is what i have working on safari

    #129980
    JohnMotylJr
    Participant

    Since you are streaming you doing this stuff back-end?

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.