【此贴已满不更新】下一代播放器NextPlayer更新到v1.6.6-6
Tofloor
poster avatar
已退deepin
deepin
2020-06-20 18:30
Author
本帖最后由 user0001 于 2020-7-16 11:46 编辑


此贴已经满了,请前往:

大家可以自由重新打包发布。


功能:
1. 支持硬件解码(Linux目前不支持VAAPI硬件解码,macOS支持完美的硬解)
2. CPU占用率平时只有不到10%。主要依靠GPU解码。
3. 支持蓝光/流媒体文件,例如IPTV的txt/m3u/m3u8等节目源格式,直接拖入播放器窗口即可识别。
4. 支持全景声场(需要声卡支持),例如7.1/5.1, 但是需要硬件支持才可以。
5. 目前是用OpenGL进行最终的图形渲染而非SDL。占用资源较小。
6. 支持外挂,内嵌字幕。

无声音问题:
请确保在设置->声音中选择输出设备为pulse设备
播放部分视频闪退等问题:
请在设置- >视频中关闭硬件解码
更新后乱码显示问题:
执行如下命令,清空配置:
rm ~/.config/thenewplayer

欢迎大家给我的项目在github打星星哦。
项目地址:https://github.com/sudormroot/nextplayer-project


无声音请参考:https://bbs.deepin.org/post/196408





















用法:
请直接将IPTV的源文件(txt/m3u/m3u8),文件夹、视频文件,直接拖入app的窗口即可!

Linux

v1.6.6-6
https://bbs.deepin.org/module


链接:https://pan.baidu.com/s/1nSMO2UvwVY0jbnYaEr5dPQ
提取码:r3hu  


changelog:
除了初始音量记忆修复之外,也修复了可以双击直接打开视频文件。之前的版本貌似没有这个功能。

macOS:
macOS版本地址(也可以去我的github主页下载):
v1.6.1 (界面更新,进入下一代界面)
链接: https://pan.baidu.com/s/1qbYmkB5esgDm1oIuZ5_loA
提取码: xvet


关于自动在启动时候抓去在线的m3u/m3u8/txt等节目列表文件:
在/usr/local/thenewplayer/bin/thenewplayer.sh中添加如下代码:
wget http://xxx.xxx.xxx.xxx/list.m3u
covert list.m3u to list.txt
cp list.txt $HOME/.config/thenewplayer/iptvlist.txt


默认的时候TheNewPlayerFree会从这个位置加载iptvlist.txt文件





快捷键(工程使用):

q                     退出

空格              暂停/继续

f                    全屏幕

ESC             退出全屏幕

上下键        增降音量

左右键        回退/快进

a                 切换音轨

s                 切换字幕

v                 切换视频质量

i                  显示信息

p                节目源切换















硬件解码展示,以下的播放文件均在15GB-40GB之间,来自于原蹀镜像:











Reply Favorite View the author
All Replies
...8 / 10
To page
avatar
已退deepin
deepin
2020-06-27 01:34
#141
https://bbs.deepin.org/post/196153
1.6.2装在V20上。
没声音。

在等等。我在重新编译静态的Qt。。。动态库搞得头大。
Reply View the author
avatar
byx8848320105
deepin
2020-06-27 02:36
#142
https://bbs.deepin.org/post/196153
在等等。我在重新编译静态的Qt。。。动态库搞得头大。

我是小白,再次麻烦,有点不好意思。uos 专业版安装了1.62画面清晰、流畅,声音没有解决。慢慢修改,不用着急。
Reply View the author
avatar
已退deepin
deepin
2020-06-27 02:40
#143
https://bbs.deepin.org/post/196153
我是小白,再次麻烦,有点不好意思。uos 专业版安装了1.62画面清晰、流畅,声音没有解决。慢慢修改,不用 ...

你安装下qt5的开发包看看能不能解决:
sudo apt-get install libqt5-dev  libqt5multimedia5 libqt5multimediawidgets5 qtmultimedia5-dev

安装完成了看看声卡设置,尝试以下声卡设置。

记得重新启动看看。

我家里没有PC机,所有的测试打包编译都是在vmware里面的deepin做的。
Reply View the author
avatar
q77190858
deepin
2020-06-27 02:51
#144
大佬牛逼,这里感谢支持深度生态!!!
Reply View the author
avatar
chenggong
deepin
2020-06-27 05:46
#145
https://bbs.deepin.org/post/196153
不好意思。。我在重新编译静态的Qt,这样就没有依赖了。。。。。

期待。。。。
Reply View the author
avatar
ccddxk
deepin
2020-06-27 06:34
#146
谢谢大佬,一个是声音问题,还有个就是第二次打开软件后的缩放就失效了。期待解决
Reply View the author
avatar
sukanka
deepin
2020-06-27 08:56
#147
对了,中文名的"最好"两个字会不会涉嫌违反广告法?建议改个名字
Reply View the author
avatar
已退deepin
deepin
2020-06-27 13:54
#148
本帖最后由 user0001 于 2020-6-27 07:51 编辑
https://bbs.deepin.org/post/196153
谢谢大佬,一个是声音问题,还有个就是第二次打开软件后的缩放就失效了。期待解决 ...

