We are sending UDP stream to the wowza, we can use ffmpeg to receive the stream without any problem, but wowza can’t parse the stream and always log the following error message:
> ERROR server comment 2022-01-10 11:36:49 - - - - - 125.335 - - - - - - - - RTPDePacketizerMPEGTS[channel7/_definst_/input_video1.stream]: MPEG2MPTS:processNewBuffer() MPEG2SectionAssembler: java.lang.ArrayIndexOutOfBoundsException: -127|at com.wowza.wms.transport.mpeg2.MP4AudioExtensionLOAS.c(MP4AudioExtensionLOAS.java:410)|at com.wowza.wms.transport.mpeg2.MP4AudioExtensionLOAS.toString(MP4AudioExtensionLOAS.java:66)|at com.wowza.wms.transport.mpeg2.ProgramMapTable$StreamInfo.toString(ProgramMapTable.java:266)|at com.wowza.wms.transport.mpeg2.ProgramMapTable.toString(ProgramMapTable.java:418)|at com.wowza.wms.rtp.depacketizer.RTPDePacketizerMPEGTS.pmtAvailable(RTPDePacketizerMPEGTS.java:290)|at com.wowza.wms.transport.mpeg2.MPEG2PMTAssembler.buildTable(MPEG2PMTAssembler.java:84)|at com.wowza.wms.transport.mpeg2.MPEG2TableAssembler.sectionNotify(MPEG2TableAssembler.java:70)|at com.wowza.wms.transport.mpeg2.MPEG2SectionAssembler.b(MPEG2SectionAssembler.java:111)|at com.wowza.wms.transport.mpeg2.MPEG2SectionAssembler.processMpeg2Packet(MPEG2SectionAssembler.java:207)|at com.wowza.wms.transport.mpeg2.MPEG2MPTS.processNewBuffer(MPEG2MPTS.java:713)|at com.wowza.wms.rtp.depacketizer.RTPDePacketizerMPEGTS.handleTransportStreamBlock(RTPDePacketizerMPEGTS.java:977)|at com.wowza.wms.rtp.depacketizer.RTPDePacketizerMPEGTS.handleRTPPacket(RTPDePacketizerMPEGTS.java:1442)|at com.wowza.wms.rtp.model.RTPTrack$HandleRTPMessage.handleMessage(RTPTrack.java:64)|at com.wowza.wms.rtp.model.RTPPort.handleMessage(RTPPort.java:385)
`
Can anyone help me to look at this issue, thanks?