Laurian Gridinoc

Results 24 comments of Laurian Gridinoc

The workaround is not perfomant on larger content like 500 blocks (paragraphs) also where each word is an entity. _I use draft.js for editing transcripts and each word has data...

I'm using this, found it once somewhere online after a long night of things not working: ``` [ignore] /node_modules/.* ```

Spec https://github.com/embedly/player.js/blob/master/SPEC.rst Test http://playerjs.io/test.html

@lustremedia I'll be looking into this in the next weeks

@thepag let's discuss next week in London this, I'm interested in adding/maintaining plugins support for jPlayer

I'm curious how would you display it for speech recognition? 1. show waveform first then replace it with words as it gets recognised? 2. [show text and waveform with ruby...

Yeah, selection API would do it for highlighting progress; the demo is based on some older transcript player we have at hyper.audio, but we're working this year on a new...

0.10.1 is broken on my OSX, 0.10.2 works for me.

Similarly with @doriantaylor, I'm looking into matrix params as sequence of operations in two specific cases: 1. composition of Media Fragment URIs into a playlist: `/base/video1.mp4;t=0,10/video2.mp4;t=23,56` as the query string...

Anyway, for my immediate purposes I will play with `URI.parseQuery` on `uri.segment()` and I will make a transcoding operation from matrix params to query string format. I will report back.