From 67887c6bed165bcbd855f8fe745e3347bbee5c41 Mon Sep 17 00:00:00 2001 From: Alfonso Gamboa Date: Tue, 19 Apr 2022 19:13:01 -0700 Subject: [PATCH] add thanks to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07cf729..2e0034c 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ RTSP_ENABLE_AUDIO="false" ``` the stream will be located at ```rtsp://IP_ADDRESS:8554/unicast``` -Note: VLC seems to work fine for playback, ffmpeg and others have severe artifacts in the stream during playback. +Note: VLC seems to work fine for playback, ffmpeg and others have severe artifacts in the stream during playback. Huge credit to @mnakada for his libcallback library: https://github.com/mnakada/atomcam_tools ---