How do I play video/music files on AWS3 as streaming?

Asked 2 years ago, Updated 2 years ago, 125 views

We are producing a mobile community application.

I use AWS S3, and until recording and uploading inside the current application,

I implemented it by referring to the AWS S3 upload tutorial.

In order to check the S3 file here, there is an inconvenience that you have to download and then run it.

Get a video file or music file (.mp4) directly from s3 and play it

Is there a way?

aws android streaming

2022-09-22 21:37

1 Answers

I can't write an example for you, but you can play it with ExoPlayer made by Google.

It's also very stable, so it'll help if you test it with this.

ExoPlayer EX

ExoPlayer Google I/O Announcement


2022-09-22 21:37

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.