2.1 Using the ZFITS streamer, a.k.a `DummyCameraServer`, by running a Singularity container.
2.2 Using the HDF5 streamer, a.k.a `DummyFountainHDF5`, HiPeRTA tool.
## 2.1 Stream ZFITS data (DummyCameraServer - `streamSingularity.simg`)
1. Create basic common hdf5 configuration file used by all the stream files, [go to section 1.3](#13-create-hdf5-file-containing-basic-observing-information).
2. Launch the DummyCameraServer [go to section](#212-launch-the-dummycameraserver).
3. Launch the hiperta_stream main script, [go to section](#213-launch-the-stream).
- Modify `config_hiperta_stream.yml` file (the full configuration hiperta_stream)
#### 2.1.1 Base hdf5 config
- Check that the following argument in the `config_hiperta_stream.yml` is set to `True` !
- `stream_read_zfit: true` !
##### 2.1.2 Launch the DummyCameraServer
Example of working dir: `/fefs/aswg/workspace/enrique.garcia/rta_stream_test/`.
Data and the container must be present in the same directory. Singularity does not like simlinks (or we are not passing the correct command).