V
V
Vladimir Prikhodko2014-06-14 21:22:36
JavaScript
Vladimir Prikhodko, 2014-06-14 21:22:36

Problems with Sopcast

Good afternoon! In connection with the world championship, I decided to install sopcast-player on ubuntu. I installed it, I take broadcasts, and he always writes to me "Re-access to the channel." The same link works fine for my friend on windows. Tell me what to do?????

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel, 2016-01-28
@DarCKoder

a little misunderstood what you need ... but try replacing makingColumsInterval with this

var makingColumsInterval = setInterval(function(){
    	if(randNumbersArray.length === columQty){
        clearInterval(makingColumsInterval);
      }
      var randomNum = getRandomNum(1, columQty);
      
      if(randNumbersArray.indexOf(randomNum) === -1) {
      	randNumbersArray.push(randomNum);
      	outputNumbers("section-" + randNumbersArray[randNumbersArray.length - 1]);
      }
    },10);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question