pquiring / javaforce

JavaForce library for building powerful Apps and Services (Native Bindings for Camera, OpenGL, ffmpeg). Includes VoIP stack, PLC I/O and many apps.
http://pquiring.github.io/javaforce
GNU Lesser General Public License v3.0
55 stars 24 forks source link

Issue during jfphone rebuild #14

Closed ftasso closed 4 months ago

ftasso commented 4 months ago

Hello, I'm trying to rebuild the jfphone using the last release 54.1 but something doesn't work. After a successful call I have that:

[2024/04/23 20:03:56] java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "javaforce.voip.SDP$Stream.getIP()" is null at javaforce.voip.RTP.findChannel(RTP.java:385) at javaforce.voip.RTP$Worker.run(RTP.java:437)

[2024/04/23 20:03:56] RTPChannel.writeRTP() : not active [2024/04/23 20:03:56] RTPChannel.writeRTP() : not active [2024/04/23 20:03:56] RTPChannel.writeRTP() : not active [2024/04/23 20:03:56] RTPChannel.writeRTP() : not active

Could you make a check?

Thank you so much, Fabrizio

pquiring commented 4 months ago

Out of town right now returning Friday. I'll test then.

pquiring commented 4 months ago

I'm not getting that exception but I can confirm audio is not working. I'll debug that today. Thanks,

ftasso commented 4 months ago

Hello, thank you soo much.

Bye, Fabrizio

pquiring commented 4 months ago

Fixed with 807bec3302d3e4103dd5c98b949638f06b972f24

pquiring commented 4 months ago

jfPhone/1.28 released should fix your issues.

Thanks,

ftasso commented 4 months ago

Hello Peter, yes, it works! Please make the javaforce.jar available in maven repository.

Thank you, Fabrizio

pquiring commented 4 months ago

Will do.