Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Remove unused variable. Update deps. Bump version to 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Dec 29, 2021
1 parent 64ddfd6 commit 9d8cda1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The package can be installed by adding `membrane_rtc_engine` to your list of dep
```elixir
def deps do
[
{:membrane_rtc_engine, "~> 0.1.0-alpha.2"}
{:membrane_rtc_engine, "~> 0.1.0"}
]
end
```
Expand Down
14 changes: 6 additions & 8 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.RTC.Engine.MixProject do
use Mix.Project

@version "0.1.0-alpha.2"
@version "0.1.0"
@github_url "https://github.com/membraneframework/membrane_rtc_engine"

def project do
Expand Down Expand Up @@ -51,17 +51,15 @@ defmodule Membrane.RTC.Engine.MixProject do

defp deps do
[
{:membrane_core, github: "membraneframework/membrane_core", override: true},
{:membrane_webrtc_plugin,
github: "membraneframework/membrane_webrtc_plugin", optional: true},
{:membrane_http_adaptive_stream_plugin,
github: "membraneframework/membrane_http_adaptive_stream_plugin", optional: true},
{:membrane_core, "~> 0.8.0"},
{:membrane_webrtc_plugin, "~> 0.2.0", optional: true},
{:membrane_http_adaptive_stream_plugin, "~> 0.4.0", optional: true},
{:membrane_mp4_plugin, "~> 0.9.0", optional: true},
{:membrane_aac_plugin, "~> 0.9.0", optional: true},
{:membrane_aac_format, "~> 0.5.0", optional: true},
{:membrane_aac_fdk_plugin, "~> 0.9.0", optional: true},
{:membrane_element_tee, "~> 0.5.0"},
{:membrane_element_fake, "~> 0.5.0"},
{:membrane_element_tee, "~> 0.6.0"},
{:membrane_element_fake, "~> 0.6.0"},
{:uuid, "~> 1.1"},
{:jason, "~> 1.2"},
{:dialyxir, "1.1.0", only: :dev, runtime: false},
Expand Down
10 changes: 5 additions & 5 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"membrane_caps_video_raw": {:hex, :membrane_caps_video_raw, "0.1.0", "6aa751b0c338ea6672540b7ec7ad2be0d23bad931b8a8776757da9b279070a3b", [:mix], [], "hexpm", "3f60d65189bd9e3b0ab77e0ebf2e0c1b04d0fd6f67c546fc1d54d9958c362ce4"},
"membrane_cmaf_format": {:hex, :membrane_cmaf_format, "0.4.0", "200d3d77bc6087ebfb6487fd15af63287bf8034a0ab5b0ab8531e597a681ff6a", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "d67beeb35640ccac3d995af65d5a9290558b4e4b6e647635705db6dfbf68e5b5"},
"membrane_common_c": {:hex, :membrane_common_c, "0.10.0", "9db4fa2964039e3cd518b333d27ff7492c9746cd6af5ebd217a101fa1bccbdcd", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:shmex, "~> 0.4.0", [hex: :shmex, repo: "hexpm", optional: false]}, {:unifex, "~> 0.7.0", [hex: :unifex, repo: "hexpm", optional: false]}], "hexpm", "bb3312f1b25d9eae3226b49d1f0daa6535fe38ac72d8742adb60b4373c531566"},
"membrane_core": {:git, "https://github.com/membraneframework/membrane_core.git", "840a62e67c093888dc1b63b3dae9ea0d8ee6858c", []},
"membrane_core": {:hex, :membrane_core, "0.8.2", "fe9a1ccd8abb10813a8f30bf00133c229fabdf6512594cf8019416714a4de825", [:mix], [{:bunch, "~> 1.3", [hex: :bunch, repo: "hexpm", optional: false]}, {:qex, "~> 0.3", [hex: :qex, repo: "hexpm", optional: false]}, {:ratio, "~> 2.0", [hex: :ratio, repo: "hexpm", optional: false]}, {:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "e94f00cbba5b25fe640d84dbf65e84e22bba212b9df379900553bf245f55b7d3"},
"membrane_dtls_plugin": {:hex, :membrane_dtls_plugin, "0.7.0", "cfc1347b84184fc279da0e3ce6e4e3c29bef40dbc0bb2777843ce796ddb983f5", [:mix], [{:ex_dtls, "~> 0.8.0", [hex: :ex_dtls, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_ice_plugin, "~> 0.8.0", [hex: :membrane_ice_plugin, repo: "hexpm", optional: false]}], "hexpm", "0560a3ece7c3bc8bd47a7739af5ebc7f26d861b56c575ff81db3a77aa129cdf2"},
"membrane_element_fake": {:hex, :membrane_element_fake, "0.5.0", "7dd39d0b3dd65f8fd81717029691e04b40fbab46b0a7eedc195a45c51ef977d1", [:mix], [{:membrane_core, "~> 0.7.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "e9d1d47fd2ae2c6b86cbf920298339e6f8e30bc41fec4714b5a7f688b21680f7"},
"membrane_element_tee": {:hex, :membrane_element_tee, "0.5.0", "d83c405e1492a4cf9829cc453356c28af97fb87b8a86caf4e7dc1dd88208a417", [:mix], [{:bunch, "~> 1.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.7.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "d11b50615ea854bc8f753647b1f102b59468eeb6cf6b32f81c434f30eb03b489"},
"membrane_element_fake": {:hex, :membrane_element_fake, "0.6.0", "908f1d889bdfcf902e5e41a679f5bc1f027b308cd4e4507e0e50e23962ef553d", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "5735a4968b27f61d654f6c6f07999708dce56a650d8bb77662d13b33d75ef7ec"},
"membrane_element_tee": {:hex, :membrane_element_tee, "0.6.0", "bee38373bdd798529bb4160d3aeff21a89a93a768b6f85eb5cb52b5ccbad4686", [:mix], [{:bunch, "~> 1.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "dab7a466cbefd939daff554444b4751ee3d95364f97f906c3097b08e30d163d3"},
"membrane_funnel_plugin": {:hex, :membrane_funnel_plugin, "0.4.0", "b61138739367006c242309b52d01d7394bcf379345cf3053f698d6766e13e79a", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "ccb3459fe6211d099447c655b3573c87a14de45e1bc1776eed44d14e37cf8ca7"},
"membrane_h264_ffmpeg_plugin": {:hex, :membrane_h264_ffmpeg_plugin, "0.16.3", "ccdef6c6c1f58d2c2ff8e9135deb5e5b9ba7ae8b85479a14283f1db896dbf3f3", [:mix], [{:bunch, "~> 1.3.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:membrane_caps_video_raw, "~> 0.1.0", [hex: :membrane_caps_video_raw, repo: "hexpm", optional: false]}, {:membrane_common_c, "~> 0.10.0", [hex: :membrane_common_c, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_h264_format, "~> 0.3.0", [hex: :membrane_h264_format, repo: "hexpm", optional: false]}, {:ratio, "~> 2.4.0", [hex: :ratio, repo: "hexpm", optional: false]}, {:unifex, "~> 0.7.2", [hex: :unifex, repo: "hexpm", optional: false]}], "hexpm", "fa3674e515bcde226c7b0661f8598ce746ae6f411c14f4e353fccaca45ae8686"},
"membrane_h264_format": {:hex, :membrane_h264_format, "0.3.0", "84426aac86c3f4d3e8110438c3514ad94aa528e7002650d40e3b3862e2af5e3e", [:mix], [], "hexpm", "8254e52cea3c5d7c078c960a32f1ba338eeae9e301515302fd293f1683fa8dd9"},
"membrane_http_adaptive_stream_plugin": {:git, "https://github.com/membraneframework/membrane_http_adaptive_stream_plugin.git", "83ae48318e3312a9301a1da0a335ccc722835cdc", []},
"membrane_http_adaptive_stream_plugin": {:hex, :membrane_http_adaptive_stream_plugin, "0.4.1", "96727349fb840a8ec14c9bcfcccfcae3d8cf596ae7d3cc6a7350965c5fa1832c", [:mix], [{:credo, "~> 1.5.6", [hex: :credo, repo: "hexpm", optional: false]}, {:membrane_cmaf_format, "~> 0.4.0", [hex: :membrane_cmaf_format, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_mp4_plugin, "~> 0.9.0", [hex: :membrane_mp4_plugin, repo: "hexpm", optional: false]}], "hexpm", "b031614e3f78bdaeb99089f5c7e7c521618efc427daa81ef4288cf2b25ba48cd"},
"membrane_ice_plugin": {:hex, :membrane_ice_plugin, "0.8.0", "5175c50f249bc62aebe9d5a661c5ca0ad6b83bc5f519141fd76a3a0ad6b7084f", [:mix], [{:bunch, "~> 1.3.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:ex_libnice, "~> 0.7.0", [hex: :ex_libnice, repo: "hexpm", optional: false]}, {:fake_turn, "~> 0.1.0", [hex: :fake_turn, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_funnel_plugin, "~> 0.4.0", [hex: :membrane_funnel_plugin, repo: "hexpm", optional: false]}], "hexpm", "2d3cc7d7590e92371533932433a176a147d4d5176ddd730942dd20041f442c12"},
"membrane_mp4_format": {:hex, :membrane_mp4_format, "0.4.0", "b0751c721e7d32387ab0922599c626818e1a4fb96af7ad5c60f053fb03aae5b8", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "91230d7ddb449fb116267db87f0c1cec6d02e82cb3063f1c1cec0ee37bfd208a"},
"membrane_mp4_plugin": {:hex, :membrane_mp4_plugin, "0.9.0", "1232025dfd3fce33b7b84a3debde82f2a8799412accc5be01ca6303415935c90", [:mix], [{:membrane_aac_format, "~> 0.5.0", [hex: :membrane_aac_format, repo: "hexpm", optional: false]}, {:membrane_caps_video_h264, "~> 0.2.0", [hex: :membrane_caps_video_h264, repo: "hexpm", optional: false]}, {:membrane_cmaf_format, "~> 0.4.0", [hex: :membrane_cmaf_format, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_mp4_format, "~> 0.4.0", [hex: :membrane_mp4_format, repo: "hexpm", optional: false]}], "hexpm", "371a37e1ab8a8f36ae9f88bada8fc6b106d07c768efb6b4339ee02e9db859aca"},
Expand All @@ -54,7 +54,7 @@
"membrane_rtp_plugin": {:hex, :membrane_rtp_plugin, "0.11.0", "9a5b061af14f5f20b6b47367202d9dbed78a834c9b2cf9a51db4a1353f9bbfbf", [:mix], [{:bimap, "~> 1.1.0", [hex: :bimap, repo: "hexpm", optional: false]}, {:bunch, "~> 1.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:ex_libsrtp, "~> 0.3.0", [hex: :ex_libsrtp, repo: "hexpm", optional: true]}, {:heap, "~> 2.0.2", [hex: :heap, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.3.1", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}, {:membrane_rtp_h264_plugin, "~> 0.8.0", [hex: :membrane_rtp_h264_plugin, repo: "hexpm", optional: false]}], "hexpm", "c5bcd972c7250182d2c950da20779ab3e92303928e11beb3e9c14d0b0b854f12"},
"membrane_rtp_vp8_plugin": {:hex, :membrane_rtp_vp8_plugin, "0.2.0", "6babe58152930bab321076b435068985957c7b0b309d0743c037245e2442558a", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.3.1", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}, {:membrane_vp8_format, "~> 0.3.0", [hex: :membrane_vp8_format, repo: "hexpm", optional: false]}], "hexpm", "a5e1c8c11827c32af0c7ae3f9bd0a5878b8b0ae0940bc5978a2cfa9deb030c30"},
"membrane_vp8_format": {:hex, :membrane_vp8_format, "0.3.0", "97b7a62bfd62462d331f246118aa3230a1c7c10942c067c8552d691b5e03dff5", [:mix], [{:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}], "hexpm", "9b8d688314e6551680e87ae36ef9df9408e4213cde6d55f180be7a55be98db40"},
"membrane_webrtc_plugin": {:git, "https://github.com/membraneframework/membrane_webrtc_plugin.git", "a1b48c90a32581b2d9e63d9905bceb90bd00ddcb", []},
"membrane_webrtc_plugin": {:hex, :membrane_webrtc_plugin, "0.2.0", "0a101e74514b6204e19cc377f56632db900a408fe478d224e05d0e42d9e69a15", [:mix], [{:bunch, "~> 1.3.0", [hex: :bunch, repo: "hexpm", optional: false]}, {:ex_libsrtp, "~> 0.3.0", [hex: :ex_libsrtp, repo: "hexpm", optional: false]}, {:ex_sdp, "~> 0.6.0", [hex: :ex_sdp, repo: "hexpm", optional: false]}, {:membrane_core, "~> 0.8.0", [hex: :membrane_core, repo: "hexpm", optional: false]}, {:membrane_dtls_plugin, "~> 0.7.0", [hex: :membrane_dtls_plugin, repo: "hexpm", optional: false]}, {:membrane_funnel_plugin, "~> 0.4.0", [hex: :membrane_funnel_plugin, repo: "hexpm", optional: false]}, {:membrane_h264_ffmpeg_plugin, "~> 0.16.0", [hex: :membrane_h264_ffmpeg_plugin, repo: "hexpm", optional: false]}, {:membrane_ice_plugin, "~> 0.8.0", [hex: :membrane_ice_plugin, repo: "hexpm", optional: false]}, {:membrane_opus_plugin, "~> 0.9.0", [hex: :membrane_opus_plugin, repo: "hexpm", optional: false]}, {:membrane_rtp_format, "~> 0.3.0", [hex: :membrane_rtp_format, repo: "hexpm", optional: false]}, {:membrane_rtp_h264_plugin, "~> 0.8.0", [hex: :membrane_rtp_h264_plugin, repo: "hexpm", optional: false]}, {:membrane_rtp_opus_plugin, "~> 0.4.0", [hex: :membrane_rtp_opus_plugin, repo: "hexpm", optional: false]}, {:membrane_rtp_plugin, "~> 0.11.0", [hex: :membrane_rtp_plugin, repo: "hexpm", optional: false]}, {:membrane_rtp_vp8_plugin, "~> 0.2.0", [hex: :membrane_rtp_vp8_plugin, repo: "hexpm", optional: false]}, {:open_telemetry_decorator, "~> 0.5.4", [hex: :open_telemetry_decorator, repo: "hexpm", optional: false]}, {:opentelemetry, "~> 0.6.0", [hex: :opentelemetry, repo: "hexpm", optional: false]}, {:opentelemetry_api, "~> 0.6.0", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}, {:qex, "~> 0.5.0", [hex: :qex, repo: "hexpm", optional: false]}], "hexpm", "85dffeba3ef48f13f67c905899c56991f56682d15e5a1910a99b33c5ffe0d618"},
"nimble_parsec": {:hex, :nimble_parsec, "1.2.0", "b44d75e2a6542dcb6acf5d71c32c74ca88960421b6874777f79153bbbbd7dccc", [:mix], [], "hexpm", "52b2871a7515a5ac49b00f214e4165a40724cf99798d8e4a65e4fd64ebd002c1"},
"numbers": {:hex, :numbers, "5.2.4", "f123d5bb7f6acc366f8f445e10a32bd403c8469bdbce8ce049e1f0972b607080", [:mix], [{:coerce, "~> 1.0", [hex: :coerce, repo: "hexpm", optional: false]}, {:decimal, "~> 1.9 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "eeccf5c61d5f4922198395bf87a465b6f980b8b862dd22d28198c5e6fab38582"},
"open_telemetry_decorator": {:hex, :open_telemetry_decorator, "0.5.4", "69d325d9f7fbb4fef032ce62830f42165fd60fb41a27e465f7cb9788403f0e46", [:mix], [{:decorator, "~> 1.4.0", [hex: :decorator, repo: "hexpm", optional: false]}, {:opentelemetry_api, "~> 0.6.0", [hex: :opentelemetry_api, repo: "hexpm", optional: false]}], "hexpm", "a6a96ea27c5033838b006fa94c9befb58b003bd0b9c47f5d764dfb81b7fd0dd2"},
Expand Down
16 changes: 0 additions & 16 deletions test/membrane_rtc_engine/rtc_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,6 @@ defmodule Membrane.RTC.EngineTest do
]
end

bin = %WebRTC{
ice_name: peer_id,
owner: self(),
stun_servers: [],
turn_servers: [],
handshake_opts: handshake_opts,
log_metadata: [peer_id: peer_id],
filter_codecs: fn {rtp, fmtp} ->
case rtp.encoding do
"opus" -> true
"H264" -> fmtp.profile_level_id === 0x42E01F
_unsupported_codec -> false
end
end
}

media_event =
%{
type: "join",
Expand Down

0 comments on commit 9d8cda1

Please sign in to comment.