Skip to content

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

Merged
merged 21 commits into from
Feb 24, 2025
Merged

Add support for simulcast #4

merged 21 commits into from
Feb 24, 2025

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Feb 11, 2025

  • - handle VP8
  • - handle H264 packetization mode 0
  • - make sure that correct codecs were choosen for simulcast
  • - fix controls reset when starting streaming
  • - pass information about available layers between publisher and player
  • - update docs
  • - fix re-checking checkbox when simulcast can't be enabled because of codecs
  • - determine number of available layers
  • - player UI

@mickel8 mickel8 marked this pull request as ready for review February 22, 2025 11:41
@mickel8 mickel8 changed the title [WIP] Add support for simulcast Add support for simulcast Feb 22, 2025
@mickel8 mickel8 requested a review from sgfn February 22, 2025 11:41
Comment on lines +3 to +4
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
Copy link
Member

Choose a reason for hiding this comment

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

🚀

Comment on lines +264 to +267
<div class="w-full flex flex-col gap-4">
<div
id="lex-media-devices-wrapper"
phx-update="ignore"
Copy link
Member

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

<input
type="text"
id="lex-fps"
value="24"
Copy link
Member

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?

Suggested change
value="24"
value="30"

@sgfn
Copy link
Member

sgfn commented Feb 24, 2025

Splendid job, thank you 🥇

@mickel8 mickel8 merged commit e8cff24 into master Feb 24, 2025
@mickel8 mickel8 deleted the simulcast branch February 24, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants