-
Notifications
You must be signed in to change notification settings - Fork 0
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
Develop #2
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.
- README requires changes
- CI is not enabled
CI will be fixed once the new docker is ready |
lib/membrane_opus.ex
Outdated
""" | ||
@type fec_enabled_t :: boolean | ||
@type fec_available_t :: boolean | nil |
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.
Is this actually needed? I haven't found a way to detect that FEC is enabled, so for RTP received streams we'll never know and when encoding it is enough to set it as encoder option
@mat-hek what's missing in the image I made? :) |
@mkaput I suppose it wasn't finished 11 days ago, now its added to CI and nothing seems to be missing :P |
No description provided.