Stream frame-based graphics from R via FFmpeg
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Periscope is an R package that enables streaming frame-based graphics to external tools like VLC or OBS Studio via FFmpeg. It works by piping raw RGBA pixel data from R into an ffmpeg process, which encodes the frames and publishes them as an H.264/FLV stream to an RTMP server or local file. This is useful for real-time visualization of R-generated graphics in video streaming workflows.