Skip to content

Commit

Permalink
chore: update membrane rtc engine (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamciokodzi authored Jun 10, 2024
1 parent c79cd28 commit c8b4fdd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
16 changes: 11 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -72,24 +72,30 @@ defmodule Fishjam.MixProject do
{:membrane_rtc_engine,
github: "fishjam-dev/membrane_rtc_engine",
sparse: "engine",
ref: "12e0c1c",
ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a",
override: "true"},
{:membrane_rtc_engine_webrtc,
github: "fishjam-dev/membrane_rtc_engine",
sparse: "webrtc",
ref: "12e0c1c",
ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a",
override: "true"},
{:membrane_rtc_engine_hls, "~> 0.7.0"},
{:membrane_rtc_engine_recording,
github: "fishjam-dev/membrane_rtc_engine",
sparse: "recording",
ref: "12e0c1c",
ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a",
override: "true"},
{:membrane_rtc_engine_rtsp,
github: "fishjam-dev/membrane_rtc_engine", sparse: "rtsp", ref: "12e0c1c", override: "true"},
github: "fishjam-dev/membrane_rtc_engine",
sparse: "rtsp",
ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a",
override: "true"},
{:membrane_rtc_engine_file, "~> 0.5.0"},
{:membrane_rtc_engine_sip,
github: "fishjam-dev/membrane_rtc_engine", sparse: "sip", ref: "12e0c1c", override: "true"},
github: "fishjam-dev/membrane_rtc_engine",
sparse: "sip",
ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a",
override: "true"},
{:membrane_telemetry_metrics, "~> 0.1.0"},

