-
Notifications
You must be signed in to change notification settings - Fork 37
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
E/Camera: Error 100. Stream is closed when try to send audio and video #2
Comments
As you can see no matter what I do I cant replicate your library neither I can use it to see the results. |
Here is another log from second test app in this log surfacePreviewTexture is failing.
|
Its been 4 days I am still waiting for your reply. Is my error log insufficient? |
Hi, sorry for delay in response. The main problem is in this line: which the surface is set to null. Have you permit your application to overwrite on other layouts? |
Hello, Thank you so much for your response yes I have granted permission of drawing over other apps. Here is my manifest file:
Further more I have confirmed whenever the application launches the screen becomes non responsive i.e. hidden overlay is drawn over other apps. Further more in this library camera is opening 3 times. which causes conflict resulting in Error 100 on Please correct me if I am wrong, shouldn't the camera be opened and initialized once in I apologize for inconvenience but I am new to android development and I doing this project as a hobby but its integration with yasea is way over my head that's why I am trying to understand your work. |
Hello,
From past few days I have been trying to replicate what you did but there is an error E/Camera: Error 100 in library which I believe is causing application to crash.
I have also tried to manually including your files without including dependency to the library but the result is same. Whenever I send audio only the the program works like a charm but when i set sendAudioOnly = false in SrsPublisher class the application opens a stream but don't publish anything.
Here is the log from 1st test application in which library is added as a dependency:
Here is the output of second application in which I merge your library locally:
The text was updated successfully, but these errors were encountered: