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

Merged
merged 32 commits into from
Feb 3, 2025
Merged

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
@FelonEkonom FelonEkonom marked this pull request as ready for review January 23, 2025 11:16
@FelonEkonom FelonEkonom marked this pull request as draft January 23, 2025 11:17
@FelonEkonom FelonEkonom marked this pull request as ready for review January 23, 2025 17:00
@FelonEkonom FelonEkonom requested a review from mat-hek January 28, 2025 09:53
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of a custom test job you can check if "CIRCLECI" env is set to "true" in test_helper.exs

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO it is better to have an explicit information in job name that browser tests are excluded on CI, to make situations when tests pass only on CI less magic

* add WHIP support

* refactor WHIP API, make CLI work

* fix whip IP

* update examples

* make WHIP <-> WebRTC connection work, refactor browser tests

* CR
@FelonEkonom FelonEkonom merged commit 5859bd1 into master Feb 3, 2025
3 checks passed
@FelonEkonom FelonEkonom deleted the fix-bugs branch February 3, 2025 13:10
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
3 participants