[Red5devs] Red5 0.8.RC2 Second (and hopefully final candidate) nowready for testing - Ubuntu 8.10
Michael Guymon
michael.guymon at gmail.com
Tue Feb 3 09:54:22 PST 2009
Same as 0.8 RC2, for 0.8 RC2 the II, all tests tests passed on Ubuntu
Intrepid:
Ubuntu 8.10 - Intrepid
2.6.27-11-generic #1 SMP x86_64
Sun Java 1.5.0_16
Sun Java 1.6.0_10
IcedTea6 1.3.1 (java 1.6.0_0)
I tried gcj, but it explodes on server startup. Not much surprise there
I suppose.
--Michael
Art Clarke wrote:
> Thanks Walter; The echo issues are known and won't be fixed for RC2
> (they are problems in the echo demo itself).
>
> - Art
>
> On Tue, Feb 3, 2009 at 5:54 AM, Walter Tak <walter at waltertak.com> wrote:
>
>> Test report Red5 v0.8.0 RC2 - "second"
>>
>> Windows XP - version 2002 - SP2
>> 3.25 Gb mem
>> Intel Q6000 quad-core @ 3 ghz
>> Java 1.6.0.11
>>
>> Installer: No problems, downloaded all demos without errors.
>>
>> Demo Publisher: No problems ; broadcasting and receiving of video works
>>
>> Demo Shared Ball (Shared Logo): No problems.
>>
>> Admin panel: No problems (new users should create a new admin password using
>> this link http://localhost:5080/admin/register.html ) (change localhost to
>> ip/hostname of your remote server)
>>
>> Echo Demo:
>>
>> During the Echo test (AMF0 option only) this error shows up in logfile
>> [error.log] :
>> (the error is the same as with the first 080RC2 candidate)
>>
>>
>> 2009-02-03 14:45:46,000 [SocketAcceptorIoProcessor-0.0] ERROR
>> org.red5.io.amf.Input - Error loading class:
>> org.red5.server.webapp.echo.RemoteClass
>>
>> 2009-02-03 14:45:46,000 [SocketAcceptorIoProcessor-0.0] ERROR
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Error decoding buffer
>>
>> org.red5.server.net.protocol.ProtocolException: Error during decoding
>>
>> at
>> org.red5.server.net.rtmp.codec.RTMPProtocolDecoder.decode(RTMPProtocolDecoder.java:216)
>> [red5.jar:na]
>>
>> at
>> org.red5.server.net.rtmp.codec.RTMPProtocolDecoder.decodeBuffer(RTMPProtocolDecoder.java:120)
>> [red5.jar:na]
>>
>> at
>> org.red5.server.net.rtmp.codec.RTMPMinaProtocolDecoder.decode(RTMPMinaProtocolDecoder.java:61)
>> [red5.jar:na]
>>
>> at
>> org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:158)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.common.support.AbstractIoFilterChain$HeadFilter.messageReceived(AbstractIoFilterChain.java:499)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.common.support.AbstractIoFilterChain.fireMessageReceived(AbstractIoFilterChain.java:293)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.transport.socket.nio.SocketIoProcessor.read(SocketIoProcessor.java:228)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.transport.socket.nio.SocketIoProcessor.process(SocketIoProcessor.java:198)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.transport.socket.nio.SocketIoProcessor.access$400(SocketIoProcessor.java:45)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run(SocketIoProcessor.java:485)
>> [mina-core-1.1.7.jar:na]
>>
>> at
>> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)
>> [mina-core-1.1.7.jar:na]
>>
>> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>> [na:1.6.0_11]
>>
>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>> [na:1.6.0_11]
>>
>> at java.lang.Thread.run(Unknown Source) [na:1.6.0_11]
>>
>> Caused by: java.nio.BufferUnderflowException
>>
>> at java.nio.Buffer.nextGetIndex(Unknown Source) [na:1.6.0_11]
>>
>> at java.nio.HeapByteBuffer.getDouble(Unknown Source) [na:1.6.0_11]
>>
>> at
>> org.apache.mina.common.support.BaseByteBuffer.getDouble(BaseByteBuffer.java:349)
>> [mina-core-1.1.7.jar:na]
>>
>> at org.red5.io.amf.Input.readNumber(Input.java:194) [red5.jar:na]
>>
>> at org.red5.io.object.Deserializer.deserialize(Deserializer.java:70)
>> [red5.jar:na]
>>
>> at
>> org.red5.server.net.rtmp.codec.RTMPProtocolDecoder.decodeNotifyOrInvoke(RTMPProtocolDecoder.java:847)
>> [red5.jar:na]
>>
>> at
>> org.red5.server.net.rtmp.codec.RTMPProtocolDecoder.decodeInvoke(RTMPProtocolDecoder.java:752)
>> [red5.jar:na]
>>
>> at
>> org.red5.server.net.rtmp.codec.RTMPProtocolDecoder.decodeMessage(RTMPProtocolDecoder.java:522)
>> [red5.jar:na]
>>
>> at
>> org.red5.server.net.rtmp.codec.RTMPProtocolDecoder.decodePacket(RTMPProtocolDecoder.java:411)
>> [red5.jar:na]
>>
>> at
>> org.red5.server.net.rtmp.codec.RTMPProtocolDecoder.decode(RTMPProtocolDecoder.java:202)
>> [red5.jar:na]
>>
>> ... 17 common frames omitted
>>
>> 2009-02-03 14:45:46,000 [SocketAcceptorIoProcessor-0.0] WARN
>> o.r.s.n.r.codec.RTMPProtocolDecoder - Closing connection because decoding
>> failed: RTMPMinaConnection from 127.0.0.1 : 1456 to localhost (in: 1123805
>> out 1123558 )
>>
>>
>>
>>
>>
>> Regards,
>> Walter
>>
>>
>>
>> ----- Original Message -----
>> From: Art Clarke
>> To: red5 at osflash.org ; Red5devs
>> Sent: Tuesday, 03 February 2009 02:45
>> Subject: [Red5devs] Red5 0.8.RC2 Second (and hopefully final candidate)
>> nowready for testing
>> Please go here, and as with the first candidate, begin testing:
>> http://blog.xuggle.com/2009/02/03/red5-08rc2-second-candidate/
>>
>> At this point we have addressed the major show stoppers we were worried
>> about for 0.8.RC2, but want to give it one more go around with you guys. If
>> it still looks good by mid-week, we'll create Windows Installers, and
>> actually... drum roll please... call is 0.8.RC2 final :)
>>
>> Thanks in advance,
>>
>> - Art
>>
>> --
>> http://www.xuggle.com/
>> xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and
>> video.
>>
>> Use Xuggle to get the power of FFMPEG in Java.
>>
>> ________________________________
>>
>> _______________________________________________
>> Red5devs mailing list
>> Red5devs at osflash.org
>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>
>> ________________________________
>>
>> No virus found in this incoming message.
>> Checked by AVG.
>> Version: 7.5.552 / Virus Database: 270.10.17/1932 - Release Date: 03-02-09
>> 07:57
>>
>> _______________________________________________
>> Red5devs mailing list
>> Red5devs at osflash.org
>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>>
>>
>>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5devs_osflash.org/attachments/20090203/c22f6630/attachment.html>
More information about the Red5devs
mailing list