Open alfian444 opened 6 months ago
I found the problem, I can't do MediaRecord maybe because the audio codec I have is "opus" mimeType: 'video/x-matroska;codecs=avc1,opus'
Can I desable the audio?
i tried to add hasAudio:false
in MediaDataSource
but the stream won't play
I want to record streaming video but when I check using
new MediaRecorder
the data size obtained is 0 like the following code