Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 8655afb

Browse files
authored
Update membrane deps (#124)
1 parent b6b84e9 commit 8655afb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule VideoRoom.MixProject do
3030
[
3131
{:membrane_core,
3232
github: "membraneframework/membrane_core", branch: "poc-fake-push", override: true},
33-
{:membrane_rtc_engine, "~> 0.10.1", override: true},
33+
{:membrane_rtc_engine, "~> 0.10.2", override: true},
3434
{:membrane_rtp_plugin,
3535
github: "membraneframework/membrane_rtp_plugin",
3636
branch: "feature/outbound-retransmissions",

mix.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"membrane_opentelemetry": {:hex, :membrane_opentelemetry, "0.1.0", "af774bc5b9bad3a822e9a26d8530819b0291b569a282c65a7dd51cc498e6e9cd", [:mix], [{:opentelemetry_api, "~> 1.0.0", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}], "hexpm", "2e4072a5f14eb95514701e242a7667a7178dfc6afd313d4643ec0726391c243b"},
5151
"membrane_opus_format": {:hex, :membrane_opus_format, "0.3.0", "3804d9916058b7cfa2baa0131a644d8186198d64f52d592ae09e0942513cb4c2", [:mix], [], "hexpm", "8fc89c97be50de23ded15f2050fe603dcce732566fe6fdd15a2de01cb6b81afe"},
5252
"membrane_raw_video_format": {:hex, :membrane_raw_video_format, "0.2.0", "cda8eb207cf65c93690a19001aba3edbb2ba5d22abc8068a1f6a785ba871e8cf", [:mix], [], "hexpm", "6b716fc24f60834323637c95aaaa0f99be23fcc6a84a21af70195ef50185b634"},
53-
"membrane_rtc_engine": {:hex, :membrane_rtc_engine, "0.10.1", "f725cca596f30a1f17c3d3a1344ccee295fc049a88b599ca558cf13ef989a667", [:mix], [{:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:membrane_aac_fdk_plugin, "~> 0.13.0", [hex: :membrane_aac_fdk_plugin, repo: "hexpm", optional: true]}, {:membrane_aac_plugin, "~> 0.12.0", [hex: :membrane_aac_plugin, repo: "hexpm", optional: true]}, {:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_ffmpeg_swscale_plugin, "~> 0.10.0", [hex: :membrane_ffmpeg_swscale_plugin, repo: "hexpm", optional: true]}, {:membrane_file_plugin, "~> 0.12.0", [hex: :membrane_file_plugin, repo: "hexpm", optional: false]}, {:membrane_framerate_converter_plugin, "~> 0.5.0", [hex: :membrane_framerate_converter_plugin, repo: "hexpm", optional: true]}, {:membrane_h264_ffmpeg_plugin, "~> 0.21.5", [hex: :membrane_h264_ffmpeg_plugin, repo: "hexpm", optional: true]}, {:membrane_http_adaptive_stream_plugin, "~> 0.8.1", [hex: :membrane_http_adaptive_stream_plugin, repo: "hexpm", optional: true]}, {:membrane_mp4_plugin, "~> 0.16.1", [hex: :membrane_mp4_plugin, repo: "hexpm", optional: true]}, {:membrane_opentelemetry, "~> 0.1.0", [hex: :membrane_opentelemetry, repo: "hexpm", optional: false]}, {:membrane_opus_plugin, "~> 0.15.0", [hex: :membrane_opus_plugin, repo: "hexpm", optional: true]}, {:membrane_rtp_format, "~> 0.5.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}, {:membrane_rtp_h264_plugin, "~> 0.13.0", [hex: :membrane_rtp_h264_plugin, repo: "hexpm", optional: false]}, {:membrane_rtp_opus_plugin, "~> 0.6.0", [hex: :membrane_rtp_opus_plugin, repo: "hexpm", optional: false]}, {:membrane_rtp_vp8_plugin, "~> 0.6.0", [hex: :membrane_rtp_vp8_plugin, repo: "hexpm", optional: false]}, {:membrane_tee_plugin, "~> 0.9.0", [hex: :membrane_tee_plugin, repo: "hexpm", optional: false]}, {:membrane_telemetry_metrics, "~> 0.1.0", [hex: :membrane_telemetry_metrics, repo: "hexpm", optional: false]}, {:membrane_webrtc_plugin, "~> 0.11.0", [hex: :membrane_webrtc_plugin, repo: "hexpm", optional: false]}, {:opentelemetry, "~> 1.0.0", [hex: :opentelemetry, repo: "hexpm", optional: false]}, {:opentelemetry_api, "~> 1.0.0", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}, {:qex, "~> 0.5", [hex: :qex, repo: "hexpm", optional: false]}, {:statistics, "~> 0.6", [hex: :statistics, repo: "hexpm", optional: false]}, {:unifex, "~> 1.0", [hex: :unifex, repo: "hexpm", optional: false]}, {:uuid, "~> 1.1", [hex: :uuid, repo: "hexpm", optional: false]}], "hexpm", "ab9630fe4dbd263c57becc5b60ffb2a6b66837fe171ce4320797fa0a4b54e384"},
53+
"membrane_rtc_engine": {:hex, :membrane_rtc_engine, "0.10.2", "07c068c7951657be4c55c41e6ab551b88e5447ea77593b4a86629d769767face", [:mix], [{:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:membrane_aac_fdk_plugin, "~> 0.13.0", [hex: :membrane_aac_fdk_plugin, repo: "hexpm", optional: true]}, {:membrane_aac_plugin, "~> 0.12.0", [hex: :membrane_aac_plugin, repo: "hexpm", optional: true]}, {:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_ffmpeg_swscale_plugin, "~> 0.10.0", [hex: :membrane_ffmpeg_swscale_plugin, repo: "hexpm", optional: true]}, {:membrane_file_plugin, "~> 0.12.0", [hex: :membrane_file_plugin, repo: "hexpm", optional: false]}, {:membrane_framerate_converter_plugin, "~> 0.5.0", [hex: :membrane_framerate_converter_plugin, repo: "hexpm", optional: true]}, {:membrane_h264_ffmpeg_plugin, "~> 0.21.5", [hex: :membrane_h264_ffmpeg_plugin, repo: "hexpm", optional: true]}, {:membrane_http_adaptive_stream_plugin, "~> 0.8.1", [hex: :membrane_http_adaptive_stream_plugin, repo: "hexpm", optional: true]}, {:membrane_mp4_plugin, "~> 0.16.1", [hex: :membrane_mp4_plugin, repo: "hexpm", optional: true]}, {:membrane_opentelemetry, "~> 0.1.0", [hex: :membrane_opentelemetry, repo: "hexpm", optional: false]}, {:membrane_opus_plugin, "~> 0.15.0", [hex: :membrane_opus_plugin, repo: "hexpm", optional: true]}, {:membrane_rtp_format, "~> 0.5.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}, {:membrane_rtp_h264_plugin, "~> 0.13.0", [hex: :membrane_rtp_h264_plugin, repo: "hexpm", optional: false]}, {:membrane_rtp_opus_plugin, "~> 0.6.0", [hex: :membrane_rtp_opus_plugin, repo: "hexpm", optional: false]}, {:membrane_rtp_vp8_plugin, "~> 0.6.0", [hex: :membrane_rtp_vp8_plugin, repo: "hexpm", optional: false]}, {:membrane_tee_plugin, "~> 0.9.0", [hex: :membrane_tee_plugin, repo: "hexpm", optional: false]}, {:membrane_telemetry_metrics, "~> 0.1.0", [hex: :membrane_telemetry_metrics, repo: "hexpm", optional: false]}, {:membrane_webrtc_plugin, "~> 0.11.0", [hex: :membrane_webrtc_plugin, repo: "hexpm", optional: false]}, {:opentelemetry, "~> 1.0.0", [hex: :opentelemetry, repo: "hexpm", optional: false]}, {:opentelemetry_api, "~> 1.0.0", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}, {:qex, "~> 0.5", [hex: :qex, repo: "hexpm", optional: false]}, {:statistics, "~> 0.6", [hex: :statistics, repo: "hexpm", optional: false]}, {:unifex, "~> 1.0", [hex: :unifex, repo: "hexpm", optional: false]}, {:uuid, "~> 1.1", [hex: :uuid, repo: "hexpm", optional: false]}], "hexpm", "a8824b776607a9ac8e3b5eb7bb68e3c5a3451b5ffb9a62eb8b70f6a18f6d7409"},
5454
"membrane_rtc_engine_timescaledb": {:hex, :membrane_rtc_engine_timescaledb, "0.1.0", "d0b5657a5555e9b6a85a0327ce9f95c5d9b7f4e2e6b2d1d1527be8e51852cd17", [:mix], [{:ecto_sql, "~> 3.7", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:membrane_rtc_engine, "~> 0.8.0", [hex: :membrane_rtc_engine, repo: "hexpm", optional: false]}, {:postgrex, "~> 0.16", [hex: :postgrex, repo: "hexpm", optional: false]}], "hexpm", "da33836dc50f261f306c81444ff6b9e693bc9fe6ecddfdfaa3c90a71cd3257c9"},
5555
"membrane_rtp_format": {:hex, :membrane_rtp_format, "0.5.0", "1b6930453be836bcc48ff71daeea76ac969cb726c0afda7203ddbbd76ca2db37", [:mix], [{:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "cd4d5c0389b154523d42781e492617e5d02a11af0f11163008f434a9f6179d5a"},
5656
"membrane_rtp_h264_plugin": {:hex, :membrane_rtp_h264_plugin, "0.13.0", "39c5cbe86471336e8d5cfae0f50d1e1b219b38af908f81d7971efe48c51dfd72", [:mix], [{:bunch, "~> 1.3", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_h264_format, "~> 0.3.0", [hex: :membrane_h264_format, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "0.5.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "ace81e2783bc63ce54b1375ceb5c2e9c28114f6d03bfad8545b10a88403d1a47"},
5757
"membrane_rtp_opus_plugin": {:hex, :membrane_rtp_opus_plugin, "0.6.0", "3cb0e7f255567160077a6f8cb5ec4d9193aded19b83561a8a9d9c64a9594f55c", [:mix], [{:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_opus_format, "~> 0.3.0", [hex: :membrane_opus_format, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.5.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "66c54bd9b041dade42c847c0184c633503cf2b829de1ebbf6cacabf4b5e7e9b0"},
58-
"membrane_rtp_plugin": {:git, "https://github.com/membraneframework/membrane_rtp_plugin.git", "d676a4f33f6b9e679cd43e01328998fc3cf79eef", [branch: "feature/outbound-retransmissions"]},
58+
"membrane_rtp_plugin": {:git, "https://github.com/membraneframework/membrane_rtp_plugin.git", "9e5197bb5d7f5ece450438e98933381b173e19fd", [branch: "feature/outbound-retransmissions"]},
5959
"membrane_rtp_vp8_plugin": {:hex, :membrane_rtp_vp8_plugin, "0.6.1", "3c198fcb7c3e4a6a7cd1ed33608cb5aeafeb739d044943211e8e52a9700a7094", [:mix], [{:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.5.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}, {:membrane_vp8_format, "~> 0.4.0", [hex: :membrane_vp8_format, repo: "hexpm", optional: false]}], "hexpm", "acca382113d0fd0f6c9f9a8edb3221dd7a5bbefeb51868b4e2b188b9c0f23962"},
6060
"membrane_tee_plugin": {:hex, :membrane_tee_plugin, "0.9.1", "87bc24629718a43dd8b5ba7b721c5d59da43b4e954ed86ca9d2b050095c94483", [:mix], [{:bunch, "~> 1.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.10.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "0a27e8efd5414fbe3cd7d88d812905ba7030c82a5f0b5799ad5ddbc637ac7aeb"},
6161
"membrane_telemetry_metrics": {:hex, :membrane_telemetry_metrics, "0.1.0", "cb93d28356b436b0597736c3e4153738d82d2a14ff547f831df7e9051e54fc06", [:mix], [{:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:telemetry_metrics, "~> 0.6.1", [hex: :telemetry_metrics, repo: "hexpm", optional: false]}], "hexpm", "aba28dc8311f70ced95d984509be930fac55857d2d18bffcf768815e627be3f0"},

0 commit comments

Comments
 (0)