J
J
jov2013-04-02 11:49:31
Adobe Flash
jov, 2013-04-02 11:49:31

osmf repository?

Interested in the hds protocol from Adobe. Downloaded osmf - began to read the code. I saw this

var bi:BoxInfo = getNextBoxInfo();
  while (bi != null)
  {
    ....
    ....
    ....
    bi = getNextBoxInfo();
    if (bi != null && bi.size <= 0)
    {
      break;
    } 
  }
and somehow doubts about the quality of the code in this framework immediately crept in. It was useful to look for a more recent version, but did not find it, the repository on sf.net is rotten for a long time. Does anyone know where is the repository maintained by adobe workers?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question