Is videoview supports adaptive streaming in android?

nitin tyagi

In Android is there any way way to support Adaptive Streaming while using Android VideoView.

I am playing HLS video inside VideoView. Now i want to change the quality of the video based on the bandwidth. if bandwidth is low then VideoView should play the low bitrate content and if bandwidth is high then VideoView should play the high bitrate video.

I have searched a lot but did not get any satisfactory result.

I have searched the player like ExoPlayer they are doing this.

Please follow the below link :

See Adaptive media playbacks topic of this link

Please revert if anyone have any idea .

RocketSpock

The Android VideoView should be replaced by ExoPlayer for various reasons, mainly because third party manufacturers typically modify the VideoView causing inconsistent support for things like HLS; for this reason I will base my answer on you using the ExoPlayer.

HLS, and other adaptive playback protocols such as DASH or Smooth Stream, automatically changes the playback quality based on the network. In particular, the HlsRenderBuilder takes a BandwidthMeter (see HlsRenderBuilder#L131). If you are worried the default functionality isn't efficient enough then you can provide a customized BandwithMeter.

For simplicity you should use a wrapper around the ExoPlayer such as ExoMedia that provides quick integration with APIs similar to the Android VideoView

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Is videoview supports adaptive streaming in android?

From Dev

Android VideoView Http Live Streaming Memory Leak

From Dev

Android VideoView Http Live Streaming Memory Leak

From Dev

Does Android support HLS Adaptive Bitrate Streaming

From Dev

Android VideoView with MediaController - how to disable seeking while streaming

From Dev

Getting Access on the Android VideoView received packets when Streaming a URL

From Dev

How to capture screenshot of VideoView when streaming video in Android

From Dev

Android VideoView with MediaController - how to disable seeking while streaming

From Dev

Streaming videos on VideoView

From Dev

VideoView Android

From Dev

Streaming live to YouTube - adaptive bitrate?

From Dev

Does jwplayer supports RTSP Streaming?

From Dev

Center Crop an Android VideoView

From Dev

Android load video in VideoView

From Dev

Android VideoView SplashScreen

From Dev

youtube url for android videoview

From Dev

Android connecting MediaPlayer to VideoView

From Dev

android fragment in videoview in tab

From Dev

VideoView in CustomDialog Android

From Dev

Navigation Drawer and VideoView in android

From Dev

Play video in VideoView android

From Dev

Playing video in videoview android

From Dev

Corner for VideoView - Android

From Dev

VideoView Loader Android

From Dev

Android VideoView buffering

From Dev

Adaptive Streaming player playlist update interval

From Dev

HLS, AWS Elastic Encoder, and adaptive streaming

From Java

Android videoview - immersive - overlapping controllers

From Dev

Android VideoView crop_center