readme
This commit is contained in:
parent
43c1553ad7
commit
473e431d60
1 changed files with 9 additions and 2 deletions
|
@ -1,8 +1,15 @@
|
|||
# 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.
|
||||
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.
|
Loading…
Reference in a new issue