I have an RTSP feed I can pull in via VLC and it works fine,
Adding this as a streamfile and then attempting to connect behaves a bit strange -
First the stream initially shows as “Active” although attempting to play the output does not work and none of the transcoded outputs are visible.
After about 30s the stream changes to “Waiting for Stream” and we see the following error in the log:
RtcpCompoundPacket.deserialize : java.lang.ArrayIndexOutOfBoundsException: -96949
|at com.wowza.wms.rtp.rtcp.RtcpMessage.deserializeRequest(RtcpMessage.java:74)
|at com.wowza.wms.rtp.rtcp.RtcpCompoundPacket.a(RtcpCompoundPacket.java:143)
|at com.wowza.wms.rtp.rtcp.RtcpCompoundPacket.deserializeRequest(RtcpCompoundPacket.java:131)
|at com.wowza.wms.rtp.depacketizer.RTPDePacketizerBase.handleRTCPPacket(RTPDePacketizerBase.java:357)
|at com.wowza.wms.rtp.model.RTPTrack$HandleRTCPMessage.handleMessage(RTPTrack.java:108)
|at com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionDataProviderBasicRTSPWorker.onMessage(RTPSessionDescriptionDataProviderBasicRTSPWorker.java:727)
|at com.wowza.wms.mediacaster.rtp.RTPSessionDescriptionDataProviderBasicRTSPHandler.messageReceived(RTPSessionDescriptionDataProviderBasicRTSPHandler.java:36)
|at org.apache.mina.common.support.AbstractIoFilterChain$2.messageReceived(AbstractIoFilterChain.java:181)
|at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:511)
|at org.apache.mina.common.support.AbstractIoFilterChain.access$900(AbstractIoFilterChain.java:42)
|at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:786)
|at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:246)
|at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:322)
|at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
Does anyone have any ideas what would cause this or how we can go about finding out?
Running on AWS - Wowza Streaming Engine (Linux PAID) (4.8.10)