Skip to content

Instantly share code, notes, and snippets.

View velsa's full-sized avatar

Vels Lobak velsa

View GitHub Profile
@velsa
velsa / api-1.0.md
Created October 2, 2014 12:53
VIBOTV Backend API

TODO:

  • No todo list yet...

Для доступа к URLs, используется CRUD (Create/Read/Update and Delete):

  • Create через HTTP POST request.
  • Read через HTTP GET request.
@velsa
velsa / gist:811136c76bc6e61db496
Created October 2, 2014 09:57
DashNotes ideas:

Text Notes:

  • Press + or = - shortcut to Add a Note
  • Support Markdown !!
  • No need for title, just note text
  • Clicking anywhere outside popup window cancels the note ?!
  • Sync notes with Simplenote
  • Allow editing notes !
  • Drag and drop notes on screen
@velsa
velsa / Voi-UIX.md
Last active August 29, 2015 14:06
VOI - UIX specs
@velsa
velsa / player-logic.md
Last active August 29, 2015 14:02
Player Logic

Player, Logic:

В обычном режиме (плеер на весь экран, играет видео)

Влево / Вправо: перемотка по пиктограммам / таймлайну или прыгаем по времени

Всегда показываем таймлайн внизу. В нем инфо:

Для ТВ Канала: иконка канала, название передачи, время начала, конца, текущее положение. Также, показываем где сейчас находится 'live', т.е. если смотрим 'live', то текущее положение и положение 'live' совпадают, если перемотали назад, то видно, что текущее положение находится ДО live (выделяем промежуток в таймлайне между текущим положением и live другим фоном или текстурой).

/** @jsx React.DOM */
//
// Parent component must provide the following:
//
// -- DATA:
//
// getHashRouterConfig(): {
// routes: [
// {
@velsa
velsa / app.js
Created March 25, 2014 15:43
Express server used to launch ffmpeg, transcode stream from peerflix and serve it to HTML5 video tag
var express = require('express'),
http = require('http'),
path = require('path'),
child_process = require("child_process");
var app = express();
// Server settings
app.set('port', process.env.PORT || 9999);
app.use(express.favicon());
@velsa
velsa / domains
Created March 3, 2014 21:28
Domains for the platform
[ ] copayer.org
[ ] todayitd.com
[ ] tocare.is
[ ] whocares.im (.com is for sale ?)