Replies: 1 comment 1 reply
-
I have read it. It seems difficult as long as we are using AVAssetWriter. Since the OBS source code cannot be used due to the nature of the GPL, I will need to implement it ourselves, which looks like it will take a lot of time. There was a similar discussion before. I’d like to try it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://obsproject.com/blog/obs-studio-hybrid-mp4
This article came out explaining how OBS project implemented recording format compatible with MP4 with one big advantage:
If recording is interrupted then it's playable (doesn't have problem with moov atom).
This is useful if app crashes, phone overheats, or device runs out of space, etc.
If it's easy enough this should be integrated for recordings (seems like muxing is done differently)
Beta Was this translation helpful? Give feedback.
All reactions