diff --git a/docs/requirements.md b/docs/requirements.md index 7a990efa..d5ff2b5f 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -91,6 +91,9 @@ For a narrative overview of the system design, see | UR-079 | The app decides *what stream to play* and says so. Playing a video used to mean asking the server to re-encode it, always — a decision made nowhere, written down nowhere, and re-derived downstream by whoever needed it: the player worked out whether it had been handed a playlist by looking for `.m3u8` in the URL. So a viewer paid for a transcode of a file their device could have played untouched, and the app could not tell them which it was. Now one negotiation produces one self-describing answer — direct play, remux, or transcode; over a playlist, a plain HTTP file, or a local one — and every renderer consumes that same answer instead of guessing from a string. On Android, where the player decodes almost everything the library holds, this stops around 85% of plays from starting a transcode nobody needed | Medium | Done | | UR-080 | Video on the desktop plays as itself. The picture was drawn by a webview `