DLNA addon for your self-hosted Nextcloud app instance that allows you to stream Nextcloud users content on client devices in your network. It supports the group folders as well.
Find a file
2023-10-08 21:20:10 +02:00
gradle/wrapper Initial commit 2023-10-08 10:46:54 +02:00
src Nextcloud DLNA 2023-10-08 21:08:31 +02:00
.gitignore Nextcloud DLNA 2023-10-08 21:08:31 +02:00
build.gradle Nextcloud DLNA 2023-10-08 21:08:31 +02:00
gradlew Initial commit 2023-10-08 10:46:54 +02:00
gradlew.bat Initial commit 2023-10-08 10:46:54 +02:00
README.md readme 2023-10-08 21:20:10 +02:00
settings.gradle Initial commit 2023-10-08 10:46:54 +02:00

Nextcloud DLNA server

DLNA addon for your self-hosted Nextcloud app instance that allows you to stream Nextcloud users content on client devices in your network. It supports the group folders as well.

Just edit the application.yml and rebuild the project with:

./gradlew clean bootRun

Some java code was taken from https://github.com/haku/dlnatoad and https://github.com/UniversalMediaServer/UniversalMediaServer converted to Kotlin with upgrade to jupnp instead of cling.