Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Streaming Videos Hosted in AWS S3


We have videos stored in AWS S3 Bucket and would like to stream these videos to Android & iOS app. We don't require to stream to WEB. When we contacted Amazon about this, they have recommended to use Jwplayer to steam videos. We have download the JWPLAYER Android SDK but we are unable to play videos in our Android app. Kindly suggest the solution.

1 Community Answers

Daniel Berger

JW Player Support Agent  
0 rated :

Hi,

Thank you for exploring our Android SDK. You can implement an externally hosted video file like I did in this code example:
PlaylistItem video = new PlaylistItem(“http://path/to/stream.mpd”);

For further reference:
https://developer.jwplayer.com/sdk/android/docs/developer-guide/usage/jwplayer-fragment/

This question has received the maximum number of answers.