search for: livei

Displaying 4 results from an estimated 4 matches for "livei".

Did you mean: live
2004 Aug 06
1
Clients connect but no stream...
Lame is running...ps ax | grep lame produces this. 1570 pts/1 S< 0:26 /usr/bin/lame -m m -s 22.050000 -b 24 -r -x -h .livei I'll see about renaming the lame executable to lame3.... >>> jack@xiph.org 9/19/01 12:26:23 PM >>> > I'm running Icecast 1.3.11, Lame 3.89, and the latest version of liveice. Liveice expects lame to have a sertain name. Do a 'ps ax | grep lame' while it'...
2014 Sep 01
0
[PATCH] nv50/ir: use unordered_set instead of list to keep track of var defs
...;join == rep && val->join == rep); // add val's definitions to rep and extend the live interval of its RIG node - rep->defs.insert(rep->defs.end(), val->defs.begin(), val->defs.end()); + rep->defs.insert(val->defs.begin(), val->defs.end()); nRep->livei.unify(nVal->livei); return true; } @@ -1409,7 +1409,7 @@ GCRA::cleanup(const bool success) } else { for (Value::DefIterator d = lval->defs.begin(); d != lval->defs.end(); ++d) - lval->join->defs.remove(*d); + lval->join-&g...
2014 Dec 02
0
[PATCH RESEND] nv50/ir: use unordered_set instead of list to keep track of var defs
...;join == rep && val->join == rep); // add val's definitions to rep and extend the live interval of its RIG node - rep->defs.insert(rep->defs.end(), val->defs.begin(), val->defs.end()); + rep->defs.insert(val->defs.begin(), val->defs.end()); nRep->livei.unify(nVal->livei); return true; } @@ -989,7 +989,7 @@ GCRA::doCoalesce(ArrayList& insns, unsigned int mask) // if this is a contraint-move there will only be a single use if (i && i->op == OP_MERGE) // do we really still need this ? break; -...
2004 Aug 06
2
Clients connect but no stream...
...ve streamers??? Will the new Ices2 work with Icecast 1.3.11? Is it hard to configure? Matt >>> jack@xiph.org 9/19/01 12:43:24 PM >>> > Lame is running...ps ax | grep lame produces this. > > 1570 pts/1 S< 0:26 /usr/bin/lame -m m -s 22.050000 -b 24 -r -x -h .livei > > > I'll see about renaming the lame executable to lame3.... So much for that idea :) That usually fixes 99% of the people who run into this. I'm stumped at this point. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www...