这个是Qt库的依赖问题。

一种可能的修复是,
步骤1:sudo rm /usr/local/thenewplayerfree/bin/qt.conf
步骤2.
sudo vim /usr/local/thenewplayerfree/bin/thenewplayerfree.sh
注释:

#LD_LIBRARY_PATH=$dirname/../lib

#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH

步骤3:
使用系统自带的qt5环境
sudo apt-get install libqt5-dev  libqt5multimedia5 libqt5multimediawidgets5 qtmultimedia5-dev

步骤4:
sudo apt-get install alsa-base alsa-utils  #如果没有安装的化
sudo apt-get install libx265-dev


可能还要安装其他的等

你看看能不能修复这个问题。

如果修复了记得告诉我。


Reply View the author
avatar
已退deepin
deepin
2020-06-27 13:55
#149
https://bbs.deepin.org/post/196153
对了,中文名的"最好"两个字会不会涉嫌违反广告法?建议改个名字

好的。接受建议。
Reply View the author
avatar
hangyubin
deepin
2020-06-27 15:34
#150
界面不错!播放没有声音,好多源不能正常播放,而在其他的直播软件上是可以正常播放的!

源是roywang老兄的!除了CCTv1蓝光的有声音,播放本地文件也没有声音!

Reply View the author
avatar
已退deepin
deepin
2020-06-27 15:52
#151
https://bbs.deepin.org/post/196153
界面不错!播放没有声音,好多源不能正常播放,而在其他的直播软件上是可以正常播放的!

源是roywang老兄 ...

这个是可能Qt库的依赖问题。

一种可能的修复是,
步骤1:sudo rm /usr/local/thenewplayerfree/bin/qt.conf
步骤2.
sudo vim /usr/local/thenewplayerfree/bin/thenewplayerfree.sh
注释:

#LD_LIBRARY_PATH=$dirname/../lib

#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH

步骤3:
使用系统自带的qt5环境
sudo apt-get install libqt5-dev  libqt5multimedia5 libqt5multimediawidgets5 qtmultimedia5-dev

步骤4:
sudo apt-get install alsa-base alsa-utils  #如果没有安装的化
sudo apt-get install libx265-dev


可能还要安装其他的等

你看看能不能修复这个问题。

如果修复了记得告诉我。
Reply View the author
avatar
已退deepin
deepin
2020-06-27 15:53
#152
https://bbs.deepin.org/post/196153
这个是可能Qt库的依赖问题。

一种可能的修复是,

我怀疑是Qt没有正常使用艾尔莎声卡(ALSA)驱动的的问题。
Reply View the author
avatar
deepin-chinaren
deepin
2020-06-27 17:58
#153
有声音了,本地和直播都有了.
音频输出设备,默认选择pulse,就有声音了.

按照https://bbs.deepin.org/post/196408
Reply View the author
avatar
已退deepin
deepin
2020-06-27 18:04
#154
https://bbs.deepin.org/post/196153
有声音了,本地和直播都有了.
音频输出设备,默认选择pulse,就有声音了.

恭喜啊!!!
Reply View the author
avatar
玉箫
deepin
2020-06-27 18:10
#155
IPTV的源文件谁有分享
Reply View the author
avatar
已退deepin
deepin
2020-06-27 18:16
#156
https://bbs.deepin.org/post/196153
IPTV的源文件谁有分享

在前面回复里面找。有人分享过。
Reply View the author
avatar
观摩
deepin
2020-06-27 21:11
#157
T420i 没声音,很多连画面也没有。
那个【全聚合影视 v2.5.1】可以正常播放
Reply View the author
avatar
lenke
deepin
2020-06-28 01:09
#158
1.6.5及以下版本,每次重启软件,音频设置选项会失效。
表现为设置界面还是自定义选项,但是读取的还是初始值,此时需要刷新一下,自定义选项才生效。
Reply View the author
avatar
已退deepin
deepin
2020-06-28 01:24
#159
https://bbs.deepin.org/post/196153
1.6.5及以下版本,每次重启软件,音频设置选项会失效。
表现为设置界面还是自定义选项,但是读取的还是初始 ...

我修正以下。确实是代码的bug
Reply View the author
avatar
lenke
deepin
2020-06-28 01:47
#160
https://bbs.deepin.org/post/196153
我修正以下。确实是代码的bug

期待更新
我是Ubuntu20.04
每次安装完软件,都要进行如下操作,否则无法运行。
步骤1:sudo rm /usr/local/thenewplayerfree/bin/qt.conf
步骤2.
sudo vim /usr/local/thenewplayerfree/bin/thenewplayerfree.sh
注释:

#LD_LIBRARY_PATH=$dirname/../lib

#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
楼主再研究一下,直接使用系统依赖,或者优化一下自带的库文件
Reply View the author
...8 / 10
To page