PHP Classes

Play or download wav file from MySQL: Play or download wav file from MySQL without writing to disc.

Recommend this page to a friend!
  All requests RSS feed  >  Play or download wav file from MySQL  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Play or download wav file from MySQL

A request is featured when there is no good recommended package on the site when it is posted. Edit

Picture of Michael L Parmley by Michael L Parmley - 7 years ago (2016-10-12)

Play or download wav file from MySQL without writing to disc.

This request is clear and relevant.
This request is not clear or is not relevant.

+5

I need to play or download wav file from MySQL without writing to disc.

  • 4 Clarification requests
  • 4. Picture of lahomma by lahomma - 7 years ago (2016-12-22) Reply

    I can't open

    • 3. Picture of Haseeb Ahmad Basil by Haseeb Ahmad Basil - 7 years ago (2016-11-01) Reply

      Is the .wav file stored in DB as BLOB or what?

      • 2. Picture of Manuel Lemos by Manuel Lemos - 7 years ago (2016-11-01) Reply

        I don't know if it is possible to do that or even desirable.

        What happens is that when you use unbuffered queries, while the database client is retrieving data from the database, an implicit transaction is going, meaning that you may be implicitly locking the tables until the whole result set is retrieved.

        Still MySQLi has the store_result function for the statement objects. It retrieves and store the whole result set so will not hold the result set. I am just not sure if the result set is stored in memory or in a temporary file to avoid exhausting PHP memory to the limit.

        Anyway, I don't know of a class that can do that so far.

        • 1. Picture of Oleg Zorin by Oleg Zorin - 7 years ago (2016-10-14) Reply

          Good day.

          Do you have .wav already in DB or you just planing to use DB for.wav?

          If you just planing, probably it's better to store them like common files. Flash players (I have such a player) and HTML5 players (I guess) allow to start playing media before whole file uploaded to browser.

          By the way, MySQL DB is also stored on disc.

          Ask clarification

          1 Recommendation

          Handle Binary Files With PDO: Save and load binary files in databases using PDO

          This recommendation solves the problem.
          This recommendation does not solve the problem.

          0

          Picture of zinsou A.A.E.Moïse by zinsou A.A.E.Moïse package author package author Reputation 5840 - 6 years ago (2017-11-10) Comment

          you may find your happiness here.


          Recommend package
          : 
          :