in my Android application, I am able to playing videos, which are protected with Widevine. These videos are not stored locally in device, but they are streamed. The Widevine technology supports adaptive streaming.
I was solving a problem, that my video was always in a bad quality. I found a solution of this problem here.
Just change URI of video from http://something
to widevine://something helps
.
But my question is what exactly widevine:// means? I cannot find any description of difference between using http:// and widevine://. Can anyone explain me the difference? I know, that it helps to me to solve problem with quality, but are there any other differences?
Many thanks.