-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Offered Ignored error when using docker-image because peerconnection was closed. #571
Comments
Same issues happening when I setup docker on aws ec2 instance. |
We have the same problem. |
pls try new version. |
Still actual. I'm trying on my server.
|
i also have the same issue on gcp platforms... i do not use turn server so for yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your environment.
What did you do?
I build the docker image for the JSON-rpc:
When I then try to send a video over this SFU (e.g. using https://github.com/pion/ion-sfu/tree/master/examples/pubsubtest with my custom docker image) I get an
offered ignored
error (https://github.com/pion/ion-sfu/blob/aa273c96ed18c362ebe0f4e7cfe5f840f2f98234/pkg/sfu/peer.go#L24). I don't have much experience with go but I found out that the signaling state at that point was "closed" and therefor I got the error. However I couldn't figure out why it closed the peer-connections.When I just compile the json-rpc using go (no docker) it works without problems.
Sorry, I am a bit short of time and don't exactly know what other Information could be useful. Please let me know if I can provide more context to this issue. :)
The text was updated successfully, but these errors were encountered: