Skip to content

Commit

Permalink
fixed misstake in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lauta committed Jun 10, 2022
1 parent 41c1602 commit 207047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To try it out go to your favourite HLS video player such as `https://web.player.
| ------------------------------------- | ------ | -------------------------------------------------------------------------------------------------------- |
| `/api/v2/manifests/hls/proxy-master.m3u8` | GET | Returns a proxy Multivariant M3U8 file, based on query parameters |
| `/api/v2/manifests/hls/proxy-media.m3u8` | GET | Returns a proxy Media M3U8 file, based on query parameters |
| `/api/v2/manifests/dash/proxy-master` | GET | Returns a proxy MPD file, based on query parameters |
| `/api/v2/manifests/dash/proxy-master.mpd` | GET | Returns a proxy MPD file, based on query parameters |
| `/api/v2/manifets/dash/proxy-segment` | GET | Applies corruption present in query parameter and may return a 301 redirect to the original segment file |
| `/api/v2/segments/proxy-segment` | GET | Applies corruption present in query parameter and may return a 301 redirect to the original segment file |
| `/` | GET | Server health check |
Expand Down

0 comments on commit 207047e

Please sign in to comment.