From 88d34fdf497af1092779c2f84230f8ca66116343 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 10 Nov 2022 21:30:54 -0800 Subject: [PATCH] Add link to go-transcode --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index acf9e60c..76313bb7 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,6 @@ The server exposes all files as HLS streams, at the URL ``` http://localhost:47788/player-id/path/to/file/index.m3u8 ``` + +## Thanks +Inspired from [go-transcode](https://github.com/m1k1o/go-transcode)