How do I get the video bit rate of a playing video? Do you have any simply example code?
To add backgrund, I am developing an android app and getting videos to play using the kaltura player via the android sdk v3. I see a couple of classes and methods in the sdk technical documentation that seem to give the bitrate. But I am unable to put them all together and connect them to the player. I could really use some sample code for this.
Hi
You can take a look at the track selection sample:
you have to download https://github.com/kaltura/playkit-android-samples/tree/Samples_v3.7.1
and in studio open the AllSamples folder
or open the FullDemo folder
theer you will fine playkitdemo as well
Thanks, that is extremely helpful