Create streams.json
Browse files- playertest/streams.json +4 -0
playertest/streams.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"url1": "https://example.com/stream1.m3u8",
|
| 3 |
+
"url2": "https://example.com/stream2.m3u8"
|
| 4 |
+
}
|