Wowza Community

DvrManifestContainerParser.parseManifestContainer Error parsing in log for DVR stream

I am seeing errors on our error log regarding one of the streams we are receiving and set for DVR usage.
the stream is not available for DVR use, and every time I restart the server, the error shows for a different stream.

ERROR server comment 2022-07-01 16:23:44 - - - - - 274.355 - - - - - - - - DvrManifestContainerParser.parseManifestContainer[live/_definst_/StreamName.0]: Error parsing .: org.xml.sax.SAXParseException; lineNumber: 100; columnNumber: 1; An invalid XML character (Unicode: 0x0) was found in the element content of the document.|at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)|at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)|at java.xml/javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:122)|at com.wowza.wms.dvr.io.manifest.DvrManifestContainerParser.a(DvrManifestContainerParser.java:121)|at com.wowza.wms.dvr.io.manifest.DvrManifestContainerParser.retrieveContainerManifest(DvrManifestContainerParser.java:99)|at com.wowza.wms.dvr.io.manifest.DvrManifestReader.loadManifestFromFileSystem(DvrManifestReader.java:88)|at com.wowza.wms.dvr.DvrStreamManagerBase.loadArchivedStore(DvrStreamManagerBase.java:701)|at com.wowza.wms.dvr.DefaultDvrStreamVersionHandler.handleArchivedStream(DefaultDvrStreamVersionHandler.java:89)|at com.wowza.wms.dvr.DvrRecordingsLoader.loadStreamVersions(DvrRecordingsLoader.java:118)|at com.wowza.wms.dvr.DvrRecordingsLoader.loadArchivedRecordings(DvrRecordingsLoader.java:76)|at com.wowza.wms.dvr.impl.DvrLiveStreamManager.loadRecordings(DvrLiveStreamManager.java:38)|at com.wowza.wms.dvr.impl.DvrLiveStreamManager.init(DvrLiveStreamManager.java:25)|at com.wowza.wms.stream.MediaStreamMap.getLiveStreamPacketizer(MediaStreamMap.java:1401)|at com.wowza.wms.stream.livedvr.LiveStreamDvrRecorderBase.createDvrManager(LiveStreamDvrRecorderBase.java:252)|