Post4VPS Forum | Free VPS Provider
PHP - How to directly record and upload using micro phone? - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: Geek World (https://post4vps.com/Forum-Geek-World)
+--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming)
+--- Thread: PHP - How to directly record and upload using micro phone? (/Thread-PHP-How-to-directly-record-and-upload-using-micro-phone)



PHP - How to directly record and upload using micro phone? - Littlemaster - 06-20-2018

Hi, I am now in search for php help regarding record and upload to server feature using the default device microphone through form submission.
 I would like to do the following things:
 *. Capture audio record using the browser.
 *. Upload the recorded file to server using php.
I checked a few apis but could not get the file uploaded to the server, simple functions are most welcome.


RE: PHP - How to directly record and upload using micro phone? - perry - 06-20-2018

https://stackoverflow.com/questions/16810450/html5-getusermedia-record-audio-save-to-web-server-after-certain-time
https://subinsb.com/html5-record-mic-voice/
https://www.webrtc-experiment.com/RecordRTC/PHP/

these might help.
i am not actually using this my self so excuse me if this is totaly not something you are looking for.


RE: PHP - How to directly record and upload using micro phone? - Littlemaster - 06-21-2018

Yes, it is related to my query, I have tested them, but I could not save the recorded audio to server permanently.