You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is that when I let fluent write the files to my filesystem on its own, it writes about 10 .ts files and a .m3u8 file that contains lines referencing those .ts files.
But when I try to save this into memory into two different buffers it seems I can get a bunch of .ts files in the buffer, but the m3u8 file does no t have the same amount of references to the segments that it does when I just save it to the filesystem.
I tried to put it into one command using two pipes (chatgpt told me so but it might be hallucinating).
This is what I wind up writing to the filesystem when I try to write what I got in memory for the m3u8. Notice there is only one pipe:10.ts. There should be about 10 of them, it seems.
The size of the buffer for the segments is about four times the size of the file I am trying to turn into an HLS format for playback, for what that's worth.
[ does not apply ] I tried the same with command line ffmpeg and it works correctly (hint: if the problem also happens this way, this is an ffmpeg problem and you're not reporting it to the right place)
[ does not apply ] I have included full stderr/stdout output from ffmpeg
The text was updated successfully, but these errors were encountered:
Version information
Code to reproduce
My problem is that when I let fluent write the files to my filesystem on its own, it writes about 10 .ts files and a .m3u8 file that contains lines referencing those .ts files.
But when I try to save this into memory into two different buffers it seems I can get a bunch of .ts files in the buffer, but the m3u8 file does no t have the same amount of references to the segments that it does when I just save it to the filesystem.
I tried to put it into one command using two pipes (chatgpt told me so but it might be hallucinating).
This is what I wind up writing to the filesystem when I try to write what I got in memory for the m3u8. Notice there is only one pipe:10.ts. There should be about 10 of them, it seems.
The size of the buffer for the segments is about four times the size of the file I am trying to turn into an HLS format for playback, for what that's worth.
here is what gets the m3u8
here is what gets the segments
Checklist
The text was updated successfully, but these errors were encountered: