[webrtc-rtptransport] Send/Receive PLI/FIR (#86)

pthatcher has just created a new issue for https://github.com/w3c/webrtc-rtptransport:

== Send/Receive PLI/FIR ==
We need a way to send PLI/FIR.

Option A: Have something explicit like .sendPli(), .sendFir, .onreceivedpli, .onreceivedfir

Option B: Have custom/generic .sendRtcp, .onreceivedrtcp, and then the app developer needs to serialize/deserialize the payload of an FLI/PIR (which is pretty trivial).

Something else to consider: we may want to interact with the existing media stack as well, being able to inject PLI/FIR and/or know when it would have sent it, for example with .receivePli(), .receiveFir(), and (cancellable) .onsendpli, .onsendfir, onreceivepli, onreceivefir.


Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/86 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 13 May 2025 13:26:58 UTC