Commit fbfa5f8 1 parent edd7b26 commit fbfa5f8 Copy full SHA for fbfa5f8
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,11 @@ defmodule Membrane.RTP.SessionBin do
58
58
RTCP packets for inbound stream can be provided either in-band or via a separate `rtp_input` pad instance. Corresponding
59
59
receiver report packets will be sent back through `rtcp_receiver_output` with the same id as `rtp_input` for the RTP stream.
60
60
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.
62
64
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 :)
64
66
"""
65
67
use Membrane.Bin
66
68
You can’t perform that action at this time.
0 commit comments