wang-song / snova

Automatically exported from code.google.com/p/snova
0 stars 0 forks source link

youtube 不能完全播放 #460

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
使用gsonva最新版本,服务端也是最新版本的go 
snova,播放youtube不能完全播放。只能播到buffer完的地方就停止�
��,改quality也没有反应,请问怎么解决,谢谢

Original issue reported on code.google.com by nussun2...@gmail.com on 5 Aug 2013 at 1:18

GoogleCodeExporter commented 8 years ago
同样的问题,我是在vps上部署的nodejs server.
版本0.22.0

Original comment by gach...@gmail.com on 12 Aug 2013 at 11:37

GoogleCodeExporter commented 8 years ago
分享一个提升youtube缓冲速度的小诀窍:
  {
    "Protocol" : "http",
    "Host" : ["www.youtube.com"],
    "Proxy":["GAE"]
  },
  {
    "Host" : ["www.youtube.com"],
    "Proxy":["C4"]
  },

以上内容写进user_pre_spac.json
这样gae会从美国的服务器先取数据,再发给你,我这里测试��
�冲流畅无比;
如果按照gsnova的默认设置,会先从香港的服务器取数据发回��
�国,再从美国发过来,兜了一大圈,你说能不慢么?

至于原因,www.youtube.com会根据使用者的ip分配最近的服务器
访问http://redirector.c.youtube.com/report_mapping 即知
如果是IP=> hkg*****,那就是把你分到了香港
经过上述修改,速度并不亚于goagent

Original comment by gogspiri...@gmail.com on 17 Aug 2013 at 3:19

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
我也是这个问题 出现在播放720p以上质量的时候 
缓冲了一部分就自动停止了 
如果这个时候换到更低的分辨率那么有可能高分辨率的选项��
�会变成灰色不可用

Original comment by nomos...@gmail.com on 6 Sep 2013 at 1:19

GoogleCodeExporter commented 8 years ago
在进度条上前后一点的地方点一下就会重新开始播放

Original comment by bibup...@gmail.com on 6 Sep 2013 at 8:53

GoogleCodeExporter commented 8 years ago
great

Original comment by bankpa...@gmail.com on 15 Nov 2013 at 2:57