-
Notifications
You must be signed in to change notification settings - Fork 280
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
not working example AVTransmit2 in mac os x #218
Comments
Similar Error: Exception in thread "main" java.lang.NullPointerException |
Have you solved this error? |
It seems to die when getting a device for MediaType.TEXT.
But it still doesn't work. The VIDEO device I get is recvonly.
This library is very poorly documented and supported. As you can see by the fact that this was asked 4 years ago with no reasonable response. |
I faced the following exception. And I tried with different options for mediaStream like mediaStream.setDirection(MediaDirection.SENDRECV); Exception in thread "main" java.lang.IllegalArgumentException: direction |
I run example:
error:
Can you help me fix this error, thanks !
The text was updated successfully, but these errors were encountered: