Atraci не проигрывает видео

Previous Topic Next Topic
 
classic Классический list Список threaded Древовидный
3 сообщения Инструменты
Ответить | Древовидный
Открыть эту статью в виде дерева
|

Atraci не проигрывает видео

ramses
Всем привет. Atraci не проигрывает видео . звук есть видео стоит на месте. когда делаю свернуть - восстановить окна ,видео двигаетса на 1 сек и замерзает.  ЛМ 17 КДЕ. спасибо

гыук@гыук:~ > atraci
[2750:0825/161857:INFO:CONSOLE(1)] ""This module is meant to be used by cli. If you want to use ytdl programmatically, visit https://github.com/fent/node-ytdl-core"", source: /tmp/.org.chromium.Chromium.gYYe3N/node_modules/ytdl/index.js (1)
[2750:0825/161900:INFO:CONSOLE(23)] ""VIDEOJS:" {"message":"Failed to set the 'currentTime' property on 'HTMLMediaElement': The element's readyState is HAVE_NOTHING.","name":"InvalidStateError","code":11,"stack":"Error: Failed to set the 'currentTime' property on 'HTMLMediaElement': The element's readyState is HAVE_NOTHING.\n    at Error (native)\n    at t.Kd (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/video-js/video.js:105:92)\n    at V (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/video-js/video.js:59:80)\n    at t.currentTime (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/video-js/video.js:60:150)\n    at PlayTrack (file:///tmp/.org.chromium.Chromium.gYYe3N/js/app.js:1:6869)\n    at HTMLDivElement.\u003Canonymous\u003E (file:///tmp/.org.chromium.Chromium.gYYe3N/js/app.js:1:17837)\n    at HTMLDivElement.n.event.dispatch (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/jquery-2.1.1.min.js:3:6404)\n    at HTMLDivElement.r.handle (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/jquery-2.1.1.min.js:3:3179)"} "Video is not ready. (Video.js)"", source: file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/video-js/video.js (23)
[2750:0825/161902:INFO:CONSOLE(23)] ""VIDEOJS:" {"message":"Failed to set the 'currentTime' property on 'HTMLMediaElement': The element's readyState is HAVE_NOTHING.","name":"InvalidStateError","code":11,"stack":"Error: Failed to set the 'currentTime' property on 'HTMLMediaElement': The element's readyState is HAVE_NOTHING.\n    at Error (native)\n    at t.Kd (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/video-js/video.js:105:92)\n    at V (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/video-js/video.js:59:80)\n    at t.currentTime (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/video-js/video.js:60:150)\n    at PlayTrack (file:///tmp/.org.chromium.Chromium.gYYe3N/js/app.js:1:6869)\n    at HTMLDivElement.\u003Canonymous\u003E (file:///tmp/.org.chromium.Chromium.gYYe3N/js/app.js:1:17469)\n    at HTMLDivElement.n.event.dispatch (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/jquery-2.1.1.min.js:3:6404)\n    at HTMLDivElement.r.handle (file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/jquery-2.1.1.min.js:3:3179)"} "Video is not ready. (Video.js)"", source: file:///tmp/.org.chromium.Chromium.gYYe3N/js/vendor/video-js/video.js (23)
[2750:0825/161908:INFO:CONSOLE(1)] ""failed to fetch greece.json"", source: file:///tmp/.org.chromium.Chromium.gYYe3N/js/app.js (1)
Ответить | Древовидный
Открыть эту статью в виде дерева
|

Re: Atraci не проигрывает видео

agafron.ypp@gmail.com
Забанить пользователя
СОДЕРЖАНИЕ УДАЛЕНО
Автор удалил это сообщение.
Ответить | Древовидный
Открыть эту статью в виде дерева
|

Re: Atraci не проигрывает видео

ramses
Dependencies

You will need nodejs and grunt:

$ npm install -g grunt-cli
And ruby with compass to build the stylesheets. Read this for more information.

Running and debugging

Run at least once to install dependencies and generate JS and CSS files.

$ npm install
$ grunt
Run node-webkit from the build/cache directory (--debug always on). Note that grunt build has to be done at least once before this.

$ grunt run
Build

Build with:

$ grunt build
By default it will build for your current platform however you can control that by specifying a comma separated list of platforms in the platforms option to grunt:

$ grunt build --platforms=linux32,linux64,mac,win
You can also build for all platforms with:

$ grunt build --platforms=all