-
Notifications
You must be signed in to change notification settings - Fork 14
Conversation
Acctually, could we wait for solving this at first fishjam-dev/membrane_webrtc_plugin#107 |
bf6b544
to
b6eaca4
Compare
Codecov Report
@@ Coverage Diff @@
## master #253 +/- ##
==========================================
+ Coverage 57.77% 57.82% +0.05%
==========================================
Files 38 38
Lines 1788 1788
==========================================
+ Hits 1033 1034 +1
+ Misses 755 754 -1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
b6eaca4
to
20d5911
Compare
mix.exs
Outdated
@@ -60,23 +60,23 @@ defmodule Membrane.RTC.Engine.MixProject do | |||
defp deps do | |||
[ | |||
{:membrane_core, "~> 0.11.2"}, | |||
{:membrane_webrtc_plugin, "~> 0.12.0"}, | |||
{:membrane_webrtc_plugin, "~> 0.13.0"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we've got a webrtc / rtp incompatibility here that causes integration tests to fail completely. The same will, I assume, completely break the videoroom.
So, we either:
- revert this change, or
- wait for [RTC-93] Add some RTP metrics membraneframework/membrane_rtp_plugin#142 to be merged
No description provided.