No, that is what we are trying to get rid of and not sure how it gets installed. It's been a mystery so far.
The key to DLNA app is to get it to install without plexmediaserver installing. Might need to do:
Then uninstall DLNA, ensuring minidlna is uninstalled as well. Reboot and then try reinstalling. Check to see if plexmediaserver came back.
If it does, there is a work around.
The following will prevent plexmediaserver package from being installed when doing yum update. This is once DLNA has been uninstalled and the plexmediaserver package has been erased from your HDA.
1. Edit /etc/yum.repos.d/amahi.repo and add this to the bottom of the file:
exclude=plexmediaserver
2. Save it and then do yum clean all and you should not see any updates for plexmediaserver.
3. Reinstall DLNA and all should work fine.
Hope that helps.