Commit Graph

50 Commits

Author SHA1 Message Date
Dmitrii Okunev
2dadebafb1 Update the windows MPV build
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-11-01 18:56:54 +00:00
Dmitrii Okunev
3c05c837da Attempting to fix Kick and YouTube chats
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-10-25 21:14:33 +01:00
Dmitrii Okunev
3f9002ba9a Fix building for android in the CI
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-10-20 02:56:15 +01:00
Dmitrii Okunev
ff1df76da1 Update the link to prebuilt mpv 2025-09-29 02:24:06 +01:00
Dmitrii Okunev
2a5ab1bfc1 Rebuild ffmpeg 2025-09-21 00:00:28 +01:00
Dmitrii Okunev
818db647a4 Fix building of streamd: it should include standard build tags 2025-08-19 01:31:01 +01:00
Dmitrii Okunev
98a210910f Update the Windows MPV build link
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-08-16 23:42:29 +01:00
Dmitrii Okunev
25518214a2 Fix bulding of build/streamd-linux-amd64 2025-08-09 20:39:12 +01:00
Dmitrii Okunev
bc97d5d6b8 Add auto shoutouts
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-07-19 22:45:35 +01:00
Dmitrii Okunev
2ae50b98db Update the mpv archive path
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-07-05 12:46:16 +01:00
Dmitrii Okunev
3a4648303c Update the version of mpv
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-05-25 22:37:07 +01:00
Dmitrii Okunev
fe36ed314b Fixing execution on Android 2025-04-21 19:47:29 +01:00
Dmitrii Okunev
24f8369a99 Dashboard optimization + build fixes
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-04-06 14:59:37 +01:00
Dmitrii Okunev
54f1ec0839 Start implementing the support of Kick API 2025-03-16 19:44:49 +00:00
Dmitrii Okunev
6f7f9ba430 Fix building in the CI
Some checks are pending
rolling-release / build (push) Waiting to run
rolling-release / rolling-release (push) Blocked by required conditions
2025-02-15 23:17:03 +00:00
Dmitrii Okunev
407183ce7f Clean up Makefile after recent cleanup of pkg
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-01-11 16:23:41 +00:00
Dmitrii Okunev
654d552fd1 Fixing auto-builds
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled
2025-01-06 20:52:19 +00:00
Dmitrii Okunev
699b5847de No comment 2024-12-14 15:14:20 +00:00
Dmitrii Okunev
bd6d067f34 Update 2024-11-16: multiple changes in one commit :( 2024-11-16 19:07:05 +00:00
Dmitrii Okunev
4d4e6cb847 Downgrade Go to 1.22 to fix building on Android 2024-11-03 21:04:23 +00:00
Dmitrii Okunev
5549cedc47 Correctly pack a release version for windows 2024-10-29 20:18:15 +00:00
Dmitrii Okunev
2a5a2e23bf Fix building 2024-10-27 23:45:00 +00:00
Dmitrii Okunev
c6fadce64e Add support of auto-updates for Windows 2024-10-27 16:56:58 +00:00
Dmitrii Okunev
f22261c0b9 Add auto-updater for Linux 2024-10-27 01:25:34 +00:00
Dmitrii Okunev
319d73f3b4 CI: Setup automatic releasing 2024-10-26 17:35:30 +01:00
Dmitrii Okunev
0506b98fa2 Add the initial CI config 2024-10-25 21:39:59 +01:00
Dmitrii Okunev
f02c65f267 Automatically provide mpv.exe for Windows 2024-10-25 14:54:44 +01:00
Dmitrii Okunev
521f79adb0 Fix streamplayer on Windows 2024-10-25 14:16:26 +01:00
Dmitrii Okunev
b231f15d99 Fix VLC in cmd/player on windows 2024-10-25 12:59:48 +01:00
Dmitrii Okunev
3913d743f4 Build on windows 2024-10-24 13:58:02 +01:00
Dmitrii Okunev
f390abc6e2 Complete implementation of auto-show/hide an item in OBS on mouse-focus in XServer 2024-10-18 17:29:11 +01:00
Dmitrii Okunev
197206c17a Start adapting new streamforward to Android 2024-10-15 03:02:44 +01:00
Dmitrii Okunev
77a5bee05f Investigating why libav fails on android with undefined reference to symbol x264_levels
Outcome of the investigation:

The reason is that if I link statically, I also need to manually
link to all recursive sub-dependencies. Which is currently
not feasible.
2024-10-12 20:47:38 +01:00
Dmitrii Okunev
800d34f545 Make Android package buildable without docker 2024-10-11 16:09:38 +01:00
Dmitrii Okunev
eecbb73296 Don't panic if unable to update the termux image 2024-10-11 12:25:06 +01:00
Dmitrii Okunev
a922adbe20 Make it run on Android 2024-10-11 02:15:22 +01:00
Dmitrii Okunev
5a71cc67f6 Make it build for Android with VLC and LibAV 2024-10-11 01:44:53 +01:00
Dmitrii Okunev
1a869f7d54 Fix building for windows 2024-10-09 20:12:57 +01:00
Dmitrii Okunev
a6faff1c39 Start implementing new streamforward for windows
Here we make it cross-compile with libvlc for windows as a proof
of concept that we can use C-bindings. This will be required
because for streamforward we want to use libav
2024-10-09 15:55:41 +01:00
Dmitrii Okunev
180d66cc98 Initial commit, pt. 61 2024-08-03 22:18:52 +01:00
Dmitrii Okunev
37c0f27cbc Initial commit, pt. 55 2024-07-27 17:33:36 +01:00
Dmitrii Okunev
60013622d4 Initial commit, pt. 42 2024-07-14 22:42:09 +01:00
Dmitrii Okunev
708d156d96 Initial commit, pt. 39 2024-07-07 21:43:01 +01:00
Dmitrii Okunev
924c093376 Initial commit, pt. 35 2024-07-06 14:35:03 +01:00
Dmitrii Okunev
bbe098fdfb Initial commit, pt. 22 2024-06-23 20:07:38 +01:00
Dmitrii Okunev
5da165f9f5 Initial commit, pt. 21 2024-06-22 22:08:35 +01:00
Dmitrii Okunev
d7a8cfaa4b Initial commit, pt. 20 2024-06-15 11:00:00 +01:00
Dmitrii Okunev
ebe0f67762 Initial commit, pt. 19 2024-06-10 00:20:09 +01:00
Dmitrii Okunev
f942ba3aeb Initial commit, pt. 11 2024-06-05 01:07:13 +01:00
Dmitrii Okunev
a4aff24989 Initial commit, pt. 5 2024-04-20 17:02:54 +01:00