mirror of
https://github.com/androidx/media.git
synced 2025-05-21 23:56:32 +08:00
Fix SmoothStreaming links
NOTE: Streams are working on ExoPlayer but querying them from other platforms yields "bad request". The new links: + Match Microsoft's test server. + Allow querying from clients other than ExoPlayer, like curl. PiperOrigin-RevId: 246289755
This commit is contained in:
parent
241ce2df49
commit
c33835b478
@ -330,11 +330,11 @@
|
||||
"samples": [
|
||||
{
|
||||
"name": "Super speed",
|
||||
"uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism"
|
||||
"uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest"
|
||||
},
|
||||
{
|
||||
"name": "Super speed (PlayReady)",
|
||||
"uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism",
|
||||
"uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest",
|
||||
"drm_scheme": "playready"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user