Questions tagged [container-file]
4 questions
3
votes
1 answer
How to write a webm (or other) audio/video block of data from MediaRecorder to a properly formatted .webm (or other) container file?
I am using javascript to capture audio data from MediaRecorder, and base64 encode it so I can send it back to the web server where it can be saved for later playback.
data:audio/webm;codecs=opus;base64,GkXfo59ChoEBQveBA...(too much data to post, but…

Bo A
- 138
- 9
2
votes
6 answers
How do I create a container file?
I would like to create a file format for my app like Quake, OO, and MS Office 07 have.
Basically a uncompressed zip folder, or tar file.
I need this to be cross platform (mac and windows).
Can I do something via command prompt and bash?

Dan
- 367
- 1
- 5
- 17
1
vote
1 answer
Sync and back up files encrypted (using a raspberry pi)
I am currently looking for a way to synchronize confidential files between two PCs (and possibly an always running raspberry pi - would serve as a host and backup).
On each PC I have an LUKS-encrypted partition. I want to synchronize the files in…

Max
- 66
- 1
- 9
0
votes
6 answers
Are there alternatives for creating large container files that are cross platform?
Previously, I asked the question.
The problem is the demands of our file structure are very high.
For instance, we're trying to create a container with up to 4500 files and 500mb data.
The file structure of this container consists of
SQLite DB…

Dan
- 367
- 1
- 5
- 17