Skip to content

Commit fbfa5f8

Browse files
committed
Requested changes
1 parent edd7b26 commit fbfa5f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/membrane/rtp/session_bin.ex

+4-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ defmodule Membrane.RTP.SessionBin do
5858
RTCP packets for inbound stream can be provided either in-band or via a separate `rtp_input` pad instance. Corresponding
5959
receiver report packets will be sent back through `rtcp_receiver_output` with the same id as `rtp_input` for the RTP stream.
6060
61-
RTCP for outbound stream is not yet supported. # But will be :)
61+
RTCP sender reports from inbound streams are parsed and then dispatched as `Membrane.RTCP.SenderReportPacket` events on session bin `:output` pads.
62+
On each `Pad.ref(:output, ssrc)`, only RTCP sender reports with the corresponding SSRC will be sent.
63+
These reports can be used, for instance, to synchronize different rtp streams.
6264
63-
RTCP sender reports are dispatched as `Membrane.RTCP.SenderReportPacket` events on session bin `:output` pads
65+
RTCP for outbound stream is not yet supported. # But will be :)
6466
"""
6567
use Membrane.Bin
6668

0 commit comments

Comments
 (0)