diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USERGUIDE.md | 2 | ||||
| -rw-r--r-- | docs/devel-phases-next.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/USERGUIDE.md b/docs/USERGUIDE.md index de5ce3f..32f31dd 100644 --- a/docs/USERGUIDE.md +++ b/docs/USERGUIDE.md @@ -1127,7 +1127,7 @@ handshake that establishes what they are allowed to see: | `join_request` | `join_result` | Pairing code, or recognition of a pinned identity; carries the wrapped GEK on success | | `index_sync` | `index_sync` / `index_delta` | The group index | | `file_req` | `file_chunk` | One encrypted 1 MB chunk | -| `file_upload` | `file_upload_ack` | Upload into `uploads/`; the ack names the file as stored | +| `file_upload` | `file_upload_ack` | One chunk into the folder you are browsing; both halves sealed under the group key, so the filename and the bytes never appear on the wire in clear. The ack names the file as stored | | `dir_create` | `dir_create_ack` | Create a directory | | `file_delete` | `file_delete_ack` | Delete a file you uploaded | | `stream_req` | `stream_init`, `stream_data`, `stream_end` | MSE video | diff --git a/docs/devel-phases-next.md b/docs/devel-phases-next.md index cbee283..a155652 100644 --- a/docs/devel-phases-next.md +++ b/docs/devel-phases-next.md @@ -503,7 +503,7 @@ Browser Node - No seeking beyond buffered range (user must wait for data to arrive) - No adaptive bitrate (single quality stream) -- Requires ffmpeg/ffprobe on the node (already a dependency for the old STREAM_SEGMENT handler) +- Requires ffmpeg/ffprobe on the node (already a dependency for the live streaming path) --- |