mirror of
https://github.com/androidx/media.git
synced 2025-05-06 23:20:42 +08:00
Force PlayReady license URL
The media specifies a URL that uses http rather than https, which the demo app doesn't permit by default. The URL here is the same except it uses https instead. #minor-release PiperOrigin-RevId: 348445571
This commit is contained in:
parent
62720858ed
commit
686d11de1b
@ -251,7 +251,9 @@
|
|||||||
{
|
{
|
||||||
"name": "Super speed (MP4, H264, PlayReady)",
|
"name": "Super speed (MP4, H264, PlayReady)",
|
||||||
"uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest",
|
"uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest",
|
||||||
"drm_scheme": "playready"
|
"drm_scheme": "playready",
|
||||||
|
"drm_license_uri": "https://playready.directtaps.net/pr/svc/rightsmanager.asmx",
|
||||||
|
"drm_force_default_license_uri": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user