Answer the question
In order to leave comments, you need to log in
How to record audio to the server using Flash??
Greetings, now we are developing a project that has a voice recording function using Flash (other technologies are not possible to use at this stage), so I only need advice on Flash :) what can be implemented in java in the course ...
At this stage, we have found only two ways:
1. Flash Media Server
2. Some kind of open project, also placed on the server
Is it possible to do this without third-party software on the server? Or any other ready-made examples of implementation?
Answer the question
In order to leave comments, you need to log in
You can not use server solutions, but get by with flash on the client side.
Then we capture from the microphone, pull out the bytecode, during recording we write this bytecode into a separate ByteArray. At the end of the recording, we convert the final ByteArray to wav and save it on the server.
And already on the server you can implement converting wav'a to mp3 for example (ffmpeg).
Check out the list of free Adobe Media Server alternatives:
alternativeto.net/software/flash-media-server/?license=free
See answers here: " Capture audio from microphone by browser (methods) ".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question