Tim 'mithro' Ansell
Tim 'mithro' Ansell
While eventually we hope to move to a completely FOSS solution (see issue #60), upgrading to the latest JWPlayer would give us a lot of extra functionality quickly so it...
@mateusz-holenko Could you take a quick look at this? I think as netifaces requires a C extension might need to be provided by a conda package rather than installed via...
You are missing a lot of important information I need to figure out what is going on here. What is the exact command you running on what commit revision? What...
``` /** -*- coding: utf-8 -*- * vim: set ts=2 sw=2 et sts=2 ai: */ function JWPlayer(group, mode, quality) { this.group = group; this.jwsettings = { autostart: true, mute: true,...
Refactoring the code to use javascript classes is independent of which video player the project ends up using. Using javascript classes is generally good style.
Should be fixed by https://github.com/timvideos/litex-buildenv/pull/754 - can people verify?
http://wiki.whatwg.org/wiki/Video_Metrics https://www.w3.org/Bugs/Public/show_bug.cgi?id=12399 https://www.w3.org/Bugs/Public/show_bug.cgi?id=14310 From Jeroen Wijering (JW Player developer) back in May 2011 > Grabbing the stats from the video element and periodically pinging it back to > the player...
Some information about jwplayer - http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/6067/statistics-revisited/ - http://www.longtailvideo.com/support/bits-on-the-run/15976/charting-video-statistics/ - http://www.longtailvideo.com/support/jw-player/28853/connecting-google-analytics/
'''JW Player''' (using [actionscript](http://help.adobe.com/nl_NL/AS3LCR/Flash_10.0/flash/net/NetStreamInfo.html)) broadcasts the following QOS ''metrics'' for both RTMP dynamic and HTTP adaptive: - bandwidth: server-client data rate, in kilobytespersecond. - latency: client-server-client roundtrip time, in milliseconds....
Also look at #44 (Should these two bugs be merged?)