From e57dcf407aa1a24acb8b42376446769fd2371fd5 Mon Sep 17 00:00:00 2001 From: Adrian <52701496+futzu@users.noreply.github.com> Date: Sun, 20 Aug 2023 03:59:23 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c8070c8..99accac4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ Latest Version is `2.3.99` - [x] Parses `files`, `http(s)`, `Multicast`, `UDP` and even `stdin` _( you can pipe to it)_. - [x] Parses SCTE-35 from streams converted to `bin data` ( _type 0x06_ ) by `ffmpeg`. -[__threefive/go__ is now __cuei__](https://github.com/futzu/cuei) +[threefive/go is now cuei](https://github.com/futzu/cuei)
+ +[The threefive.Segment class for parsing HLS segments](https://github.com/futzu/scte35-threefive/segment.md) +
Installation and Getting Started