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:
#
# Fatal error in: ../../audio/audio_send_stream.cc, line 387
# last system error: 0
# Check failed: !race_checker.RaceDetected()
#
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:
- clone https://github.com/Charles92011/webrtc-java-experimental-server
- run main.java
- browse to wsclient.html
- click start
- click mirror
- Server will crash
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.
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.