I would like to understand how to play Live Stream / VOD in a native Android app

We want to create a Live-Broadcasting / streaming platform where anyone can go online at the click of a button using their mobile camera. The same live channel must be viewable in the mobile app. For starters, we would like to support live streaming and viewing live streaming from IOS and Android platforms. We use Wowza as a media streaming server

UseCase: Say, while sitting at home, I want to show my new home to all my friends. I download a mobile app on Android and start a live stream when a button is pressed. My friends who also downloaded the same mobile app can see my live stream through their mobile phone. They can also see some of the VOD content. I would like to understand how to play Live Stream / VOD on a native Android app?

Thanks in Advance :)

+3


source to share


1 answer


OpenMAX for Android will give you the most flexibility and control, however it is a low level API that allows for the use of C ++ and NDK, you can also use ffmpeg static libraries in the same way



0


source







All Articles