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

Fix bugs in related to browser connecting via WebRTC #57

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

FelonEkonom
Copy link
Member

@FelonEkonom FelonEkonom commented Jan 7, 2025

Closes #52

Issues:

  • bug in signaling channel - awaits on Bump version to 0.23.1 membrane_webrtc_plugin#15
  • bug in codecs negotiation: Browser echo negotiates VP8 on one side of one connection and H264 on the second connection, while the negotiated codec should be the same
  • missing keyframe request in Browser echo example
  • Add test using headless Chrome
  • Allow connecting from both tabs for each side of the connection at the same time

@FelonEkonom FelonEkonom self-assigned this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebRTC examples don't work on master
1 participant