bytedeco/javacv
View on GitHubFFmpegFrameRecorder HLS segmenting to ByteArrayOutputStream
Open
#1,299 opened on Sep 18, 2019
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!