From 29e1798a81670c808f2eb13cfed118d4a151ad5a Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 9 Dec 2018 01:15:31 +0100 Subject: [PATCH 1/6] Update web --- script/public/index.html | 150 ++++++++++++++++++++++++++++------ script/public/index_test.html | 73 ----------------- 2 files changed, 125 insertions(+), 98 deletions(-) delete mode 100644 script/public/index_test.html diff --git a/script/public/index.html b/script/public/index.html index 7733e7df..74dad107 100644 --- a/script/public/index.html +++ b/script/public/index.html @@ -1,36 +1,136 @@ + + + + -
+
+

TDTChannels

+

+ Bienvenido al reproductor del proyecto opensource TDTChannels +

+
+ Repositorio TDT Channels + Sitio personal + GitHub + LinkedIn +
+
+

+ Reproductor de Televisión +

+

Formatos soportado: m3u8

+
+ +
+ +
+
+
+
+ +
+

+ Reproductor de Radio +

+

Formatos soportado: nsv

+
+ +
+ +
+
+ +
+
+
diff --git a/script/public/index_test.html b/script/public/index_test.html deleted file mode 100644 index abf56abb..00000000 --- a/script/public/index_test.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file From 03bee7c121dbab5232a1b5e47e165624c128c5ae Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 9 Dec 2018 08:54:29 +0100 Subject: [PATCH 2/6] Read data from URL --- script/public/index.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/script/public/index.html b/script/public/index.html index 74dad107..b45e8c05 100644 --- a/script/public/index.html +++ b/script/public/index.html @@ -14,7 +14,7 @@ crossorigin="anonymous"> -
+

TDTChannels

Bienvenido al reproductor del proyecto opensource TDTChannels @@ -28,7 +28,7 @@ target="_blank">GitHub LinkedIn -

+

Reproductor de Televisión @@ -45,7 +45,7 @@

-
+

Reproductor de Radio

@@ -66,6 +66,8 @@
+ + -
+

TDTChannels

Bienvenido al reproductor del proyecto opensource TDTChannels @@ -34,7 +36,7 @@ Reproductor de Televisión

Formatos soportado: m3u8

-
+
-
+
@@ -50,7 +52,7 @@ Reproductor de Radio

Formatos soportado: nsv

-
+
From 5aa3d6da5648ddb1826c3ffa2513575248baa327 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 9 Dec 2018 17:15:22 +0100 Subject: [PATCH 4/6] Fix multiple instance of video --- script/public/index.html | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/script/public/index.html b/script/public/index.html index 66d3f237..c58f1e3e 100644 --- a/script/public/index.html +++ b/script/public/index.html @@ -35,7 +35,7 @@

Reproductor de Televisión

-

Formatos soportado: m3u8

+

Formatos soportados: m3u8

@@ -51,7 +51,7 @@

Reproductor de Radio

-

Formatos soportado: nsv

+

Formatos soportados: nsv

@@ -70,6 +70,7 @@