Is there an example for use named pipe for Audio (raw) and Video (raw) and create a hls output from Python ? Both inputs (audio and video) are all raw numpy arrays: audio is array with 1920 byte chunk, images are array with 640x480x3 bytes chunk.
Thanks,
Steve