bytedeco/javacv

FFmpegFrameRecorder HLS segmenting to ByteArrayOutputStream

Open

#1,299 opened on Sep 18, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (1,583 forks)batch import
bughelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is it possible to write HLS segments to ByteArrayOutputStream instead of to disk? When passing a ByteArrayOutputStream to FFmpegFrameRecorder, it still attempts to write .ts files to the filesystem.

Thanks!

Contributor guide