Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Is there a way to do a stream upload to firebase storage?#8539

Unanswered
bxclib2 asked this question inQ&A
Discussion options

I want to stream the file chunk generated from the recorder. Like this:

                    recorder.ondataavailable = (event) => {                        if (event.data.size > 0) {                            streamToFirebase(event.data)                                                    }                    };                    recorder.onstop = event => {                         streamToFirebase.close()                    }

But the final file need to be a single file. Is there anyway to do this?

Thanks a lot!

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
1 participant
@bxclib2

[8]ページ先頭

©2009-2025 Movatter.jp