# HLS endpoints deps
Expand Down
10 changes: 5 additions & 5 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"membrane_raw_audio_parser_plugin": {:hex, :membrane_raw_audio_parser_plugin, "0.4.0", "7a1e53b68a221d00e47fb5d3c7e29200dfe8f7bc0862e69000b61c6562093acc", [:mix], [{:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_raw_audio_format, "~> 0.12.0", [hex: :membrane_raw_audio_format, repo: "hexpm", optional: false]}], "hexpm", "ff8d3fba45b1c2814b68d49878f19d2c1ad1147b53f606b48b6b67068435dcd0"},
"membrane_raw_video_format": {:hex, :membrane_raw_video_format, "0.3.0", "ba10f475e0814a6fe79602a74536b796047577c7ef5b0e33def27cd344229699", [:mix], [], "hexpm", "2f08760061c8a5386ecf04273480f10e48d25a1a40aa99476302b0bcd34ccb1c"},
"membrane_realtimer_plugin": {:hex, :membrane_realtimer_plugin, "0.9.0", "27210d5e32a5e8bfd101c41e4d8c1876e873a52cc129ebfbee4d0ccbea1cbd21", [:mix], [{:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "b2e96d62135ee57ef9a5fdea94b3a9ab1198e5ea8ee248391b89c671125d1b51"},
"membrane_rtc_engine": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "12e0c1c4264a05a15fec6369d7e471fb2f3013b9", [sparse: "engine", ref: "12e0c1c"]},
"membrane_rtc_engine": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "dc3ffd0051dd3aec6de142076ac01a5f79fe846a", [sparse: "engine", ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a"]},
"membrane_rtc_engine_file": {:hex, :membrane_rtc_engine_file, "0.5.0", "6936d803e9ffd01bddc4f7bbc5d2a5893bd8e60117f3ab7c0ec66ec7568cf1f4", [:mix], [{:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_file_plugin, "~> 0.16.0", [hex: :membrane_file_plugin, repo: "hexpm", optional: false]}, {:membrane_h26x_plugin, "~> 0.10.0", [hex: :membrane_h26x_plugin, repo: "hexpm", optional: false]}, {:membrane_ogg_plugin, "~> 0.3.0", [hex: :membrane_ogg_plugin, repo: "hexpm", optional: false]}, {:membrane_opus_plugin, "~> 0.19.3", [hex: :membrane_opus_plugin, repo: "hexpm", optional: false]}, {:membrane_realtimer_plugin, "~> 0.9.0", [hex: :membrane_realtimer_plugin, repo: "hexpm", optional: false]}, {:membrane_rtc_engine, "~> 0.22.0", [hex: :membrane_rtc_engine, repo: "hexpm", optional: false]}, {:membrane_rtc_engine_webrtc, "~> 0.8.0", [hex: :membrane_rtc_engine_webrtc, repo: "hexpm", optional: false]}], "hexpm", "150e42a34baa6971d341b64d2ada06ee066d7fcca9aee9a73a5d6a09fe192c0e"},
"membrane_rtc_engine_hls": {:hex, :membrane_rtc_engine_hls, "0.7.0", "03a7797389c493c824c1262afaf8fe4e1314406ec93d5d99de11e5528c5094b1", [:mix], [{:membrane_aac_fdk_plugin, "~> 0.18.5", [hex: :membrane_aac_fdk_plugin, repo: "hexpm", optional: false]}, {:membrane_aac_plugin, "~> 0.18.0", [hex: :membrane_aac_plugin, repo: "hexpm", optional: false]}, {:membrane_audio_mix_plugin, "~> 0.16.0", [hex: :membrane_audio_mix_plugin, repo: "hexpm", optional: true]}, {:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_h264_ffmpeg_plugin, "~> 0.31.0", [hex: :membrane_h264_ffmpeg_plugin, repo: "hexpm", optional: false]}, {:membrane_h26x_plugin, "~> 0.10.0", [hex: :membrane_h26x_plugin, repo: "hexpm", optional: false]}, {:membrane_http_adaptive_stream_plugin, "~> 0.18.2", [hex: :membrane_http_adaptive_stream_plugin, repo: "hexpm", optional: false]}, {:membrane_opus_plugin, "~> 0.19.3", [hex: :membrane_opus_plugin, repo: "hexpm", optional: false]}, {:membrane_raw_audio_format, "~> 0.12.0", [hex: :membrane_raw_audio_format, repo: "hexpm", optional: false]}, {:membrane_raw_video_format, "~> 0.3.0", [hex: :membrane_raw_video_format, repo: "hexpm", optional: false]}, {:membrane_rtc_engine, "~> 0.22.0", [hex: :membrane_rtc_engine, repo: "hexpm", optional: false]}, {:membrane_rtc_engine_webrtc, "~> 0.8.0", [hex: :membrane_rtc_engine_webrtc, repo: "hexpm", optional: false]}, {:membrane_video_compositor_plugin, "~> 0.7.0", [hex: :membrane_video_compositor_plugin, repo: "hexpm", optional: true]}], "hexpm", "88b39725792f1fa41439ef1e8260d016b4eb9173eb8568a307769d3ddd721f52"},
"membrane_rtc_engine_recording": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "12e0c1c4264a05a15fec6369d7e471fb2f3013b9", [sparse: "recording", ref: "12e0c1c"]},
"membrane_rtc_engine_rtsp": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "12e0c1c4264a05a15fec6369d7e471fb2f3013b9", [sparse: "rtsp", ref: "12e0c1c"]},
"membrane_rtc_engine_sip": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "12e0c1c4264a05a15fec6369d7e471fb2f3013b9", [sparse: "sip", ref: "12e0c1c"]},
"membrane_rtc_engine_webrtc": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "12e0c1c4264a05a15fec6369d7e471fb2f3013b9", [sparse: "webrtc", ref: "12e0c1c"]},
"membrane_rtc_engine_recording": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "dc3ffd0051dd3aec6de142076ac01a5f79fe846a", [sparse: "recording", ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a"]},
"membrane_rtc_engine_rtsp": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "dc3ffd0051dd3aec6de142076ac01a5f79fe846a", [sparse: "rtsp", ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a"]},
"membrane_rtc_engine_sip": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "dc3ffd0051dd3aec6de142076ac01a5f79fe846a", [sparse: "sip", ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a"]},
"membrane_rtc_engine_webrtc": {:git, "https://github.com/fishjam-dev/membrane_rtc_engine.git", "dc3ffd0051dd3aec6de142076ac01a5f79fe846a", [sparse: "webrtc", ref: "dc3ffd0051dd3aec6de142076ac01a5f79fe846a"]},
"membrane_rtp_format": {:hex, :membrane_rtp_format, "0.8.0", "828924bbd27efcf85b2015ae781e824c4a9928f0a7dc132abc66817b2c6edfc4", [:mix], [{:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "bc75d2a649dfaef6df563212fbb9f9f62eebc871393692f9dae8d289bd4f94bb"},
"membrane_rtp_g711_plugin": {:hex, :membrane_rtp_g711_plugin, "0.2.0", "ce8dcd5c7dedec60f02778dec06a94fbcdc2be1c527d1ec99abebd904e39a8b3", [:mix], [{:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_g711_format, "~> 0.1.0", [hex: :membrane_g711_format, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.8.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "a852ff1e2619d832a0a6ffd3829853a44367c02398b67eca9bfa00b649ae005e"},
"membrane_rtp_h264_plugin": {:hex, :membrane_rtp_h264_plugin, "0.19.1", "8c61b3d2968e54e1b459a42f070ea71f597056eba4059df780eaa8da8aee6035", [:mix], [{:bunch, "~> 1.5", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 1.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_h264_format, "~> 0.6.0", [hex: :membrane_h264_format, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.8.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}], "hexpm", "fb2bb5d4ed18f38523851cb449a2c78ed533e58028dc058342b8cfd659f812d5"},
Expand Down

0 comments on commit c8b4fdd

Please sign in to comment.