Skip to content

Commit

Permalink
chore: add multiple soon-to-work sources (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored Nov 23, 2020
1 parent e41f856 commit 030469f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions scripts/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,35 @@
"uri": "https://d2zihajmogu5jn.cloudfront.net/demuxed-ts-with-audio-only-rendition/master.m3u8",
"mimetype": "application/x-mpegurl",
"features": []
},
{
"name": "(Not Working) sidx v1 dash",
"uri": "https://d2zihajmogu5jn.cloudfront.net/sidx-v1-dash/Dog.mpd",
"mimetype": "application/dash+xml",
"features": []
},
{
"name": "(Not Working) fmp4 x264/flac no manifest codecs",
"uri": "https://d2zihajmogu5jn.cloudfront.net/fmp4-flac-no-manifest-codecs/master.m3u8",
"mimetype": "application/x-mpegurl",
"features": []
},
{
"name": "(Not Working) fmp4 x264/opus no manifest codecs",
"uri": "https://d2zihajmogu5jn.cloudfront.net/fmp4-opus-no-manifest-codecs/master.m3u8",
"mimetype": "application/x-mpegurl",
"features": []
},
{
"name": "fmp4 h264/aac no manifest codecs",
"uri": "https://d2zihajmogu5jn.cloudfront.net/fmp4-muxed-no-playlist-codecs/index.m3u8",
"mimetype": "application/x-mpegurl",
"features": []
},
{
"name": "(Not Working) ts one valid codec among many invalid",
"uri": "https://d2zihajmogu5jn.cloudfront.net/ts-one-valid-many-invalid/master.m3u8",
"mimetype": "application/x-mpegurl",
"features": []
}
]

0 comments on commit 030469f

Please sign in to comment.