01-30-2013 10:57 PM
hellow.. i have searching for this problem... but i still cant found it..
i downlaod "streamingplayer.zip" from media start to finish file...
the problem that i get is in here:
buffer.resize(buffer.getSize() + (buffer.getSize() * percent / 100));
but i found the problem already...
i got error for every @override in circularbytebuffer...
then what i do is delete every @override there...
another error that i find is:
//if (!blockingWrite && spaceLeft < 1) throw new BufferOverflowException("CircularByteBuffer is full; cannot write 1 byte");
// if (!blockingWrite && spaceLeft < len) throw new BufferOverflowException("CircularByteBuffer is full; cannot write " + len + " bytes");
red line onf BuffereOverflowException --> cannot be resolved...
so i make this both line into command...
after i run the code...
the yellow line write downl "stream NOT seekable!"
then i try to play it...
come out white screen "app error 104"
then i press continue...
and come out "error openning connection.." word
is anybody can know why?
or have solution for this problem? thnk you...
01-31-2013 11:39 AM
waiting...