S
S
sogologo2011-01-21 17:32:29
Adobe Flash
sogologo, 2011-01-21 17:32:29

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

4 answer(s)
T
tikhop, 2011-01-21
@tikhop

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).

R
Rafael Osipov, 2011-01-21
@Rafael

Check out the list of free Adobe Media Server alternatives:
alternativeto.net/software/flash-media-server/?license=free

L
lugansk, 2011-01-21
@lugansk

See answers here: " Capture audio from microphone by browser (methods) ".

K
k0der, 2011-01-22
@k0der

Red5. After installation, demo applications already have examples for recording sound and video. There is very little code and it is simple. Installed and tested - everything works :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question