Hi,
I’ve notice a strange new error message when doing webrtc playback (from webrtc ingest) in WSE 4.8.18+1.
When playback starts I start getting these error messages in the log regularly, roughly every 2-3 seconds, up until the stream playback is finished.
ERROR server comment - RTPSessionDescriptionDataProviderBasic.getLoggingStreamName problem parsing streamName (null): java.lang.NullPointerException
at java.base/java.net.URI$Parser.parse(URI.java:3104)
at java.base/java.net.URI.<init>(URI.java:600)
at com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionDataProviderBasic.a(RTPSessionDescriptionDataProviderBasic.java:532)
at com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionDataProviderBasic.getSessionDescriptionData(RTPSessionDescriptionDataProviderBasic.java:172)
at com.wowza.wms.mediacaster.rtp.RTPMediaCaster.getStreamInfo(RTPMediaCaster.java:205)
at com.wowza.wms.mediacaster.rtp.RTPMediaCaster$Reconnector.run(RTPMediaCaster.java:110)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
It seemingly doesn’t cause any problems, streams work normally, but I’d still like to resolve this, to make logs usable again, and prevent any unexpected future problems.
Does anyone have idea what might cause this or how to proceed troubleshooting this?
Note: I’m using stream aliasing / resolving for stream playbacks.
I’ve also done tested it with some older WSE versions I had at hand, the error is present in 4.8.16+1, and 4.8.17+1, but works well in 4.8.14+9.
- Sorry for the crazy title, new forum software didn’t let me post with a concise and useful title, as “it is not a complete sentence”