I am storing the different video file formats provided by my website users in Firebase storage. Since I don't want to restrict my end users to a particular file format, but at the same time ensure that the provided media file can be seamlessly viewed across different clients, I want to transcode them to one particular format (probably mp4).

Is there any support for this in Firebase Storage or any other external feature which will allow me to do this?

I would have done this video transcoding on my application server, however then I cannot upload videos to Firebase storage from my application server because Firebase storage only supports uploading from client app.

1

There are 1 answers

0
Johan Blomgren On

You can use google app engine according to this document: gcp-integration