twitch.ext.onContext(function(context) {
var latency = context.hlsLatencyBroadcaster;
if (latency > 15) {
// restart
}
});
twitch.ext.onContext(function(context) {
var latency = context.hlsLatencyBroadcaster;
if (latency > 15) {
// restart
}
});