-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mix couple videos #6617
Comments
If you don't need to video frame output to be perfectly synchronized, you could try having two players output to TextureViews then set the alpha on the top view, but I'm not sure if this gives the type of mixing you're after. A more flexible approach would be to have two players, where each one is configured to output to its own |
@andrewlewis I tried this demo application, and faced with an error while trying to use it in my app. I'll provide stacktrace below, and seems renderer calls reset() -> .... -> mediacodec.stop() please see above for more details ))
and usage
there is a exception
|
@ArshakManukyan having the same issue |
Can I receive two frames from two video and mix it in custom renderer?
The text was updated successfully, but these errors were encountered: