jungsungyoul / spydroid-ipcamera

Automatically exported from code.google.com/p/spydroid-ipcamera
GNU General Public License v3.0
0 stars 0 forks source link

ArrayIndexOutOfBoundsException at H264Packetizer #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open sdp file with vlc (win xp)
2. launch the app (v1.01)
3. type my pc(win xp) ip in the field
4. press stream

What is the expected output? What do you see instead?
my logcat:
AndroidRuntime(2152):FATAL EXCEPTION: Thread-11
AndroidRuntime(2152):java.lang.ArrayIndexOutOfBoundsException
AndroidRuntime(2152):at 
android.net.LocalSocketImpl$SocketInputStream.read(LocalSocketImpl.java:89)
AndroidRuntime(2152):at 
net.mkp.spydroid.librtp.H264Packetizer.fill(H264Packetizer.java:137)
AndroidRuntime(2152):     at 
net.mkp.spydroid.librtp.H264Packetizer.run(H264Packetizer.java:63)
ActivityManager(96):   Force finishing activity net.mkp.spydroid/.SecondActivity
ActivityManager(96):   Force finishing activity 
net.mkp.spydroid/.SpydroidActivity

What version of the product are you using? On what operating system?
v1.01 on htc nexus one (ROM 2.3.6)
windows xp

Original issue reported on code.google.com by ggx1...@gmail.com on 14 Oct 2011 at 1:32

GoogleCodeExporter commented 8 years ago
fixed in r30. :p

Original comment by ggx1...@gmail.com on 14 Oct 2011 at 1:36