Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 2.73 KB

README.md

File metadata and controls

34 lines (29 loc) · 2.73 KB

Go Report Card License

Description

Cyclic buffer for fragmented mp4 stream in order to save memory when pre-recording an event. Does not use FFmpeg, suitable for embedded systems.

───────────────────────────────────────────────────────────────────────────────
Language                 Files     Lines   Blanks  Comments     Code Complexity
───────────────────────────────────────────────────────────────────────────────
Go                           2       364       45        24      295         36
License                      1       674      121         0      553          0
Markdown                     1        33        5         0       28          0
gitignore                    1         2        0         0        2          0
───────────────────────────────────────────────────────────────────────────────
Total                        5      1073      171        24      878         36
───────────────────────────────────────────────────────────────────────────────
Estimated Cost to Develop (organic) $23,564
Estimated Schedule Effort (organic) 3.31 months
Estimated People Required (organic) 0.63
───────────────────────────────────────────────────────────────────────────────
Processed 47143 bytes, 0.047 megabytes (SI)
───────────────────────────────────────────────────────────────────────────────

Packages

Use Go Modules.

License

Please read the LICENSE file.

Contribute

The project is used to publish an article, but I am always happy to receive any help.