tt2468
df2049b751
Locale: Update start failure message
2022-01-28 15:55:30 -08:00
tt2468
dc9afeb213
Config: Reuse 4.x configs directly
...
Since compat is not meant to run alongside real 4.x, we shouldn't
care about reusing the original settings.
2022-01-28 15:43:50 -08:00
tt2468
13c1c108ea
Config: Set default port back to 4444
2022-01-28 15:43:14 -08:00
tt2468
16ee66e6dc
Base: Add logging for compile time ASIO version
2022-01-07 23:02:05 -08:00
tt2468
d563dd3146
deps: Downgrade asio to 1.12.1
...
Even though we statically link ASIO, it has issues with the
kqueue_reactor() on macos segfaulting when other plugins using
different ASIO versions are installed. So that means we're stuck using
1.12.1 until we can find some kind of fix for the crash issue.
2022-01-04 00:39:52 -08:00
tt2468
65a17071d2
deps: Upgrade to versions used by master
2022-01-03 23:35:02 -08:00
tt2468
d993ce8b1a
CI: Attempt fix of directory name
2022-01-03 18:39:45 -08:00
tt2468
9c4a114c94
CI: Use specific branch instead of checkout
...
Azure is a dumb platform, meaning `git` is randomly not found.
So we'll just use something else then.
2022-01-03 17:34:11 -08:00
tt2468
7062062ec5
CI: Fix sln file location on windows
2022-01-03 17:26:51 -08:00
tt2468
be7c334a72
CI: Fix binary name on macos
2022-01-03 17:20:26 -08:00
tt2468
b5f267d3bb
RPC: Remove usage of std::optional
...
Stupid 10.13 doesnt support C++17. No idea how we built 4.9.0
2022-01-03 17:06:13 -08:00
tt2468
d0d89dd133
CI: Use specifically 27.1.3 for build
2022-01-03 16:48:34 -08:00
tt2468
a0e8cb6b4c
CI: Set target to 10.13
...
This was accidentally removed in 4.9.1
2022-01-03 16:44:52 -08:00
tt2468
348e875969
CI: Update more versions
2022-01-03 16:30:08 -08:00
tt2468
be0fb682e0
CI: Build on 4.x-compat
2022-01-03 16:28:22 -08:00
tt2468
ea8f14e41b
Base: Update files for compat release
2022-01-03 16:26:42 -08:00
tt2468
a8a3f3aafe
WSServer: Add debug logging to stop()
...
Some users have been having issues with OBS hanging on server stop,
so this will help troubleshoot.
2021-11-18 15:58:33 -08:00
tt2468
387376e5e0
.github: Remove logo
2021-11-16 22:59:15 -08:00
tt2468
80cefdcfda
README: Remove logo
2021-11-16 22:58:22 -08:00
tt2468
6a14110720
Merge pull request #833 from you-win/feature/add-obs-websocket-gd-to-readme
...
Readme: Add obs-websocket-gd to readme
2021-10-07 12:37:08 -07:00
Tim Yuen
8bfe2bf04c
Readme: Add obs-websocket-gd to readme
...
Add the obs-websocket-gd project to the readme as an available
language API.
2021-10-07 11:11:05 -04:00
Stéphane Lepin
bbf4b321d7
Merge pull request #780 from Palakis/fix/obsdata-double-release
...
Protocol: Fix double free of obs_data_t*
2021-07-18 21:11:07 +02:00
Azure CI
310c297a36
docs(ci): Update protocol.md - 5d14cb7 [skip ci]
2021-07-18 19:01:49 +00:00
tt2468
5d14cb7af8
Merge pull request #791 from dvangennip/4.x-current
...
WSRequestHandler_Sources: fix comment name for Set/GetAudioTrack
2021-07-18 12:01:08 -07:00
tt2468
48291506f5
Merge pull request #792 from andreykaipov/docs/go
...
Docs: Add another Go client library
2021-07-08 19:20:22 -07:00
Andrey Kaipov
b0badd0630
Docs: Add another Go client library
2021-07-08 21:21:25 -04:00
Doménique van Gennip
c5ef671e0c
WSRequestHandler_Sources: fix comment name for Set/GetAudioTrack
...
Functions were named SetTracks and GetTracks rather than SetAudioTracks and GetAudioTracks as in the actual code, so this mismatch gets picked up by the protocol docs (but not anymore).
2021-07-03 21:04:49 +10:00
tt2468
ffb97aaabc
Protocol: Fix double free of obs_data_t*
2021-06-20 16:26:45 -07:00
Azure CI
d05ff26930
docs(ci): Update protocol.md - 5350832 [skip ci]
4.9.1
2021-06-10 05:56:15 +00:00
Stéphane Lepin
535083205a
Merge pull request #765 from Palakis/4.9.1-prep
...
4.9.1 Prep
2021-06-10 07:55:38 +02:00
tt2468
9a8d283d27
base: Update plugin version to 4.9.1
2021-06-09 21:03:59 -07:00
tt2468
1eb02e77e0
Docs: Mark unreleased requests with 4.9.1
2021-06-09 19:11:02 -07:00
Stéphane Lepin
b271cf9d32
Merge pull request #692 from Palakis/fix/obs-shutdown-crash
...
Events: Fix multiple shutdown crashes
2021-06-10 02:39:26 +02:00
tt2468
0a084122d3
Merge pull request #764 from dnaka91/fix-leak-tbar
...
Requests: Fix leak in ReleaseTBar, SetTBarPosition
2021-06-08 18:31:35 -07:00
tt2468
a29e0325dd
Merge pull request #761 from dnaka91/fix-release-transition
...
Requests: Fix leak in SetSceneTransitionOverride
2021-06-08 18:30:03 -07:00
Dominik Nakamura
4ea010f168
Requests: Fix leak in ReleaseTBar, SetTBarPosition
2021-06-09 10:24:09 +09:00
Dominik Nakamura
b03ab12e45
Requests: Fix leak in SetSceneTransitionOveride
2021-06-09 09:41:46 +09:00
tt2468
9311b38747
Merge pull request #760 from bobvandevijver/patch-1
...
Fix small pipeline typo
2021-06-07 09:30:36 -07:00
Bob van de Vijver
2380ba4612
Fix small pipeline typo
2021-06-07 11:39:41 +02:00
tt2468
60e2f0183e
Merge branch '4.x-current' into fix/obs-shutdown-crash
2021-06-06 16:25:38 -07:00
Stéphane Lepin
8009f65ed0
Merge pull request #758 from Palakis/fix/ci-patches
...
CI: Fix some various stuff getting in the way of doing 4.9.1 dev
2021-06-06 17:53:59 +02:00
tt2468
393fca6aed
CI: Update dirty hack to OBS 27
2021-06-01 18:34:52 -07:00
tt2468
f8abe91b83
CI: Version our OBS build cache
...
When new OBS tags are released, we need to wipe the old cache
to get them to work properly.
2021-06-01 18:22:34 -07:00
tt2468
27ab3e0ea8
CI: Allow usage of RC's for objects
2021-06-01 18:12:15 -07:00
tt2468
1ca10f3e34
CI: Remove github workflows for now
...
It's super broken on this branch and getting in the way. Removing
it for now and I'll move everything back to gh workflows after 4.9.1
2021-06-01 18:11:13 -07:00
tt2468
c1cd1adb08
WSServer: Run asio loop in std::thread and join on stop
2021-06-01 18:00:24 -07:00
tt2468
1266b3f3fe
Events: Various crash fixes
2021-06-01 18:00:14 -07:00
Azure CI
5505e0d7b5
docs(ci): Update protocol.md - a469fc5 [skip ci]
2021-06-02 00:20:15 +00:00
tt2468
a469fc539a
Merge pull request #708 from Meetsch/feature/virtualcam
...
Requests: support for new virtualcam related obs-frontend-api in upcoming OBS-Studio 27.0
2021-06-01 17:19:32 -07:00
tt2468
ef36585319
Requests, Events: Mark as unreleased
2021-06-01 17:01:20 -07:00