N
N
numfin2017-04-10 13:13:06
JavaScript
numfin, 2017-04-10 13:13:06

HLS + firebase storage - how to implement loading?

It is necessary to implement uploading video to firebase storage and then splitting it for .m3u8.
How to do it - no idea. How can this be done with firebase functions + ffmpeg or are there any good alternative approaches?
Googled, didn't find anything clear. (noob)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
romeo_ordos, 2017-04-11
@romeo_ordos

I recommend Amazon AWS :
1) Upload the file to S3 ;
2) The trigger that calls the Lambda function fires ;
3) The Lambda function passes the uploaded file to the Elastic Transcoder ;
4) Transcoder puts the transcoded video in S3 and notifies via SNS (email, HTTP endpoint, sms, push notification) that the conversion is complete.
The Transcoder allows you to set the start and end points of the video, which should meet the "post split" requirement.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question