2023-09-14 03:36:57 +02:00
|
|
|
2023-09-13 Lumiera Developers Meeting
|
|
|
|
|
=====================================
|
2023-09-15 01:58:06 +02:00
|
|
|
:Author: Ichthyo, Benny
|
2023-09-14 03:36:57 +02:00
|
|
|
:Date: 2023-09-14
|
|
|
|
|
|
|
|
|
|
Sep 13, 2023 on #lumiera 20:00 - 22:30 UTC +
|
|
|
|
|
|
|
|
|
|
__Participants__
|
|
|
|
|
|
|
|
|
|
* ichthyo
|
|
|
|
|
* benny
|
|
|
|
|
* cehteh
|
2025-06-07 23:59:57 +02:00
|
|
|
|
2023-09-15 01:58:06 +02:00
|
|
|
_Summary written by Ichthyo and reviewed by Benny_
|
2023-09-14 03:36:57 +02:00
|
|
|
|
|
|
|
|
''''
|
|
|
|
|
|
|
|
|
|
Focus Topics
|
|
|
|
|
------------
|
|
|
|
|
_Ichthyo_ started to define a collection of *FocusTopics*.
|
2023-09-14 22:25:08 +02:00
|
|
|
These are topics towards which we focus our attention for further development *after* the
|
|
|
|
|
current Engine integration is completed. Some tickets currently of interest were enhanced
|
|
|
|
|
and extended, and new tickets created, which were all marked with the `FocusTopic` Tag.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
|
|
|
|
-> See https://issues.lumiera.org/report/17[Report-17] in the Lumiera Issue Tracker
|
|
|
|
|
|
2023-09-15 01:58:06 +02:00
|
|
|
_Ichthyo_ identified some difficult issues concerning session modifications and change logging,
|
2023-09-14 03:36:57 +02:00
|
|
|
especially in connection with rules based configuration.
|
|
|
|
|
|
2023-09-14 22:25:08 +02:00
|
|
|
We discussed in some detail event sourcing, session modification, session configuration
|
|
|
|
|
and representation of a configuration possibly as a context in the session. Of particular
|
|
|
|
|
interest is the portability of a session from one machine to another and, consequently,
|
2023-09-15 01:58:06 +02:00
|
|
|
the problems that can arise when a change in configuration occurs: these should be
|
2023-09-14 22:25:08 +02:00
|
|
|
recorded as an event in the Event-Log. However, this requires the representation of the
|
|
|
|
|
entire configuration in a consolidated form as part of The Model. A change in the
|
|
|
|
|
configuration could then be detected and recorded as an event.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
2023-09-14 22:25:08 +02:00
|
|
|
Another task of concern is how the actual Diff Messages will be generated. We could first
|
|
|
|
|
manipulate the data model and then _detect_ a diff. Yet the favourable solution would be
|
2023-09-15 01:58:06 +02:00
|
|
|
to interpret the commands and directly derive the events associated with the commands,
|
|
|
|
|
with an attached diff, which can then be applied against the data model as a _projection._
|
2023-09-14 03:36:57 +02:00
|
|
|
|
2023-09-14 22:25:08 +02:00
|
|
|
A discussion followed to sort out which topics should be addressed first.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
2023-09-15 01:58:06 +02:00
|
|
|
It seems the topics regarding Event Log and Session persistence
|
|
|
|
|
https://issues.lumiera.org/ticket/1234[#1234]
|
|
|
|
|
https://issues.lumiera.org/ticket/540[#540] and
|
|
|
|
|
https://issues.lumiera.org/ticket/569[#569]
|
|
|
|
|
should be addressed first, since these may lead to decisions relevant to many other parts
|
|
|
|
|
of the system. Possibly also
|
|
|
|
|
https://issues.lumiera.org/ticket/332[#332] regarding a full definition of placement capabilities.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
|
|
|
|
|
2023-09-15 01:58:06 +02:00
|
|
|
The topic of Placement interpretation will be addressed in the *next* vertical slice,
|
2023-09-14 22:25:08 +02:00
|
|
|
where we intend to add a clip to the timeline. To do this, we'll require at least a
|
2023-09-15 01:58:06 +02:00
|
|
|
_simple_ resolution capability of Placements, because we'll attempt do the groundwork for
|
2023-09-14 22:25:08 +02:00
|
|
|
The Builder.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
2023-09-14 22:25:08 +02:00
|
|
|
_Benny_ proposes to add »interface« and »mock« tickets for Event-Log and Placements,
|
|
|
|
|
blocking the full implementation follow-up tickets. Then these preliminary parts can be
|
|
|
|
|
addressed first and integrated as part of the »Add Clip« Vertical Slice. For Context:
|
|
|
|
|
currently the »Playback« Vertical Slice is being worked on, aiming towards a first
|
|
|
|
|
integration of the Render Engine.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Playback Vertical Slice
|
|
|
|
|
-----------------------
|
|
|
|
|
_Ichthyo_ reports on the progress of the »Playback Vertical Slice« effort.
|
|
|
|
|
|
|
|
|
|
- Memory Manager is implemented and tested
|
|
|
|
|
- Activity Language is also completed and tested
|
|
|
|
|
- a passive worker pool has been implemented, based on the C++17 concurrency framework
|
|
|
|
|
|
2023-09-14 22:25:08 +02:00
|
|
|
Next steps:
|
2023-09-14 03:36:57 +02:00
|
|
|
|
2023-09-14 22:25:08 +02:00
|
|
|
- retrofit our existing thread wrapper (which was based on POSIX) to use C\+\+17 thread support;
|
2023-09-14 03:36:57 +02:00
|
|
|
this should be a drop-in replacement, since our own old design almost completely matches the
|
|
|
|
|
design and feature set standardised with C++17
|
|
|
|
|
- complete implementation of the Scheduler Layer-2, integrating Activity-Language and worker pool
|
2023-09-14 22:25:08 +02:00
|
|
|
- integration test of The Scheduler
|
2023-09-14 03:36:57 +02:00
|
|
|
|
2023-09-15 01:58:06 +02:00
|
|
|
Documentation Index and Glossary
|
|
|
|
|
--------------------------------
|
|
|
|
|
_Benny_ reworked and extended the documentation overview in the Lumiera website.
|
|
|
|
|
This can be published now.
|
|
|
|
|
Moreover, _Benny_ investigated Glossary and Index generation. It turns out that
|
2023-09-14 22:25:08 +02:00
|
|
|
ASCIIDOC already provides an index generation feature, which could be configured and used
|
|
|
|
|
to build an index. But there is no support to generate a glossary which we'll build soon.
|
|
|
|
|
The next goal would be to build a prototype for testing and to see how this can be
|
|
|
|
|
integrated into the website infrastructure.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
|
|
|
|
Library solutions for Video Display
|
|
|
|
|
-----------------------------------
|
|
|
|
|
_Benny_ conducted some research regarding library solutions for *video display*, notably
|
|
|
|
|
ffmpeg, GStreamer and libVLC. It was rather easy to code up an "hello world" example based on
|
|
|
|
|
GStreamer, while it was difficult to find suitable documentation regarding the ffmpeg based
|
|
|
|
|
solution. Moreover, GStreamer seems to have a much more active and helpful community.
|
|
|
|
|
|
2023-09-14 22:25:08 +02:00
|
|
|
Next steps would be to look in more depth into libVLC, and especially to compare the
|
2023-09-14 03:36:57 +02:00
|
|
|
feature sets of these solutions. _Cehteh_ points out that MPV (formerly MPlayer) would also
|
|
|
|
|
be an interesting point of reference. _Benny_ mentions that GTK4 offers an integrated
|
2023-09-15 01:58:06 +02:00
|
|
|
video display capability. We'll investigate these frameworks further.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
2023-09-14 22:25:08 +02:00
|
|
|
Extended discussion ensued regarding video frameworks and the difficulties regarding the plethora
|
2023-09-14 03:36:57 +02:00
|
|
|
of interfaces, especially when it comes to hardware acceleration support. Ideally, the Lumiera
|
2023-09-14 22:25:08 +02:00
|
|
|
project should follow the solutions provided by a sufficiently active community, capable of following
|
|
|
|
|
the constant evolution of interfaces and frameworks.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
|
|
|
|
It was agreed upon that the »Playback Vertical Slice« just needs a very simple solution to output
|
|
|
|
|
raw video (RGB888 or YUV), and offers a good opportunity for experimentation to find a suitable
|
2023-09-14 22:25:08 +02:00
|
|
|
support framework.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
''''
|
|
|
|
|
|
|
|
|
|
Next meeting
|
|
|
|
|
------------
|
|
|
|
|
|
2025-06-07 23:59:57 +02:00
|
|
|
The next meeting will be Wednesday Oct 11, 20:00 UTC.
|
2023-09-14 22:25:08 +02:00
|
|
|
You are welcome to join.
|
2023-09-14 03:36:57 +02:00
|
|
|
|
|
|
|
|
''''
|
|
|
|
|
|
|
|
|
|
|