mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Add DASH samples with multiple base URLs
PiperOrigin-RevId: 395727438
This commit is contained in:
parent
25a6ff5753
commit
5a5aeda3ec
1 changed files with 13 additions and 0 deletions
|
|
@ -212,6 +212,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DASH - Multiple base URLs",
|
||||
"samples": [
|
||||
{
|
||||
"name": "DASH - Multiple base URLs",
|
||||
"uri": "https://storage.googleapis.com/exoplayer-test-media-0/dash-multiple-base-urls/manifest.mpd"
|
||||
},
|
||||
{
|
||||
"name": "DASH - Multiple base URLs (fail over)",
|
||||
"uri": "https://storage.googleapis.com/exoplayer-test-media-0/dash-multiple-base-urls/manifest-failover.mpd"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "HLS",
|
||||
"samples": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue