Android : E/VideoEncoder: Valid encoder not found : AMS RTMP #972
-
Hello, if (rtmpCamera1.isRecording() |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
This seems that you haven't h264 encoder. for (String codec: CodecUtil.showAllCodecsInfo()) {
Log.i("Pedro", codec);
} |
Beta Was this translation helpful? Give feedback.
-
You should be able to stream because you have OMX.google.h264.encoder. This could be a bug.
|
Beta Was this translation helpful? Give feedback.
-
Hello Pedro, I am experiencing the same issue, using an emulator and the default app from your repository, I also have reports from users with different type of devices having the problem, not sure where to go from there
|
Beta Was this translation helpful? Give feedback.
-
Fixed: |
Beta Was this translation helpful? Give feedback.
-
Yes, it is working now, thank you! |
Beta Was this translation helpful? Give feedback.
-
@hemantkathuria please, mark as answered to avoid confusion |
Beta Was this translation helpful? Give feedback.
@hemantkathuria please, mark as answered to avoid confusion