Playing video from custom live stream (Android) -


my android app needs play live video remote rtmp server (adobe flash media server).

as android's android.media.mediaplayer doesn't support rtmp protocol, found library provides me streaming functionality. i.e. can connect , receive portions of video stream byte array.

the question how can use incoming video stream data display in view?

it seems current standard api doesn't allow me that. mediaplayer accepts either file or url. audio data there audiotrack allows achieve similar goal mine, audio. video don't see option.

any suggestions appreciated, maybe there third party media library may provide functionality android.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -