Is it possible to execute a โstreamโ of MediaRecorder result?
The only method I can see is mediaRecorder.setOutputFile, which receives a FileDescriptor. Therefore, I can write the result to a file or send via socket to the recipient.
I tried the second solution, but the video result is corrupted because it is not โsearchableโ in the stream.
The idea is to use the camera of an Android device to publish the result to Red5.
android stream mediarecorder red5
David Rodriguez
source share