posted 11 years ago
Hello friends!
I'm making an android app that must stream video in real time from device to a server.
I'm trying to use the RTMP protocol, and by the last two weeks I'm trying do it...
The problem is: how to link the result from MediaRecorder (the video) to RTMP protocol?
See:
Here is the MediaRecorder setup, the video will be placed at OUTPUT_FILE path. But I want to put this video at the RTMP.... :s
How to do this?
Any help will be GREAT!!!
Tnx!