Displaying 1 result from an estimated 1 matches for "byteplayposit".
2011 May 23
2
[Cortado] How to support seeking in on-the-fly generated Theora stream?
...missionToSeek");
            permissionToSeek.notifyAll();
        }
    }
}
The problem is that the applet stops in the doSeek() method at the wait() 
and waits forever. The whole applet does not respond anymore:
[INFO] [BUFFER] playPosition = 324, queue.size = 669 Elements, size = 
1359872 bytePlayPosition = 678325 -> 64% full
[INFO] [BUFFER] src granting permissionToSeek
[INFO] [BUFFER] playPosition = 325, queue.size = 669 Elements, size = 
1359872 bytePlayPosition = 679936 -> 64% full
[INFO] [BUFFER] playPosition = 326, queue.size = 669 Elements, size = 
1359872 bytePlayPosition = 679962 -...