From b2156ffade8ee567f0e9ce67348c797c50b6fc87 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:46:44 +0100 Subject: [PATCH] update links in obs example readme --- examples/obs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/obs/README.md b/examples/obs/README.md index da400e6..f870ab8 100644 --- a/examples/obs/README.md +++ b/examples/obs/README.md @@ -1,7 +1,7 @@ ## Requirements - [OBS Studio](https://obsproject.com/) -- [OBS Python SDK for Websocket v5](https://github.com/aatikturk/obsstudio_sdk) +- [OBS Python SDK for Websocket v5](https://github.com/aatikturk/obsws-python) ## About @@ -19,6 +19,6 @@ password = "mystrongpass" ## Notes -For a similar example for streamlabs check: +For a similar Streamlabs Desktop example: -[Streamlabs example](https://github.com/onyx-and-iris/PySLOBS/blob/master/examples/scenerotate.py) +[Streamlabs example](https://github.com/onyx-and-iris/PySLOBS/blob/add-voicemeeter-example/examples/scenerotate.py)