In order to be able to build video stream blocks in a good way, we basically had to rebuild Twebcast. Previously, each slot change initiated (reloaded) the modules on the specific slot. This meant that e.g. videos were reloaded even when the same module was used several times in a timeline. We have now changed the handling so that a module only initializes once. This also provides advantages for other types of modules used in several places. Chat e.g. previously reloaded on each slot even though it was the same chat throughout the project.
This is an update that at first glance may not seem so big but this improves Twebcast as a platform a lot.