Skip to content

Commit

Permalink
Update SessionBin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolk99 committed May 22, 2024
1 parent fbfa5f8 commit 3a97566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/membrane/rtp/session_bin.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ defmodule Membrane.RTP.SessionBin do
On each `Pad.ref(:output, ssrc)`, only RTCP sender reports with the corresponding SSRC will be sent.
These reports can be used, for instance, to synchronize different rtp streams.
RTCP for outbound stream is not yet supported. # But will be :)
RTCP packets for the outbound stream are available `rtcp_sender_output` pad.
RTCP packets will only be produced if rtcp_receiver_report_interval option is set to a value other than nil.
"""
use Membrane.Bin

Expand Down

0 comments on commit 3a97566

Please sign in to comment.