-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add WHIP support #49
base: master
Are you sure you want to change the base?
Add WHIP support #49
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.
Will it work with CLI?
lib/boombox.ex
Outdated
if Keyword.keyword?(opts) do | ||
opts = parse_whip_opts(opts) | ||
{:webrtc, {:whip, opts}} | ||
end |
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.
I guess we should raise if Keyword.keyword?/1
returns false
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.
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.
Please ensure that Browser -> MP4 livebook example works with WHIP and membrane_webrtc_plugin from this branch: membraneframework/membrane_webrtc_plugin#15
If WHIP doesn't spoil anything it should be fine
@@ -9,7 +9,7 @@ System.put_env("PATH", "/opt/homebrew/bin:#{System.get_env("PATH")}") | |||
# In case of problems installing Nx/EXLA/Bumblebee, | |||
# you can remove them and the Nx backend config below. | |||
# Examples that don't mention them should still work. | |||
Mix.install([:boombox, :kino, :nx, :exla, :bumblebee, :websockex, :membrane_simple_rtsp_server]) | |||
Mix.install([{:boombox, path: "/Users/matheksm/m/boombox"}, :kino, :nx, :exla, :bumblebee, :websockex]) |
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.
it doesn't work on my computer :(
closes #26