This release adds some exciting new features: Dynamic input image resizing and additional aggregation options.
You can now resize the dynamic image from an OBS source before sending it on the request, e.g. to save on bandwidth.
Additionally, aggregation can now be done "to Empty" or over a few timer options like 30s, 1m, 2m etc.
This will enable applications that need periodic sending of information from OBS for processing.
If you'd like to support my work consider Patreon or GitHub Sponsors , a on the repo would be greatly appreciated and a rating on the OBS forum
Download:
In this release we introduce a new feature: Image input (grab the image of any OBS source to use for API input), as well as fixing some build issues and warnings.
This new feature enables some very cool functionality like Live Narration
(https://youtu.be/2wJ72DcgBew 3min)
If you'd like to support my work consider Patreon or GitHub Sponsors , a on the repo would be greatly appreciated and a rating on the OBS forum
In this release I'm adding the "Aggregate to Empty" feature and the binary data handlers for Image and Audio.
Aggregate to Empty will aggregate input from a text source until its empty and then sends the request. This is useful when working with captions as input, gathering input until there's a break.
The binary data handlers allow you to query APIs that return an image or audio as binary data on the response (e.g. with content-type: image/X or audio/X), and then either display the image or send the audio to a media source.
If you'd like to support my work consider Patreon or GitHub Sponsors , a on the repo would be greatly appreciated and a rating on the OBS forum
What's Changed
Full Changelog: 0.2.1...0.2.2
In this release: Added user-friendly template tooltips, JSON input formatting, HTML parsing with CSS Selectors, and set SSL verification to default 'off', improving functionality and user experience.
If this plugin has provided value to you consider adding a on this repo, subscribing to my YouTube channel where I post updates, and supporting my work: https://github.com/sponsors/royshil
What's Changed
- Add user friendly template property tooltip by @Destroy666x in #44
- Jsonify input, add output array by @royshil in #49
- Add HTML parsing and CSS Selectors by @royshil in #48
- SSL verify peer default off by @royshil in #50
New Contributors
Full Changelog: 0.2.0...0.2.1
- @Destroy666x made their first contribution in #44
In this release we're introducing a powerful new templating engine: Inja, as well as internal build improvements. Also allowing for better URL input templating (also with Inja).
If this plugin has provided value to you consider adding a on the repo, subscribing to my YouTube channel where I post updates, and supporting my work: https://github.com/sponsors/royshil
Note: (breaking change)
The Inja templating engine bring so many new ways to get creative with presentation, but it does impose a breaking change.
Instead of {output} in the template we now require {{output}} as per Inja standards. You will need to replace those in your sources if you upgrade.
This release introduces JSON Array Parsing (via JSONPath) and XQuery parsing. Thank you to all the contributors!
You can now use `{output0}, {output1}, ..` in your template to access the output array elements.
If this plugin has provided value to you consider adding a on the repo, subscribing to my YouTube channel where I post updates, and supporting my work: https://github.com/sponsors/royshil
What's Changed
- Add archive for linux output by @royshil in #27
- feat: add complex xquery support by @TinkoLiu in #28
- feat(cmake): add options to build with system provided curl and pugixml by @flexiondotorg in #29
- Add jsonpath and array parsing by @royshil in #30
New Contributors
Full Changelog: 0.1.0...0.1.1
- @TinkoLiu made their first contribution in #28
- @flexiondotorg made their first contribution in #29
In this release:
Download: https://github.com/obs-ai/obs-urlsource/releases
- UI overhaul
- Adding local file input
- Adding dynamic inputs into request body
- Send output to stream as caption
- Improvements to internal renderer
If this free plugin has been valuable to you consider adding a to the GH repo, rating it on OBS, subscribing to my YouTube channel where I post updates, and supporting my work: https://github.com/sponsors/royshil
Announcing OBS AI! a home for AI tools for streamers and content generators. Check us out
What's Changed
Full Changelog: 0.0.7...0.1.0
- UI overhaul, Add file input, Add OBS Source body input by @royshil in #25
- Attempt package fix by @royshil in #26
Version 0.0.7 of obs-urlsource introduces SSL options for secure requests, a "Run While Not Visible" option, improved JSON handling by removing escaped quotes, along with fixing the macOS universal build.
If this plugin has been valuable to you consider adding a to the GH repo and supporting my work: https://github.com/sponsors/royshil
Watch the tutorial on YouTube for additional details. I will be adding an updated video with recent features.
What's Changed
Full Changelog: 0.0.6...0.0.7
- Add SSL options to request by @royshil in #12
- Run while not visible option by @royshil in #20
- Remove escaped JSON quotes by @royshil in #18
- Fix run-not-visible option save by @royshil in #21
- Macosx universal build by @royshil in #19
In this release:
If this plugin has provided value to you, consider sponsoring my work on GH so I can bring you more updates: https://github.com/sponsors/royshil
- Allowing to output the result to an external Text source (which has nicer, easier formatting options)
- Adding a "post processing" regex on the output to e.g. deal with floating point numbers or extracting info
- Adding a .zip file for Windows portable OBSs
- Allowing update timer to go to 1000000 ms (1000s, 16 minutes)
What's Changed
Full Changelog: 0.0.4...0.0.5