The subscriber sends an ANNOUNCE_ERROR control message for tracks that failed authorization.
ANNOUNCE_ERROR Message
{
Type (i) = 0x8,
Length (i),
Track Namespace (tuple),
Error Code (i),
Reason Phrase Length (i),
Reason Phrase (..),
}
-
Track Namespace: Identifies the track namespace in the ANNOUNCE message for which this response is provided.
-
Error Code: Identifies an integer error code for announcement failure.
-
Reason Phrase: Provides the reason for announcement error.
The application SHOULD use a relevant error code in ANNOUNCE_ERROR, as defined below:
| Code | Reason |
|---|---|
| 0x0 | Internal Error |
| 0x1 | Unauthorized |
| 0x2 | Timeout |
| 0x3 | Not Supported |
| 0x4 | Uninterested |