I have a video stream (HLS) playing with exoplayer, so I want to turn off the video and play only the audio of my live stream by clicking a button, can any one help me?
I'm playing a video using BetterVideoPlayer but video is playing but no audio is coming out. As i analysed, i found that this video is using AC-3 Codec(May be).
Google's Video player have also the same behaviour, but MX Player is also to play that video perfectly.
My requirement is to stream video using HTML5 player in android.
I referred this link to stream the -> WebView and HTML5
.
It's streaming properly but there is no option to play, pause and seek the video position.
it should just take video server url. should buffer and start playing video.
are there any libraries available for playing a video with buffering ?
How to implement custom video player with media controls similar to youtube?
I have to use MediaPlayer play video from a stream line
What i have do?
Can i use surface View and mediaplayer ?