Skip to content
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

[BUG] MediaStreamSample doesn't work #138

Closed
iiiyx opened this issue Jul 14, 2020 · 2 comments
Closed

[BUG] MediaStreamSample doesn't work #138

iiiyx opened this issue Jul 14, 2020 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@iiiyx
Copy link

iiiyx commented Jul 14, 2020

Describe the bug
MediaStreamSample doesn't work. It stucks on setting peer description.

To Reproduce
Steps to reproduce the behavior:
Just run the sample and add tracks
After that, the program will stuck on setting local peer description: pc1.SetLocalDescription(...)

Expected behavior
WebRTC connection established and media flows

Environment (please complete the following information):

  • OS: Windows 10 x64
  • Unity Version 2019.4.1f1
  • Package version 2.0.4-preview

Additional context
The problem appears when there are tracks in the stream. I.e. PeerConnectionSample works because there are no tracks.

@iiiyx iiiyx added the bug Something isn't working label Jul 14, 2020
@karasusan
Copy link
Collaborator

We reproduced the issue and will fix it for the next version. Thanks!

@karasusan karasusan added this to the 2.1.0 milestone Jul 15, 2020
@karasusan
Copy link
Collaborator

fixed this issue with #161.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants