|
|
|
|
|
by eorge_g
2719 days ago
|
|
Great questions! We learned a ton doing the video work on this never having worked with video encoding before. We built front end using React Native (ejected from Expo), backend API using Rails (as that's our most comfortable stack). The video encoding processing is handled by Amazon Elastic Transcoder, hosting the videos on s3. There's a sneaky amount of transcoding involved in the simple app, but it's all cheap at a few dollars a month so far with some use. We're not using a CDN atm but are looking at using cloudfront. Right now it's only on Apple phones, but since we build the front end in React Native building for Android is on the roadmap if there's customer demand! |
|