Skip to content

Commit

Permalink
Add proposal from e-mail discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
mengelbart committed Jul 23, 2023
1 parent c1b269a commit e5b77f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions draft-ietf-avtcore-rtp-over-quic.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,10 +510,11 @@ A RoQ receiver that is no longer interested in reading a certain partition of
the media stream MAY signal this to the sending peer using a STOP\_SENDING
frame.

When a RoQ sender receives a STOP\_SENDING frame, the RoQ sender MUST open one
or more new QUIC streams to send new media frames. Any media frame that has
already been sent on the QUIC stream that received the STOP\_SENDING frame, MUST
NOT be sent again on the new QUIC stream(s).
When a RoQ sender receives a STOP\_SENDING frame for the last open stream
available to send RTP/RTCP-data, the RoQ sender MUST open one or more new QUIC
streams before sending new media frames. Any media frame that has already been
sent on the QUIC stream that received the STOP\_SENDING frame, MUST NOT be sent
again on the new QUIC stream(s).

Note that an RTP receiver cannot request a reset of only a particular media
frame because the sending QUIC implementation might already have sent data for
Expand Down

0 comments on commit e5b77f3

Please sign in to comment.