-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
There was a problem hiding this comment.
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
examples/file_to_browser.exs
Outdated
child(:webrtc, %WebRTC.Sink{signaling: {:websocket, port: state.port}}), | ||
child(:webrtc, %WebRTC.Sink{ | ||
signaling: {:websocket, port: state.port}, | ||
video_codec: [:vp8, :h264] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
video_codec: [:vp8, :h264] |
@@ -188,11 +188,16 @@ defmodule Membrane.WebRTC.IntegrationTest do | |||
|
|||
import Utils | |||
|
|||
@tag :dupa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover
test/test_helper.exs
Outdated
@@ -1 +1,2 @@ | |||
ExUnit.start(capture_log: true) | |||
# ExUnit.start() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
letfover
d878167
to
321ec2b
Compare
No description provided.