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

Defer connection setup in RTMP Server #812

Closed
varsill opened this issue May 29, 2024 · 0 comments
Closed

Defer connection setup in RTMP Server #812

varsill opened this issue May 29, 2024 · 0 comments
Assignees
Labels

Comments

@varsill
Copy link
Contributor

varsill commented May 29, 2024

The new RTMP server, introduced in: membraneframework/membrane_rtmp_plugin#85, sends the response to the Connect message as fast as possible, even in case nobody is about to read the stream from a particular client.

The idea is to make sure that the Connection message response (or even some response messages sent earlier during the handshake) is sent when server is about to start reading the stream, so that the client won't start sending stream before server is ready.

@mat-hek mat-hek added this to Smackore May 29, 2024
@mat-hek mat-hek moved this to Todo in Smackore May 29, 2024
@darthez darthez added the bug label Jun 5, 2024
@bartkrak bartkrak self-assigned this Jun 13, 2024
@bartkrak bartkrak moved this from Todo to In Progress in Smackore Jun 13, 2024
@bartkrak bartkrak moved this from In Progress to In Review in Smackore Jul 17, 2024
@bartkrak bartkrak moved this from In Review to Done in Smackore Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

3 participants