Extended MiniDLNA server
- QtWebKit 5.212
- FFmpeg 4.2.2
Install minidlna-mp34 from the AUR with Pamac, or do it manually in the following steps:
- Install the dependencies. The libraries and the header files are required.
- Download and extract the additional sources.
- Clone this repository. Now you should have a folder with the following subfolders:
ffmpeg-4.2.2 minidlna-1.2.1 minidlna-mp34
- Depending on your system, some paths may need to be adjusted. Here are examples of the paths in question:
- in script mp3-to-mp4/src/CMakeLists.txt:
/usr/include/x86_64-linux-gnu/qt5
- in script minidlna-mp34.service:
ExecStart=/usr/local/bin/minidlna-mp34 -S -f /usr/local/etc/minidlna-mp34/minidlna-mp34.conf ...
- in script post_install.sh:
systemctl enable /usr/local/etc/systemd/system/minidlna-mp34.service
- in script mp3-to-mp4/src/CMakeLists.txt:
- Now enter the following commands:
cd ffmpeg-4.2.2 ./configure cd ../minidlna-1.2.1 ./configure cd ../minidlna-mp34 cmake . make cd mp3-to-mp4/src cmake . make sudo make install cd ../.. sudo make install
- Run post_install.sh if it wasn't done automatically.
- Follow the general configuration instructions for MiniDLNA.
If you prefer the player template alternative, rename the folders:
playerTemplate
toplayerTemplate.default
playerTemplate (alternative)
toplayerTemplate
- minidlna-mp34 may only be used privately and non-commercially.
- Pay attention to the copyright of the processed media!
- Note the patent law of the technologies used!
- Compliance with legal regulations is your own responsibility.