mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00: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
1 changed files with 2 additions and 2 deletions
|
|
@ -330,11 +330,11 @@
|
||||||
"samples": [
|
"samples": [
|
||||||
{
|
{
|
||||||
"name": "Super speed",
|
"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)",
|
"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"
|
"drm_scheme": "playready"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue