Fixing a problem in my DLNA software

Fixing a problem in my DLNA software

Hi everyone,

Today, I applied a fix to my DLNA software that allows you to stream music via the DLNA protocol to your DLNA renderer devices.

This fix applies only to the Opus and FLAC wav file access code, and is for a problem that happened if a temp.wav file is still in use. and the software tries to access the file. This caused a “File in use” problem and the software would throw an error.

My solution was to make a loop to try to read the file until it is successfully read:

DLNA Player Bug Fix
DLNA Player Bug Fix

Now I hope that the software works nicely with my Hiby R3 player…