With @rowntreerob's help, I have successfully built the FFMpeg for Android library / shared object for use in an Android application.
How do I capture the stdout or stderr messages issued as a result of running an FFMpeg command and display the messages in a TexView widget in the same Android application from which the FFMpeg command was issued?
Also when FFMPeg connects to (Wowza/Flash Media Server)- FMS, FMS issues CONNECTING, CONNECTED and STREAMING messages. How does one capture these messages and display them using Toast in the application from from which the FFMpeg command was issued.
Sample code will really help. TIA
– user1545779 Aug 20 '12 at 16:30
com/b2bpo/media/notes/RecorderActivity.java
code. There is alot of code to paste here. Could I email you the pertinent issues I have directly? -f you do not mind – user1545779 Aug 20 '12 at 16:38