Okay
  Public Ticket #3020213
preloading MP3 files
Closed

Comments

  •   Al started the conversation
  •  1,103
    Max replied

    Hi,

    the issue is not related to the MP3 that are loaded..if you check your site console, you will notice that no mp3 are loaded/preloaded before clicking play.

    I think the issue is related to the Rewind 15 seconds and Forward 30 seconds buttons which are SVG/XML format and they consume a lot of your DOM. see screenshot https://d.pr/i/hJ8vQO

    The solution would be to convert them into webfont for loading faster, but its relatively a big task to make sure they are backward compatible with older version.

    I will add this to our roadmap but its not something we will be able to do very quickly.

    A workaround would be that you separate your page to display 20-30 players at the same time, or remove the 15s/30s buttons.

    Thanks,


    Max from the Sonaar.io Crew

  • Al replied

    Merci, Max.  

    I'll remove the 15s/30s buttons and see how it goes.

    I love your product by the way and I think a lot of the challenges I'm having is that I have built sites in the past around Blubrry category podcasting, so my mind is thinking in that way and trying to make your product fit, rather than just trying to use your product as you designed it to work.  


    I'll get there....

  •  1,103
    Max replied

    Also instead of having multiple player, why don't you make 1 player with multiple episode in the playlist..


    Something similar like this: https://d.pr/i/Cjg27E

    examples here https://sonaar.io/mp3-audio-player-pro/podcast-player-for-wordpress/examples/

    this would resolve your issue.

    Thanks,


    Max from the Sonaar.io Crew