|
2 | 2 |
|
3 | 3 | <div align="center">
|
4 | 4 |
|
5 |
| -[](https://github.com/occ-ai/obs-urlsource/blob/main/LICENSE) |
6 |
| -[](https://github.com/occ-ai/obs-urlsource/actions/workflows/push.yaml) |
7 |
| -[](https://github.com/occ-ai/obs-urlsource/releases) |
8 |
| -[](https://github.com/occ-ai/obs-urlsource/releases) |
| 5 | +[](https://github.com/locaal-ai/obs-urlsource/blob/main/LICENSE) |
| 6 | +[](https://github.com/locaal-ai/obs-urlsource/actions/workflows/push.yaml) |
| 7 | +[](https://github.com/locaal-ai/obs-urlsource/releases) |
| 8 | +[](https://github.com/locaal-ai/obs-urlsource/releases) |
9 | 9 | [](https://discord.gg/KbjGU2vvUz)
|
10 | 10 |
|
11 | 11 | </div>
|
|
14 | 14 |
|
15 | 15 | The URL/API Source is a plugin for [OBS Studio](https://obsproject.com) that allows fetcing data from a URL, API endpoint or file and displays it as text, image or even audio. [OBS Forums page](https://obsproject.com/forum/resources/url-api-source-fetch-live-data-and-display-it-on-screen.1756/) | [Blog post](https://www.morethantechnical.com/2023/08/10/url-api-source-obs-plugin/)
|
16 | 16 |
|
17 |
| -If this free plugin has been valuable to you consider adding a ⭐ to this GH repo, rating it [on OBS](https://obsproject.com/forum/resources/url-api-source-fetch-live-data-and-display-it-on-screen.1756/), subscribing to [my YouTube channel](https://www.youtube.com/@royshilk) where I post updates, and supporting my work on [GitHub](https://github.com/sponsors/royshil), [Patreon](https://www.patreon.com/RoyShilkrot) or [OpenCollective](https://opencollective.com/occ-ai) |
| 17 | +If this free plugin has been valuable to you consider adding a ⭐ to this GH repo, rating it [on OBS](https://obsproject.com/forum/resources/url-api-source-fetch-live-data-and-display-it-on-screen.1756/), subscribing to [my YouTube channel](https://www.youtube.com/@royshilk) where I post updates, and supporting my work on [GitHub](https://github.com/sponsors/royshil), [Patreon](https://www.patreon.com/RoyShilkrot) or [OpenCollective](https://opencollective.com/locaal-ai) |
18 | 18 |
|
19 | 19 | ### Usage Tutorials
|
20 | 20 | Watch quick tutorials on how to use and setup the URL/API source on your OBS scene.
|
@@ -50,13 +50,13 @@ The URL source supports both input and output templating using the [Inja](https:
|
50 | 50 | Output templates include `{{output}}` in case of a singular extraction from the response or `{{output1}},{{output2}},...` in case of multiple extracted value. In addition the `{{body}}` variable contains the entire body of the response in case of JSON. Advanced output templating functions can be achieved through [Inja](https://github.com/pantor/inja) like looping over arrays, etc.
|
51 | 51 |
|
52 | 52 | <div align="center">
|
53 |
| -<img width="50%" src="https://github.com/occ-ai/obs-urlsource/assets/441170/2b7a4ceb-3c38-4afd-82b3-675c0fa8c5fe" /> |
| 53 | +<img width="50%" src="https://github.com/locaal-ai/obs-urlsource/assets/441170/2b7a4ceb-3c38-4afd-82b3-675c0fa8c5fe" /> |
54 | 54 | </div>
|
55 | 55 |
|
56 | 56 | The input template works for the URL (querystring or REST path) or the POST body
|
57 | 57 |
|
58 | 58 | <div align="center">
|
59 |
| -<img width="50%" src="https://github.com/occ-ai/obs-urlsource/assets/441170/ae6b9e04-ff5a-441b-a94c-427b1e7c76b3" /> |
| 59 | +<img width="50%" src="https://github.com/locaal-ai/obs-urlsource/assets/441170/ae6b9e04-ff5a-441b-a94c-427b1e7c76b3" /> |
60 | 60 | </div>
|
61 | 61 |
|
62 | 62 | Use the `{{input}}` variable to insert the output from a Text source. Inja advanced templates are available too.
|
@@ -102,16 +102,16 @@ Coming soon:
|
102 | 102 | - More output formats (Markdown, slim, reStructured, HAML, etc.)
|
103 | 103 |
|
104 | 104 | Check out our other plugins:
|
105 |
| -- [Background Removal](https://github.com/occ-ai/obs-backgroundremoval) removes background from webcam without a green screen. |
106 |
| -- [Detect](https://github.com/occ-ai/obs-detect) will find and track >80 types of objects in any source that provides an image in real-time |
107 |
| -- [LocalVocal](https://github.com/occ-ai/obs-localvocal) speech AI assistant plugin for real-time, local transcription (captions), translation and more language functions |
108 |
| -- [Polyglot](https://github.com/occ-ai/obs-polyglot) translation AI plugin for real-time, local translation to hunderds of languages |
109 |
| -- 🚧 Experimental 🚧 [CleanStream](https://github.com/occ-ai/obs-cleanstream) for real-time filler word (uh,um) and profanity removal from live audio stream |
| 105 | +- [Background Removal](https://github.com/locaal-ai/obs-backgroundremoval) removes background from webcam without a green screen. |
| 106 | +- [Detect](https://github.com/locaal-ai/obs-detect) will find and track >80 types of objects in any source that provides an image in real-time |
| 107 | +- [LocalVocal](https://github.com/locaal-ai/obs-localvocal) speech AI assistant plugin for real-time, local transcription (captions), translation and more language functions |
| 108 | +- [Polyglot](https://github.com/locaal-ai/obs-polyglot) translation AI plugin for real-time, local translation to hunderds of languages |
| 109 | +- 🚧 Experimental 🚧 [CleanStream](https://github.com/locaal-ai/obs-cleanstream) for real-time filler word (uh,um) and profanity removal from live audio stream |
110 | 110 |
|
111 | 111 | If you like this work, which is given to you completely free of charge, please consider supporting it on GitHub: https://github.com/sponsors/royshil
|
112 | 112 |
|
113 | 113 | ## Download
|
114 |
| -Check out the [latest releases](https://github.com/occ-ai/obs-urlsource/releases) for downloads and install instructions. |
| 114 | +Check out the [latest releases](https://github.com/locaal-ai/obs-urlsource/releases) for downloads and install instructions. |
115 | 115 |
|
116 | 116 |
|
117 | 117 | ## Building
|
|
0 commit comments