Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Can not save audio over 15-20s #4

Open
duybt0312 opened this issue Nov 15, 2013 · 3 comments
Open

Can not save audio over 15-20s #4

duybt0312 opened this issue Nov 15, 2013 · 3 comments

Comments

@duybt0312
Copy link

I try to save audio to server php by Muaz Khan code:

recorder.onAudioReady(function(blob) {

    PostBlob(blob, 'audio', fileName + '.wav');
 //   attachLink(blob, "audio");
}); 

But it works fine with under 10s, over that time, it's failed!
Can you solve that?

@zhuochun
Copy link
Member

Hey, I do not have this problem. Can you share more info? Browser version, sample code?

@GuyIssler
Copy link

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.

@zhuochun
Copy link
Member

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants