扫描二维码关注官方公众号
返回列表 发布新帖

[玩法/技巧] HP N54L黑群晖DSM5.0成功安装Air Video Server!1080p MKV无压力!

 火...

评论999

antsnm楼主Lv.6 发表于 2014-9-19 23:33:35 | 显示全部楼层
天道太酬勤 发表于 2014-9-19 23:23
好评,投诉手机版没有回复按钮啊

没错,手机版没法回复,只能切到电脑版。手机版也没法查看消息。
回复 点赞

使用道具 举报

antsnm楼主Lv.6 发表于 2014-9-19 23:32:31 | 显示全部楼层
andyxie5585 发表于 2014-9-19 21:45
楼主看看我的诊断信息,和你的有什么不一样?换了一个免费版的air video ,似乎连接上了,但看不到视频文件 ...

root@HarveyDS:/home/airvideo# /usr/bin/java -jar /home/airvideo/AirVideoServerLinux.jar /home/airvideo/airvideo-properties
Sep 19, 2014 11:29:03 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: SHA1-Digest.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
Sep 19, 2014 11:29:03 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: SHA1-Digest.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
DEBUG: SnapshotCache: Initializing Thumbnail Cache; Java Version: 1.6.0_32
DEBUG: SnapshotCache: Loaded existing Snapshot Index BTree with with 207 items.2014-09-19 23:29:03.390::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2014-09-19 23:29:03.416::INFO:  jetty-6.1.x
Sep 19, 2014 11:29:03 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: SHA1-Digest.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
2014-09-19 23:29:03.464::INFO:  Started SocketConnector@0.0.0.0:45631
DEBUG: PortMapperAction: Scheduling task PortMapperAction$2 (5377956)
DEBUG: StatusReportAction: Scheduling task StatusReportAction$2 (21172596)


我的调试信息,似乎没有报错的。我看你的报错信息好像是字幕的缺省编码出错,你已经修改了chroot的编码了吗?
已搞定了,原来楼主教程中的airvideo-properties文件有问题,只写入了 folders = video:/volume1/video #subtitles.encoding = windows-1250 后来参照原文,改成如下: folders = video:/volume1/video subtitles  详情 回复
发表于 2014-9-20 00:47
回复 点赞

使用道具 举报

天道太酬勤Lv.10 发表于 2014-9-19 23:23:12 | 显示全部楼层
好评,投诉手机版没有回复按钮啊
没错,手机版没法回复,只能切到电脑版。手机版也没法查看消息。  详情 回复
发表于 2014-9-19 23:33
回复 点赞

使用道具 举报

sunlion1031Lv.3 发表于 2014-9-19 22:24:30 | 显示全部楼层
谢谢楼主分享
回复 点赞

使用道具 举报

andyxie5585Lv.5 发表于 2014-9-19 21:45:15 | 显示全部楼层
楼主看看我的诊断信息,和你的有什么不一样?换了一个免费版的air video ,似乎连接上了,但看不到视频文件。
root@DiskStation:/# /usr/bin/java -jar /home/airvideo/AirVideoServerLinux.jar /home/airvideo/airvideo-properties
Sep 19, 2014 9:34:54 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: SHA1-Digest.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
Sep 19, 2014 9:34:54 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: SHA1-Digest.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
DEBUG: SnapshotCache: Initializing Thumbnail Cache; Java Version: 1.6.0_32
DEBUG: SnapshotCache: Created new Snapshot Index BTree2014-09-19 21:34:54.599::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2014-09-19 21:34:54.628::INFO:  jetty-6.1.x
Sep 19, 2014 9:34:54 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: SHA1-Digest.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
2014-09-19 21:34:54.683::INFO:  Started SocketConnector@0.0.0.0:45631
DEBUG: PortMapperAction: Scheduling task PortMapperAction$2 (5739699)
DEBUG: StatusReportAction: Scheduling task StatusReportAction$2 (1396169)Exception in thread "main" java.lang.NullPointerException: charsetName
        at java.lang.String.<init>(String.java:449)
        at java.lang.String.<init>(String.java:523)
        at com.inmethod.air.video.common.subtitle.SubtitleStateManager.setDefaultEncoding(SubtitleStateManager.java:73)
        at com.inmethod.air.video.Cli.main(Cli.java:74)

Exception in thread "Overlay Socket Thread" java.lang.OutOfMemoryError: Java heap space
        at com.inmethod.air.video.common.subtitle.server.SubtitleServer.parseRequest(SubtitleServer.java:29)
        at com.inmethod.air.video.common.subtitle.server.SubtitleServer.access$0(SubtitleServer.java:23)
        at com.inmethod.air.video.common.subtitle.server.SubtitleServer$SocketThread.run(SubtitleServer.java:143)
Sep 19, 2014 9:37:03 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: SHA1-Digest.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
root@HarveyDS:/home/airvideo# /usr/bin/java -jar /home/airvideo/AirVideoServerLinux.jar /home/airvideo/airvideo-properties Sep 19, 2014 11:29:03 PM java.util.jar.Attributes read WARNING: Duplicate nam  详情 回复
发表于 2014-9-19 23:32
回复 点赞

使用道具 举报

anying2046Lv.3 发表于 2014-9-19 16:52:03 | 显示全部楼层
看一下。。。
回复 点赞

使用道具 举报

andyxie5585Lv.5 发表于 2014-9-19 16:30:57 | 显示全部楼层
我就是局域网中使用的,另外在局域网中用电脑建立了一台air video server ,air ipad 连这个就很正常,连nas上的就不行,网上好像有人也出现过这个问题。
回复 点赞

使用道具 举报

antsnm楼主Lv.6 发表于 2014-9-19 16:25:17 | 显示全部楼层
andyxie5585 发表于 2014-9-18 18:26
看服务端用到的是tcp6 45631和46631两个端口,路由器上都做了端口映射还是报错。ipad air连接server的时候 ...

这个似乎是“局域网”播放软件,互联网这个版本不支持。也就是手机和服务器要在同一网段。不需要端口映射。如果一定要从互联网用,可以vpn到nas上再用,我中午测试成功。
回复 点赞

使用道具 举报

antsnm楼主Lv.6 发表于 2014-9-19 16:25:02 | 显示全部楼层
andyxie5585 发表于 2014-9-18 18:26
看服务端用到的是tcp6 45631和46631两个端口,路由器上都做了端口映射还是报错。ipad air连接server的时候 ...

这个似乎是“局域网”播放软件,互联网这个版本不支持。也就是手机和服务器要在同一网段。不需要端口映射。如果一定要从互联网用,可以vpn到nas上再用,我中午测试成功。
回复 点赞

使用道具 举报

JiekekuLv.3 发表于 2014-9-19 15:59:26 | 显示全部楼层
查看一下,谢谢楼主
回复 点赞

使用道具 举报

cq_0781Lv.10 发表于 2014-9-19 11:42:34 | 显示全部楼层
看看,参考一下
回复 点赞

使用道具 举报

hkjccwLv.8 发表于 2014-9-19 10:43:18 | 显示全部楼层
感谢分享!!
回复 点赞

使用道具 举报

jinatVIPLv.5 发表于 2014-9-19 09:46:15 | 显示全部楼层
谢谢分享”。。。。。。。。
回复 点赞

使用道具 举报

wxcjLv.2 发表于 2014-9-19 09:33:18 | 显示全部楼层
nkbbjjjjjhbhn
回复 点赞

使用道具 举报

linle 发表于 2014-9-18 20:33:28 | 显示全部楼层
学习一下
回复 点赞

使用道具 举报

zshua2001Lv.3 发表于 2014-9-18 19:50:17 | 显示全部楼层
学习学习
回复 点赞

使用道具 举报

pywilsonLv.5 发表于 2014-9-18 18:56:15 | 显示全部楼层
好利害,绝对值得学习!
回复 点赞

使用道具 举报

andyxie5585Lv.5 发表于 2014-9-18 18:26:55 | 显示全部楼层
本帖最后由 andyxie5585 于 2014-9-18 18:29 编辑

难道nas上还要设置防火墙?
回复 点赞

使用道具 举报

andyxie5585Lv.5 发表于 2014-9-18 18:26:34 | 显示全部楼层
看服务端用到的是tcp6 45631和46631两个端口,路由器上都做了端口映射还是报错。ipad air连接server的时候报错“An SSL error occurred and a secure connection to the server cannot be made”。

有没有其它客户端可连air video server 进行测试?
这个似乎是“局域网”播放软件,互联网这个版本不支持。也就是手机和服务器要在同一网段。不需要端口映射。如果一定要从互联网用,可以vpn到nas上再用,我中午测试成功。  详情 回复
发表于 2014-9-19 16:25
这个似乎是“局域网”播放软件,互联网这个版本不支持。也就是手机和服务器要在同一网段。不需要端口映射。如果一定要从互联网用,可以vpn到nas上再用,我中午测试成功。  详情 回复
发表于 2014-9-19 16:25
回复 点赞

使用道具 举报

andyxie5585Lv.5 发表于 2014-9-18 16:50:03 | 显示全部楼层
nas上的server安裝好了,但是air ipad上安裝air video HD后,看端口是45633,填入nas地址后連接不了服務器,改成45631也不行。
回复 点赞

使用道具 举报

回复

懒得打字嘛,点击右侧快捷回复 【本站酷狼4T,750元】
您需要登录后才可以回帖 登录 | 注册

本版积分规则

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2024 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表