From f714a0e1b5c0e5ca37718bb595c8af1ddccc912f Mon Sep 17 00:00:00 2001 From: ryan-pratt Date: Mon, 25 Jul 2022 17:55:35 -0600 Subject: [PATCH] Update gist link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c5899..7528792 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # COSMOS HLS streaming plugin -Check out [this gist](https://gist.github.com/ryan-pratt-ball/18f4c69a96c2c88780211ec3848e52b4) to see how this fits into an end-to-end video streaming demo in COSMOS 5. +Check out [this gist](https://gist.github.com/ryan-pratt/d364a65677874d04a674c46b171113aa) to see how this fits into an end-to-end video streaming demo in COSMOS 5. This COSMOS 5 plugin runs a microservice to transcode a video stream into HLS with [ffmpeg](https://ffmpeg.org/) to be played back with the [videoplayer plugin](https://github.com/BallAerospace/cosmosc2-tool-videoplayer).