From d0e3d377dfaca1ce187a3a46f755ddc1502c1ba0 Mon Sep 17 00:00:00 2001
From: HTWCore <1005354833@qq.com>
Date: Sun, 5 May 2024 10:43:09 +0800
Subject: [PATCH 01/19] Initial commit
---
LICENSE | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
README.md | 2 +
2 files changed, 203 insertions(+)
create mode 100644 LICENSE
create mode 100644 README.md
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..261eeb9
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a0e5290
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# HTV
+A live media player app(电视直播软件)
From 8174f01249d6a2ab4a0eccc39d56d0d50c6036f5 Mon Sep 17 00:00:00 2001
From: HTWMedia <1005354833@qq.com>
Date: Sun, 5 May 2024 11:58:59 +0800
Subject: [PATCH 02/19] Update README.md
---
README.md | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a0e5290..33abfd4 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,28 @@
# HTV
-A live media player app(电视直播软件)
+A live media player app(手机、电视直播软件)
+
+![image](https://img2024.cnblogs.com/blog/33211/202405/33211-20240505115550874-1758625402.png)
+
+## 使用
+
+Android系统的手机或电视上
+
+1.电视操作
+频道切换:使用上下方向键,或者数字键切换频道;屏幕上下滑动;
+频道选择:OK键;单击屏幕;
+设置页面:菜单、帮助键、长按OK键;双击屏幕
+
+2.手机操作
+频道切换:屏幕上下滑动;
+频道选择:单击屏幕;
+设置页面:双击屏幕
+
+## 说明
+
++ 支持Android较低的版本,如Android 4.4等
++ 网络环境IPv4或IPv6均可
++ 直播源稳定,初始化为央视、卫视及当地地方台。如需定自定义源可联系作者。
++ 节目信息epg采用异步加载,可能稍有延迟
+
+## 致谢
+my-tv
From 96cb52af5eca2da79e4950cddb8cbaabc141ab29 Mon Sep 17 00:00:00 2001
From: HTWMedia <1005354833@qq.com>
Date: Sun, 5 May 2024 12:01:38 +0800
Subject: [PATCH 03/19] Update README.md
---
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 33abfd4..ac2968a 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,15 @@ A live media player app(手机、电视直播软件)
Android系统的手机或电视上
-1.电视操作
-频道切换:使用上下方向键,或者数字键切换频道;屏幕上下滑动;
-频道选择:OK键;单击屏幕;
-设置页面:菜单、帮助键、长按OK键;双击屏幕
-
-2.手机操作
-频道切换:屏幕上下滑动;
-频道选择:单击屏幕;
-设置页面:双击屏幕
+### 1.电视操作
++ 频道切换:使用上下方向键,或者数字键切换频道;屏幕上下滑动;
++ 频道选择:OK键;单击屏幕;
++ 设置页面:菜单、帮助键、长按OK键;双击屏幕
+
+### 2.手机操作
++ 频道切换:屏幕上下滑动;
++ 频道选择:单击屏幕;
++ 设置页面:双击屏幕
## 说明
From 3687ea95d8b613e40401b1fd81071e3a6af1f348 Mon Sep 17 00:00:00 2001
From: HTWMedia <1005354833@qq.com>
Date: Sun, 5 May 2024 12:06:24 +0800
Subject: [PATCH 04/19] Update README.md
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ac2968a..63ec03e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# HTV
A live media player app(手机、电视直播软件)
+app可在右侧release中下载,免费使用,如需定自定义源可联系作者。
+
![image](https://img2024.cnblogs.com/blog/33211/202405/33211-20240505115550874-1758625402.png)
## 使用
@@ -21,8 +23,8 @@ Android系统的手机或电视上
+ 支持Android较低的版本,如Android 4.4等
+ 网络环境IPv4或IPv6均可
-+ 直播源稳定,初始化为央视、卫视及当地地方台。如需定自定义源可联系作者。
++ 直播源稳定,初始化为央视、卫视及当地地方台。
+ 节目信息epg采用异步加载,可能稍有延迟
## 致谢
-my-tv
+[my_tv](https://github.com/yaoxieyoulei/my_tv "my_tv")
From 22c0069476944d9b7e18a90edc4dc5a7dca52b39 Mon Sep 17 00:00:00 2001
From: HTWMedia <1005354833@qq.com>
Date: Sat, 11 May 2024 12:07:35 +0800
Subject: [PATCH 05/19] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
增加API调用
---
README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/README.md b/README.md
index 63ec03e..f7b3e40 100644
--- a/README.md
+++ b/README.md
@@ -26,5 +26,50 @@ Android系统的手机或电视上
+ 直播源稳定,初始化为央视、卫视及当地地方台。
+ 节目信息epg采用异步加载,可能稍有延迟
+## 声明
+
+由于为了兼容IPTV4网络和比较老的Android系统,HTV app采用了开源的Fijkplayer播放器,导致在进入app和切换台的时候可能延迟比较大,这块由于本人精力有限,目前没有好的解决方案,有这方面best practice的同仁可以指导下,在此感谢。
+
+为了解决上述问题,考虑将获取tv频道的API释放出来,以便于您能用其它播放器。目前主要有3个API:
+
++获取频道列表
+http://8.136.199.131/GetIPTVs
+返回频道列表的json字符串,例如:[{"title":"CCTV1 HD","url":"http://61.48.189.27:1314/rtp/239.3.1.129:8008","logo":"","grouptitle":"央视","groupidx":0},{"title":"CCTV2 HD","url":"http://61.48.189.27:1314/rtp/239.3.1.60:8084","logo":"","grouptitle":"央视","groupidx":0}]
+
+上述title是频道名,url是频道源,grouptitle是分组,比如央视、卫视等
+
++根据地区获取频道列表
+http://8.136.199.131/GetIPTVsByLoc?location=
+返回频道列表的json字符串
+
+location参数可以传入比如s=湖北省,这时候严格返回该地区的频道,包括央视、卫视和地方频道。
+如果没有的话可以放开一些,比如只传入s=湖北,这时候会返回和湖北地区相关的频道。
+
+根据地区获取频道列表比直接获取频道列表快,因为少了检索地区的时间。
+
++检测某个频道是否可用
+http://8.136.199.131/ProbeChannel?url=
+返回频道是否可用以及频道响应时间的json字符串
+url传入比如url=http://61.48.189.27:1314/rtp/239.3.1.129:8008
+
+另外获取epg节目信息的方法,可参考网上资源。上述API可在浏览器中直接访问即可有返回值查看,方便作为自定义源,在其它app中使用。
+
+开发创作不易,如果您觉得有用或者节省了您宝贵的时间,请给作者小小赞下吧,3Q:
+![wxzan](https://img2024.cnblogs.com/blog/33211/202405/33211-20240511115250248-1117416631.jpg)
+![zfbzan](https://img2024.cnblogs.com/blog/33211/202405/33211-20240511115429872-844027794.jpg)
+
+
+## 另有以下API:
+* 堪比capcut(剪映)的智能字幕
+* 人声背景音乐分离
+* 图文成片(根据文案搜索图片背景音乐及短视频等素材合成视频)
+* 音视频说话人区分
+* 提取音视频重点内容
+* 音视频内容总结
+* 视频字幕OCR提取
+* 图片、文档OCR识别,包含复杂表格识别、试卷识别、公式识别、PDF识别等
+
+如有以上需求的同仁可联系作者
+
## 致谢
[my_tv](https://github.com/yaoxieyoulei/my_tv "my_tv")
From 6df056bd87a86c0425561d51414a53272f378b0d Mon Sep 17 00:00:00 2001
From: HTWMedia <1005354833@qq.com>
Date: Sat, 11 May 2024 12:09:40 +0800
Subject: [PATCH 06/19] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
格式修正
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f7b3e40..c2e4ddf 100644
--- a/README.md
+++ b/README.md
@@ -32,13 +32,13 @@ Android系统的手机或电视上
为了解决上述问题,考虑将获取tv频道的API释放出来,以便于您能用其它播放器。目前主要有3个API:
-+获取频道列表
++ 获取频道列表
http://8.136.199.131/GetIPTVs
返回频道列表的json字符串,例如:[{"title":"CCTV1 HD","url":"http://61.48.189.27:1314/rtp/239.3.1.129:8008","logo":"","grouptitle":"央视","groupidx":0},{"title":"CCTV2 HD","url":"http://61.48.189.27:1314/rtp/239.3.1.60:8084","logo":"","grouptitle":"央视","groupidx":0}]
上述title是频道名,url是频道源,grouptitle是分组,比如央视、卫视等
-+根据地区获取频道列表
++ 根据地区获取频道列表
http://8.136.199.131/GetIPTVsByLoc?location=
返回频道列表的json字符串
@@ -47,7 +47,7 @@ location参数可以传入比如s=湖北省,这时候严格返回该地区的
根据地区获取频道列表比直接获取频道列表快,因为少了检索地区的时间。
-+检测某个频道是否可用
++ 检测某个频道是否可用
http://8.136.199.131/ProbeChannel?url=
返回频道是否可用以及频道响应时间的json字符串
url传入比如url=http://61.48.189.27:1314/rtp/239.3.1.129:8008
From 8bf4b4515d1cebbfdc91cb62473cade174633a7b Mon Sep 17 00:00:00 2001
From: HTWMedia <1005354833@qq.com>
Date: Sat, 11 May 2024 12:11:43 +0800
Subject: [PATCH 07/19] Update README.md
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
修正样式
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index c2e4ddf..7fe25bd 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,10 @@ http://8.136.199.131/GetIPTVs
上述title是频道名,url是频道源,grouptitle是分组,比如央视、卫视等
+ 根据地区获取频道列表
+点击查看代码
+
+```
http://8.136.199.131/GetIPTVsByLoc?location=
返回频道列表的json字符串
@@ -46,6 +50,8 @@ location参数可以传入比如s=湖北省,这时候严格返回该地区的
如果没有的话可以放开一些,比如只传入s=湖北,这时候会返回和湖北地区相关的频道。
根据地区获取频道列表比直接获取频道列表快,因为少了检索地区的时间。
+```
+点击查看代码
+
+```
http://8.136.199.131/GetIPTVs
+
返回频道列表的json字符串,例如:[{"title":"CCTV1 HD","url":"http://61.48.189.27:1314/rtp/239.3.1.129:8008","logo":"","grouptitle":"央视","groupidx":0},{"title":"CCTV2 HD","url":"http://61.48.189.27:1314/rtp/239.3.1.60:8084","logo":"","grouptitle":"央视","groupidx":0}]
上述title是频道名,url是频道源,grouptitle是分组,比如央视、卫视等
+```
+点击查看代码
+
+```
http://8.136.199.131/ProbeChannel?url=
+
返回频道是否可用以及频道响应时间的json字符串
+
url传入比如url=http://61.48.189.27:1314/rtp/239.3.1.129:8008
+```
+
- +
## 另有以下API: * 堪比capcut(剪映)的智能字幕 From 79ef579f9206b8d51e8364e74a4cdc4d7c7089f6 Mon Sep 17 00:00:00 2001 From: HTWMedia <1005354833@qq.com> Date: Sat, 11 May 2024 12:31:24 +0800 Subject: [PATCH 11/19] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新说明 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f502928..e0c979e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ http://8.136.199.131/GetIPTVs http://8.136.199.131/GetIPTVsByLoc?location= 返回频道列表的json字符串 -location参数可以传入比如s=湖北省,这时候严格返回该地区的频道,包括央视、卫视和地方频道。 +location参数可以传入比如location=湖北省,这时候严格返回该地区的频道,包括央视、卫视和地方频道。 如果没有的话可以放开一些,比如只传入s=湖北,这时候会返回和湖北地区相关的频道。 根据地区获取频道列表比直接获取频道列表快,因为少了检索地区的时间。 @@ -73,6 +73,8 @@ url传入比如url=http://61.48.189.27:1314/rtp/239.3.1.129:8008 ``` +**以上接口获取的源均为稳定的IPv4源,会自动更新,节省您宝贵的时间,调用后不用更新app** + 另外获取epg节目信息的方法,可参考网上资源。上述API可在浏览器中直接访问即可有返回值查看,方便作为自定义源,在其它app中使用。 开发创作不易,如果您觉得有用或者节省了您宝贵的时间,请给作者小小赞下吧,3Q: From 6bf5c59efb17470d5a022f7fec3988d73f0a90f6 Mon Sep 17 00:00:00 2001 From: HTWMedia <1005354833@qq.com> Date: Sat, 11 May 2024 12:47:39 +0800 Subject: [PATCH 12/19] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新API --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0c979e..4f647b1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Android系统的手机或电视上