From 59bc78d0396a1cec78ceec438606d39b43d92f3a Mon Sep 17 00:00:00 2001 From: parkdev106 Date: Tue, 29 Sep 2020 10:53:26 +0900 Subject: [PATCH] add: vod_player, live_player --- html5_player/php_player/index.php | 74 +--- html5_player/php_player/live_player.php | 329 ++++++++++++++++ html5_player/php_player/vod_player.php | 485 ++++++++++++++++++++++++ 3 files changed, 817 insertions(+), 71 deletions(-) create mode 100644 html5_player/php_player/live_player.php create mode 100644 html5_player/php_player/vod_player.php diff --git a/html5_player/php_player/index.php b/html5_player/php_player/index.php index 7848502..1fe9422 100644 --- a/html5_player/php_player/index.php +++ b/html5_player/php_player/index.php @@ -1,75 +1,7 @@ - - - - - - - - - - - - - - - - - - - +?> \ No newline at end of file diff --git a/html5_player/php_player/live_player.php b/html5_player/php_player/live_player.php new file mode 100644 index 0000000..2c89da8 --- /dev/null +++ b/html5_player/php_player/live_player.php @@ -0,0 +1,329 @@ + + + + + + + + + + + +
+ + +
+ + +
+
+ 오디오듣기 +
+
+ 자막보기 + 축소 + 전체화면 +
+
+ + + +
+ + + + + + + + + + \ No newline at end of file diff --git a/html5_player/php_player/vod_player.php b/html5_player/php_player/vod_player.php new file mode 100644 index 0000000..06cb58e --- /dev/null +++ b/html5_player/php_player/vod_player.php @@ -0,0 +1,485 @@ + + + + + + + + + + + +
+ + +
+
+ 오디오듣기 +
+
+ 자막보기 + 축소 + 전체화면 +
+
+ + + + + + + + + +
+ + + + + + + + + + \ No newline at end of file