nextcloud-dlna/README.md

15 lines
489 B
Markdown
Raw Normal View History

2023-10-08 19:14:49 +00:00
# Nextcloud DLNA server
2023-10-08 19:20:10 +00:00
DLNA addon for your self-hosted Nextcloud app instance that allows you to stream Nextcloud users content on client
devices in your network.
2023-10-08 19:14:49 +00:00
It supports the group folders as well.
Just edit the `application.yml` and rebuild the project with:
2023-10-08 19:20:10 +00:00
`./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.