membrane_core icon indicating copy to clipboard operation
membrane_core copied to clipboard

Add handle_spec_playing

Open mat-hek opened this issue 10 months ago • 0 comments

This callback would be useful in the following use case:

  • The parent spawns children that are supposed to receive a stream
  • The parent negotiates with the other party to start sending the stream
  • The spawned children may or may not be ready to receive the stream at that point. To be sure, the parent could negotiate the start of the stream in handle_spec_playing

Possibly we would also need handle_spec_setup for the same reason.

mat-hek avatar Apr 24 '24 09:04 mat-hek