-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for simulcast #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
Conversation
…t as it resets without a form
…ams_info timer, only create player pc when there is at least one publisher track
import_deps: [:phoenix], | ||
plugins: [Phoenix.LiveView.HTMLFormatter], |
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.
🚀
<div class="w-full flex flex-col gap-4"> | ||
<div | ||
id="lex-media-devices-wrapper" | ||
phx-update="ignore" |
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 think we've reached the point where it would be beneficial to move the inline HEEx to its own file and use embed_templates/1
But we can postpone this after the demo is done
lib/live_ex_webrtc/publisher.ex
Outdated
<input | ||
type="text" | ||
id="lex-fps" | ||
value="24" |
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.
Just for the time being?
value="24" | |
value="30" |
Splendid job, thank you 🥇 |
Uh oh!
There was an error while loading. Please reload this page.