Open duybt0312 opened 10 years ago
Hey, I do not have this problem. Can you share more info? Browser version, sample code?
I am having the same problem with saving audio over 15s-20s. and with saving video that last longer than 60s.
As metioned it works fine with under 10s video & audio.
@duybt0312 @GuyIssler
In the demo, audio or video blobs are converted to data link for viewing. When video/audio exceeded 10s, the data links' lengths exceeded the limit.
In my project, I can upload video + audio for more than 10+s.
I try to save audio to server php by Muaz Khan code:
recorder.onAudioReady(function(blob) {
But it works fine with under 10s, over that time, it's failed! Can you solve that?