Commit 0b0772c
constants: add RTSP/RAOP methods
I'm looking at replacing http-parser with llhttp in rpiplay [1]. These are
the additional methods used to implement Airplay2 [2]. RTSP [3] uses the
verb OPTIONS and adds DESCRIBE, ANNOUNCE, SETUP, PLAY, PAUSE, TEARDOWN,
GET_PARAMETER, SET_PARAMETER, REDIRECT, & RECORD. RAOP additionally adds
FLUSH.
[1] https://github.com/FD-/RPiPlay
[2] https://git.zx2c4.com/Airtunes2/about/
[3] https://tools.ietf.org/html/rfc2326
Signed-off-by: Derrick Lyndon Pallas <[email protected]>
PR-URL: #68
Reviewed-By: Fedor Indutny <[email protected]>1 parent dd7f9fe commit 0b0772c
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
101 | 114 | | |
102 | 115 | | |
103 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
| |||
0 commit comments