Video recording sound problem
Describe the bug When I make multiple records during the same session (because my computer crash when the record is too long). Then the second recording does not have any sound (only the first recording contains the sound).
To Reproduce Steps to reproduce the behavior:
- Start serveur
- Start recording
- Speak
- Stop recording
- Start recording
- Speak
- Stop recording
- Look at records
Desktop (please complete the following information):
- OS: Ubuntu 20.04
- Browser: 101.0.4951.64
- Slidev version: 0.32.1
sounds like memory problem. seems like having separate node processes would fix this
In fact it is not so reproductible, because I tried with a short record and it is ok. But it happens two times when I tried to record a real session. In both cases the first record is about 1h long.
It is not related to node, because everything happen in the browser. I think, the problem is more from RecordRTC that saves all the record in memory. So yes it is probably related to memory. RecordRTC doe not provide a way to stream the video (related issue https://github.com/muaz-khan/RecordRTC/issues/778).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.