From aa7daf42d3b7c20998dab80a38eb058f7b359c13 Mon Sep 17 00:00:00 2001 From: Andrew Gibb Date: Wed, 13 Nov 2024 14:35:49 +0000 Subject: [PATCH] Fix some copy pasta --- examples/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index a5f6506..79d9e37 100644 --- a/examples/README.md +++ b/examples/README.md @@ -135,9 +135,6 @@ The script follows these steps: * each segment media object is downloaded using a TAMS provided pre-signed URL * the media timing is adjusted using the segment `ts_offset`, `sample_offset` and `sample_count` properties as required as well as timestamp rollover within the segment time period * the media is re-wrapped to the local MPEG-TS file -* each segment media file is read to extract the timerange -* each segment media file is uploaded using pre-signed URLs provided by the TAMS -* each segment is registered in TAMS > The script has not been optimised to download segments concurrently.