Ivan Tivonenko
Ivan Tivonenko
change green to blue remove animation in previous branch I didn't commit this, just put this screenshot for check if color is ok 
JsonRewriter: correctly parse limit, limit_peer and noRipple properties of incoming trust line transaction Trust Tab: correctly show "Rippling" field for incoming trust lines
When placing an order show loading spinner again.
toe was working on IE desktop browsers. this commit added checks so toe react only on touch events.
**Is your feature request related to a problem? Please describe.** Current API for counting pixels in segments does actual video stream decoding. This API is used by broadcaster, and will...
Currently we're returning number of transcoded frames and number of pixels in the `MediaInfo` struct. We also want to return length of transcoded segment. Motivation here https://github.com/livepeer/go-livepeer/issues/1522
When `go-livepeer` is under heavy load and there is constantly not enough video memory, node often panic's with `Segmentation fault`. Stack trace: ``` #0 0x00007fff8415d7e0 in ?? () from /usr/lib/x86_64-linux-gnu/libnvcuvid.so.1...
When there is not enough video memory, often garbage can be seen in debug output, like this: ``` [h264_nvenc @ 0x7f9f50e48f40] InitializeEncoder failed: out of memory (10): R,̒z �H��D�� I��̀��K)4?�??��:��Ȃt��...
While doing throughput testing hit situation where transcoding hangs (reproduced three times). It was transcoding one 10 minutes generated video to seven 720 renditions in ten streams simultaneously. Looking at...