Skip to content
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

Use new rtmp api #12

Merged
merged 9 commits into from
Jul 31, 2024
Merged

Use new rtmp api #12

merged 9 commits into from
Jul 31, 2024

Conversation

bartkrak
Copy link
Contributor

New rtmp api added in membraneframework/membrane_rtmp_plugin#94 - not merged yet

@bartkrak bartkrak self-assigned this Jul 18, 2024
@bartkrak
Copy link
Contributor Author

all tests pass locally, but circle ci decided to stop working.

@bartkrak bartkrak requested review from varsill and mat-hek and removed request for varsill July 18, 2024 13:18
{:membrane_rtmp_plugin, ">= 0.0.0"},
# {:membrane_rtmp_plugin, ">= 0.0.0"},
{:membrane_rtmp_plugin,
github: "membraneframework/membrane_rtmp_plugin", branch: "handle_new_client"},
Copy link
Contributor

Choose a reason for hiding this comment

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

just remember to change it once new rtmp plugin version is released ;)

lib/boombox/rtmp.ex Outdated Show resolved Hide resolved
lib/boombox/rtmp.ex Outdated Show resolved Hide resolved
lib/boombox/rtmp.ex Show resolved Hide resolved
@bartkrak bartkrak requested a review from varsill July 25, 2024 16:32
Copy link
Contributor

@varsill varsill left a comment

Choose a reason for hiding this comment

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

🥇

Comment on lines 9 to 10
@type state :: %{server_pid: pid()} | nil

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
@type state :: %{server_pid: pid()} | nil

alias Boombox.Pipeline.{Ready, Wait}
alias Membrane.RTMP.Utils
Copy link
Member

Choose a reason for hiding this comment

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

Name Utils is a bit ambiguous, I'd just alias Membrane.RTMP.

@bartkrak bartkrak merged commit 13870e1 into poc Jul 31, 2024
3 checks passed
@bartkrak bartkrak deleted the use_new_rtmp_api branch August 21, 2024 10:28
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.

3 participants