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

Commit

Permalink
Update rtp_h264 and hls deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Mar 9, 2023
1 parent eb98747 commit 4ed8535
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ 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"},
{:membrane_rtp_plugin, "~> 0.20.0"},
{:membrane_rtp_format, "~> 0.6.0"},
{:membrane_tee_plugin, "~> 0.10.0"},
{:membrane_opentelemetry, "~> 0.1.0"},
{:membrane_rtp_vp8_plugin, "~> 0.7.0"},
{:membrane_rtp_opus_plugin, "~> 0.7.0"},
{:membrane_rtp_h264_plugin, "~> 0.14.0"},
{:membrane_rtp_h264_plugin, "~> 0.15.0"},
{:membrane_telemetry_metrics, "~> 0.1.0"},
{:qex, "~> 0.5"},
{:uuid, "~> 1.1"},
Expand All @@ -89,7 +89,7 @@ defmodule Membrane.RTC.Engine.MixProject do
{:membrane_h264_ffmpeg_plugin, "~> 0.25.2", optional: true},
{:membrane_audio_filler_plugin, "~> 0.1.0", optional: true},
{:membrane_video_compositor_plugin, "~> 0.2.1", optional: true},
{:membrane_http_adaptive_stream_plugin, "~> 0.11.0", optional: true},
{:membrane_http_adaptive_stream_plugin, "~> 0.12.0", optional: true},

# Test deps
{:membrane_file_plugin, "~> 0.13.0"},
Expand Down
Loading

0 comments on commit 4ed8535

Please sign in to comment.