Wowza Community

DVR: Null manifest entry

I am currently getting this in my error logs on WSE-4.7.7:

DvrStreamManagerBase.addManifestEntries[live/definst/office1.stream] : entry is null.

What does this error mean?

Comment if you need more logs or information.

Java-1.8, Ubuntu 16.04

This does not go in the Hire a Consultant forum…moving to Engine forum. This is for projects you are willing to hire a consultant for to get assistance. Thank you.

This error usually results from an issue with the source stream which is causing issues in for nDVR @Anurag Saini

You can add a sort buffer which will give Wowza more time to sort the incoming packets, please add this buffer to the Streams/Properties container in the Application.xml.

sortPackets true Boolean sortBufferSize 6000 Integer

The default is 2000 ms (2 seconds), this can be increased to 6000 which may resolve the error message.