Request for frame when Consuming a paused Producer

Don’t blame me! It’s just a noob idea. :grin:

When Producer is paused, Consuming is done but no data is received so the media player get’s stuck at loading state until the Producer is un-paused. I don’t know if is it possible to keep the last frame before pause and send it to the Consumers on demand.

We won’t do this. mediasoup won’t assume anything about the client side application. If the “media player” at client side “gets stuck at loading state” just hide it. You have info enough to know when to hide it based on Consumer and Producer status.

Okay, thanks for the tip. :ok_hand: