Open GoogleCodeExporter opened 9 years ago
seams like it completly stop working if there is too much colors on the screen
and it
have quite a hard time getting back on track even tough several keyframes go
trough...
Original comment by william....@gmail.com
on 6 May 2010 at 6:12
Attachments:
Here is the files for the problem i was talking about
i have found that by switching to red5 9.1 i do get the blacks and dark colors
but no
updates at all...
Original comment by william....@gmail.com
on 7 May 2010 at 5:42
Attachments:
update, after a while yours seams to work but when i compil it, it does not.. i
guess
it must be part of red5.jar which is not the same since i do not have the
VideoData(byteBuffer) constructor but with the new Iobuffer from Mina 2
Original comment by william....@gmail.com
on 10 May 2010 at 2:47
Well IObuffer had a weird handling of the autoExpand feature and was getting
buffer
overRun on very dark picture and complex picture which would not compress has
well,
i've fixed that buy reAlocating a new buffer on each new image but i can't
seams to get
part 1 frame per second... the applet is able to get 20 frames at 50ms per
frame but
red5 stops the stream silently if i get pass 1 frame per second...
so i left it that way which seams quite unresponsive on text and well every
demos...
Original comment by william....@gmail.com
on 11 May 2010 at 8:42
It works for me after doing this small change. The Iobuffer variable in
pushVideo function is declared as a class variable. I changed this to local
variable.
Original comment by akhil....@gmail.com
on 9 Oct 2012 at 4:09
Original issue reported on code.google.com by
william....@gmail.com
on 6 May 2010 at 4:16