Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negotiate many video codecs #9

Merged
merged 5 commits into from
Oct 3, 2024
Merged

Conversation

FelonEkonom
Copy link
Member

No description provided.

@FelonEkonom FelonEkonom self-assigned this Sep 26, 2024
@FelonEkonom FelonEkonom marked this pull request as draft September 26, 2024 10:45
@FelonEkonom FelonEkonom marked this pull request as ready for review September 26, 2024 14:27
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we spoke, let's use the ForwardingFilter, so that it can be easily replaced when we release it

child(:webrtc, %WebRTC.Sink{signaling: {:websocket, port: state.port}}),
child(:webrtc, %WebRTC.Sink{
signaling: {:websocket, port: state.port},
video_codec: [:vp8, :h264]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
video_codec: [:vp8, :h264]

@@ -188,11 +188,16 @@ defmodule Membrane.WebRTC.IntegrationTest do

import Utils

@tag :dupa
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover

@@ -1 +1,2 @@
ExUnit.start(capture_log: true)
# ExUnit.start()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

letfover

@FelonEkonom FelonEkonom merged commit 87f7639 into master Oct 3, 2024
0 of 3 checks passed
@FelonEkonom FelonEkonom deleted the support-various-video-codecs branch October 3, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants