Its possible to \"stream\" result of MediaRecorder?
The unique method i can see is mediaRecorder.setOutputFile that receives a FileDescriptor. So i can write the res
Yes, it possible, there are many examples for that. You can checkout sipdroid example. Or even Android IP camera which is much more simple.
Good Luck