am 8c5545ef: Merge "Fix for b/4198446 HC - Support for Widevine Adaptive VOD Fix for b/4075745 libWVStreamControlAPI crashes when dlopened() and dlclosed() Added error logging to diagnose problems such as b/4430078 Playback of newly rented movie fails with "licens
* commit '8c5545ef76f39094b016986c7deec02df682356d': Fix for b/4198446 HC - Support for Widevine Adaptive VOD Fix for b/4075745 libWVStreamControlAPI crashes when dlopened() and dlclosed() Added error logging to diagnose problems such as b/4430078 Playback of newly rented movie fails with "license expired"
This commit is contained in:
Binary file not shown.
@@ -84,11 +84,17 @@ void WVMDrmPluginTest::Run()
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
// Remote asset
|
||||
|
||||
String8 url;
|
||||
|
||||
// Remote asset
|
||||
url = String8("http://seawwws001.cdn.shibboleth.tv/videos/qa/adventures_d_ch_444169.wvm");
|
||||
TestAsset(plugin, url);
|
||||
|
||||
// Remote asset using widevine:// protocol
|
||||
url = String8("widevine://seawwws001.cdn.shibboleth.tv/videos/qa/adventures_d_ch_444169.wvm");
|
||||
TestAsset(plugin, url);
|
||||
|
||||
// Local asset
|
||||
url = String8("file:///sdcard/Widevine/trailers_d_ch_444169.wvm");
|
||||
TestAsset(plugin, url);
|
||||
|
||||
Reference in New Issue
Block a user