From ec27204b733274e5a40aeb11522f5598ccf3e1b7 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 6 Aug 2022 08:58:42 +0100 Subject: [PATCH] add link to streamlabs example in obs readme --- examples/obs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/obs/README.md b/examples/obs/README.md index c5a3423..0588d59 100644 --- a/examples/obs/README.md +++ b/examples/obs/README.md @@ -17,3 +17,9 @@ host = "localhost" port = 4455 password = "mystrongpass" ``` + +## Notes + +For a similar example for streamlabs check: + +[Streamlabs example](https://github.com/onyx-and-iris/PySLOBS/blob/master/examples/scenerotate.py)