-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fatal error in audio_send_stream.cc #118
Comments
This error only appears when transmitting an audio track. |
hey i am also getting this same error wheni am trying to add mediastreamtrack of another party
so help |
@naveenSaini1 I was never able to get past this error, and in a year there's been no update that mentions it. |
@Charles92011 hey i saw your project and that is really amazing most of the things i learn from there and about this error i need to resolve this because i am trying to make sfu server in webrtc and now i have been stuck at this point if you want we can figure out on this |
@naveenSaini1 I'm in the same situation. My goal was to build a server with this library, but I had to abandon it because of this error. You could always download the library source, and see if you can trap the error. From my research, the error is actually occurring in the WebRTC code itself, not the java RTC library. So you could try to modify JavaRTC to trap the exception or try to debug Google's WebRTC code to fix it. I don't have the resources available to do either one. |
@Charles92011
we will not get the error so i change this way to puting the track in diffrent way
but guess what same thing that same issue
@devopvoid can you please look into this , i really don't know like how to resolve this or can you gave little hint |
Describe the bug
I've had my experimental project working for a while now: https://github.com/Charles92011/webrtc-java-experimental-server
It was working great, but I put it away for a couple of months until we're ready to transition to it.
When I started it up today, it gets this error upon connecting two connections together:
I updated my pom file to get the latest version of the library and it still fails.
This error is untrappable, so I can't recover from it
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You should get two videos working fine
Desktop (please complete the following information):
Windows 10
Additional context
This was working fine when I last used it a few months ago.
The text was updated successfully, but these errors were encountered: