Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: media/test/data/bear.m3u8

Issue 2095053003: Merge M52: "When HLS redirects are encountered recreate WebMediaPlayer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/blink/webmediaplayer_impl_unittest.cc ('k') | media/test/data/bear0.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/bear.m3u8
diff --git a/media/test/data/bear.m3u8 b/media/test/data/bear.m3u8
new file mode 100644
index 0000000000000000000000000000000000000000..d758d55b59016a73c684ab2dd383e8646af349a8
--- /dev/null
+++ b/media/test/data/bear.m3u8
@@ -0,0 +1,7 @@
+#EXTM3U
+#EXT-X-VERSION:3
+#EXT-X-TARGETDURATION:1
+#EXT-X-MEDIA-SEQUENCE:0
+#EXTINF:0.934267,
+bear0.ts
+#EXT-X-ENDLIST
« no previous file with comments | « media/blink/webmediaplayer_impl_unittest.cc ('k') | media/test/data/bear0.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698