Hi Ross, following may be bug in the MP3FileSource present in MP3FileSource.cpp 1. MP3FileSource destructor is not closing the input file. It needs to call CloseInputFile here. 2. In MP3FileSource::createNew class before the final statement return NULL, call to CloseInputFile is required.(i.e. if newSource creation fails, it needs to close the already opened file)
Warm Regards, prb
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
