Releases: tripoloskies/multiview
Version 0.0.4 (alpha)
This is the 3rd alpha release. It is released under AGPL v3 license.
Note: Expect a lot of bugs.
Warning: Delete all the previous versions, along with any associated data.
Changes (according to #3)
UI Changes
509b2e3 - implemented trimming string/text with ellipsis based on length threshold.
d70341b - Added UI feature for creating multiple stream instances at once.
805ba98 - Added platform tag component.
d084cc8 - Added UI setting for toggle safe area visibility.
c0dd1db - Added UI feature for deleting or restarting all instances.
fa03cd9 - Updated recording list logic to display "No Videos" instead of throwing error regarding empty recordings.
004ba49 - Multiple formatting changes, terminology update.
Other Changes
12942d8 - Refactor instance/workers/create.sh and added optional logging for downloading progress.
f3bd68c, afd7355, 1dcc910, 004ba49 - Implemented Caching for instance only.
63ede4f - Replace streaming ingest protocol from SRT to RTSP (for performance reasons).
627f17d - Removed inefficient deleteStoppedInstances call during listInstance at every websocket request; rely on instanceCleaner cron instead.
f38adb6 - Fix clueless behavior regarding the deletion of some junk (unused) instance metadata stored in the database and the process manager.
Note: Docker and Docker Compose must be installed in your system.
Go to the main directory and run this command.
docker compose up --build
(Add -d to run in detached mode if you want to run it in the background.)
Version 0.0.3 (alpha)
This is the 2nd alpha release. It is released under AGPL v3 license.
Note: Expect a lot of bugs.
Warning: Delete all the previous versions, along with any associated data.
Changes (according to #2)
bfb15c1 - Fix Log Events when it stops at default request timeout (in short, don't timeout the request).
abcd7f0 - Major codebase restructure, add docker and dev container support.
abcd7f0 - DB Migration from sqlite to postgres.
abcd7f0 - Enforced stricter API and Websocket response validation using Zod Schemas.
abcd7f0 - Replaced vite with nginx as a reverse-proxy.
c5fbda7 - Added restart action for stream instance.
5b6a2cd - Added recording path page with statistics and videos + sidebar list sorted by most stream recordings (limit 50).
c95a7b8 - Added error handling for delete, inspect, and restart actions when (I mean IF) the selected instance does not exist.
300a879 - Added GNU AGPL v3 LICENSE temporarily.
Note: Docker and Docker Compose must be installed in your system.
Go to the main directory and run this command.
docker compose up --build
(Add -d to run in detached mode if you want to run it in the background.)
Version 0.0.2 (alpha)
This is the first alpha release. Expect a lot of bugs.
If Prisma throws a connection pool timeout or socket timeout, try the following command.
sqlite3 "./db/(db_name)" "PRAGMA journal_mode=WAL;"
Change (db_name) to your database file name.