Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 16/05/2020, à 07:14

bcd16

[Résolu] minidlna

Bonjour
Je viens d'installer Focal Fossa et je voudrais configurer mon réseau DLNA (pour lire mes médias depuis la télé).
J'arrive à lire ce qu'il y a sur mon disque dur mais pas ce qui est sur un disque USB.

J'ai résolu le problème avec minidlna, il suffit de changer le point de montage du disque dur externe gnome-disk-utility


et de changer le chemin dans minidlna.conf

media_dir=V,/mnt/DD-BCD/Vidéos

Un grand merci à tous les participants, vous m'avez bien aidé, je ne suis jamais déçue quand je poste sur ce forum.









J'ai essayé de suivre miniDLNA

Configuration de l'utilisateur et groupe

Par défaut, miniDLNA (lorsqu'il a été installé depuis les dépôts) est exécuté automatiquement au démarrage de l'ordinateur comme un service. L'utilisateur et le groupe par défaut utilisés sont : minidlna.


Modifier les lignes du fichier /etc/default/minidlna avec les droits d'administration:

#USER="minidlna"
#GROUP="minidlna"

Concrètement, ajouter la ligne :

GROUP="nom_de_l'utilisateur"

(où nom_de_l'utilisateur est à remplacer par le nom de l'utilisateur (user) de votre machine).

Je dois louper un détail parceque ça ne marche pas.
Pouvez vous m'aider ?
Merci

Pour info :
minidlna

# Defaults for minidlna initscript
# sourced by /etc/init.d/minidlna
# installed at /etc/default/minidlna by the maintainer scripts

# These options can be set to modify the behavior of the minidlna init script.
# The options commented out show the default values.

# Start the daemon if set to "yes"
START_DAEMON="yes"

# Path to the configuration file
#CONFIGFILE="/etc/minidlna.conf"

# Path to the log file
#LOGFILE="/var/log/minidlna.log"

# User and group the daemon should run as
#USER="minidlna"
#GROUP="minidlna"

GROUP=bcd16

# Additional options that are passed to the daemon
# We pass -r option to do soft non-destructive rebuild on every start-up.
# If your systerm restarts often, you might want to remove this.
DAEMON_OPTS="-r"

minidlna.conf

# This is the configuration file for the MiniDLNA daemon, a DLNA/UPnP-AV media
# server.
#
# Unless otherwise noted, the commented out options show their default value.
#
# On Debian, you can also refer to the minidlna.conf(5) man page for
# documentation about this file.

# Specify the user name or uid to run as (root by default).
# On Debian system command line option (from /etc/default/minidlna) overrides this.
#user=minidlna


# Path to the directory you want scanned for media files.
#
# This option can be specified more than once if you want multiple directories
# scanned.
#
# If you want to restrict a media_dir to a specific content type, you can
# prepend the directory name with a letter representing the type (A, P or V),
# followed by a comma, as so:
#   * "A" for audio    (eg. media_dir=A,/var/lib/minidlna/music)
#   * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures)
#   * "V" for video    (eg. media_dir=V,/var/lib/minidlna/videos)
#   * "PV" for pictures and video (eg. media_dir=PV,/var/lib/minidlna/digital_camera)
#	media_dir=/var/lib/minidlna
media_dir=A,/home/bcd16/Musique
media_dir=A,/home/bcd16/Documents/Christiane/Santé/Maigrir
media_dir=P,/home/bcd16/Images/Photos classées
media_dir=V,/media/bcd16/DD-BCD/Vidéos

# Set this to merge all media_dir base contents into the root container
# (The default is no.)
#merge_media_dirs=no

# Path to the directory that should hold the database and album art cache.
#db_dir=/var/cache/minidlna

# Path to the directory that should hold the log file.
#log_dir=/var/log

# Type and minimum level of importance of messages to be logged.
#
# The types are "artwork", "database", "general", "http", "inotify",
# "metadata", "scanner", "ssdp" and "tivo".
#
# The levels are "off", "fatal", "error", "warn", "info" or "debug".
# "off" turns of logging entirely, "fatal" is the highest level of importance
# and "debug" the lowest.
#
# The types are comma-separated, followed by an equal sign ("="), followed by a
# level that applies to the preceding types. This can be repeated, separating
# each of these constructs with a comma.
#
# The default is to log all types of messages at the "warn" level.
#log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn

# Use a different container as the root of the directory tree presented to
# clients. The possible values are:
#   * "." - standard container
#   * "B" - "Browse Directory"
#   * "M" - "Music"
#   * "P" - "Pictures"
#   * "V" - "Video"
#   * Or, you can specify the ObjectID of your desired root container
#     (eg. 1$F for Music/Playlists)
# If you specify "B" and the client device is audio-only then "Music/Folders"
# will be used as root.
#root_container=.

# Network interface(s) to bind to (e.g. eth0), comma delimited.
# This option can be specified more than once.
#network_interface=

# Port number for HTTP traffic (descriptions, SOAP, media transfer).
# This option is mandatory (or it must be specified on the command-line using
# "-p").
port=8200

# URL presented to clients (e.g. http://example.com:80).
#presentation_url=/

# Name that the DLNA server presents to clients.
# Defaults to "hostname: username".
#friendly_name=

# Serial number the server reports to clients.
# Defaults to the MAC address of nework interface.
#serial=

# Model name the server reports to clients.
#model_name=Windows Media Connect compatible (MiniDLNA)

# Model number the server reports to clients.
# Defaults to the version number of minidlna.
#model_number=

# Automatic discovery of new files in the media_dir directory.
#inotify=yes

# List of file names to look for when searching for album art.
# Names should be delimited with a forward slash ("/").
# This option can be specified more than once.
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg
album_art_names=AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg
album_art_names=Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg

# Strictly adhere to DLNA standards.
# This allows server-side downscaling of very large JPEG images, which may
# decrease JPEG serving performance on (at least) Sony DLNA products.
#strict_dlna=no

# Support for streaming .jpg and .mp3 files to a TiVo supporting HMO.
#enable_tivo=no

# Which method to use for registering in TiVo: 'bonjour' (default) or
# legacy 'beacon'
#tivo_discovery=bonjour

# SSDP notify interval, in seconds.
#notify_interval=895

# Path to the MiniSSDPd socket, for MiniSSDPd support.
#minissdpdsocket=/run/minissdpd.sock

# Always set SortCriteria to this value, regardless of the SortCriteria
# passed by the client
# e.g. force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
#force_sort_criteria=

# maximum number of simultaneous connections
# note: many clients open several simultaneous connections while streaming
#max_connections=50

# set this to yes to allow symlinks that point outside user-defined media_dirs.
#wide_links=no

status minidlna

bcd16@bcd16:~$ ls /etc/apt/sources.list.d -1
skype-stable.list
teamviewer.list
bcd16@bcd16:~$ sudo systemctl status minidlna
[sudo] Mot de passe de bcd16 : 
● minidlna.service - LSB: minidlna server
     Loaded: loaded (/etc/init.d/minidlna; generated)
     Active: active (running) since Sat 2020-05-16 06:46:59 CEST; 20min ago
       Docs: man:systemd-sysv-generator(8)
    Process: 34900 ExecStart=/etc/init.d/minidlna start (code=exited, status=0/SUCCESS)
      Tasks: 2 (limit: 4495)
     Memory: 9.1M
     CGroup: /system.slice/minidlna.service
             └─34912 /usr/sbin/minidlnad -f /etc/minidlna.conf -P /run/minidlna/minidlna.pid -r

mai 16 06:46:59 bcd16 systemd[1]: minidlna.service: Succeeded.
mai 16 06:46:59 bcd16 systemd[1]: Stopped LSB: minidlna server.
mai 16 06:46:59 bcd16 systemd[1]: Starting LSB: minidlna server...
mai 16 06:46:59 bcd16 minidlna[34910]: [2020/05/16 06:46:59] minidlna.c:631: error: Media directory "V,/media/bcd16/DD-BCD/Vidéos" not accessible [Permission denied]
mai 16 06:46:59 bcd16 systemd[1]: Started LSB: minidlna server.
bcd16@bcd16:~$ screenfetch
                          ./+o+-       bcd16@bcd16
                  yyyyy- -yyyyyy+      OS: Ubuntu 20.04 focal
               ://+//////-yyyyyyo      Kernel: x86_64 Linux 5.4.0-29-generic
           .++ .:/++++++/-.+sss/`      Uptime: 1d 18h 29m
         .:++o:  /++++++++/:--:/-      Packages: 1782
        o:+o+:++.`..```.-/oo+++++/     Shell: bash 5.0.16
       .:+o:+o/.          `+sssoo+/    Resolution: 1920x1080
  .++/+:+oo+o:`             /sssooo.   DE: GNOME 3.36.1
 /+++//+:`oo+o               /::--:.   WM: Mutter
 \+/+o+++`o++o               ++////.   WM Theme: Adwaita
  .++.o+++oo+:`             /dddhhh.   GTK Theme: Yaru [GTK2/3]
       .+.o+oo:.          `oddhhhh+    Icon Theme: Yaru
        \+.++o+o``-````.:ohdhhhhh+     Font: Ubuntu 11
         `:o+++ `ohhhhhhhhyo++os:      Disk: 348G / 2,3T (16%)
           .o:`.syhhhhhhh/.oo++o`      CPU: Intel Pentium G4400 @ 2x 3,3GHz [23.0°C]
               /osyyyyyyo++ooo+++/     GPU: Intel Corporation HD Graphics 510 (rev 06)
                   ````` +oo+++o\:     RAM: 2596MiB / 3801MiB
                          `oo++.      
bcd16@bcd16:~$ ls /etc/apt/sources.list.d -1
skype-stable.list
teamviewer.list

Dernière modification par bcd16 (Le 27/05/2020, à 12:01)

Hors ligne

#2 Le 16/05/2020, à 08:03

ar barzh paour

Re : [Résolu] minidlna

peut-être y a t-il eu des évolutions depuis
en janvier 2018 j'avais essayé minidlna , je n'ai jamais réussi à faire fonctionner cette appli
je l'avais abandonné au profit de UMS qui fonctionnait
https://forum.ubuntu-fr.org/viewtopic.php?id=2021001
c'était sur 18.04 , n'ayant plus de box et ma télé n'ayant pas Wifi ,je n'ai pas réinstallé sur 20.04

Dernière modification par ar barzh paour (Le 16/05/2020, à 08:06)


PC          : B760M DS3H DDR4,  12th Gen Intel(R) Core(TM) i3-12100, RAM DDR4 8GiB -2400 Ubuntu 22.04, 22.04, 23.04
Portable1 : Intel(R) Core(TM)2 Duo CPU     T6570  @ 2.10GHz RAM 4GiB DDR2 667 MHz Ubuntu 23.04 ( en voyage )
Portable2 : T5750  @ 2.00GHz RAM 1GiB DDR2 667 Mhz Ubuntu 20.04 ( batterie HS )
stourm a ran war bep tachenn (Angela Duval) ( Je combats sur tous les fronts )

Hors ligne

#3 Le 16/05/2020, à 10:32

eric63

Re : [Résolu] minidlna

salut
mon minidlna

# This is the configuration file for the MiniDLNA daemon, a DLNA/UPnP-AV media
# server.
#
# Unless otherwise noted, the commented out options show their default value.
#
# On Debian, you can also refer to the minidlna.conf(5) man page for
# documentation about this file.

# Specify the user name or uid to run as.
#user=minidlna


# Path to the directory you want scanned for media files.
#
# This option can be specified more than once if you want multiple directories
# scanned.
#
# If you want to restrict a media_dir to a specific content type, you can
# prepend the directory name with a letter representing the type (A, P or V),
# followed by a comma, as so:
#   * "A" for audio    (eg. media_dir=A,/var/lib/minidlna/music)
#   * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures)
#   * "V" for video    (eg. media_dir=V,/var/lib/minidlna/videos)
#   * "PV" for pictures and video (eg. media_dir=PV,/var/lib/minidlna/#digital_camera)
media_dir=V,/home/kubu/Downloads

# Set this to merge all media_dir base contents into the root container
# (The default is no.)
#merge_media_dirs=no

# Path to the directory that should hold the database and album art cache.
#db_dir=/var/cache/minidlna

# Path to the directory that should hold the log file.
#log_dir=/var/log

# Type and minimum level of importance of messages to be logged.
#
# The types are "artwork", "database", "general", "http", "inotify",
# "metadata", "scanner", "ssdp" and "tivo".
#
# The levels are "off", "fatal", "error", "warn", "info" or "debug".
# "off" turns of logging entirely, "fatal" is the highest level of importance
# and "debug" the lowest.
#
# The types are comma-separated, followed by an equal sign ("="), followed by a
# level that applies to the preceding types. This can be repeated, separating
# each of these constructs with a comma.
#
# The default is to log all types of messages at the "warn" level.
#log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn

# Use a different container as the root of the directory tree presented to
# clients. The possible values are:
#   * "." - standard container
#   * "B" - "Browse Directory"
#   * "M" - "Music"
#   * "P" - "Pictures"
#   * "V" - "Video"
#   * Or, you can specify the ObjectID of your desired root container
#     (eg. 1$F for Music/Playlists)
# If you specify "B" and the client device is audio-only then "Music/Folders"
# will be used as root.
#root_container=.

# Network interface(s) to bind to (e.g. eth0), comma delimited.
# This option can be specified more than once.
#network_interface=

# Port number for HTTP traffic (descriptions, SOAP, media transfer).
# This option is mandatory (or it must be specified on the command-line using
# "-p").
port=8200

# URL presented to clients (e.g. http://example.com:80).
#presentation_url=/

# Name that the DLNA server presents to clients.
# Defaults to "hostname: username".
friendly_name=MonServeurMultimediaAMoi

# Serial number the server reports to clients.
# Defaults to 00000000.
serial=681019810597110

# Model name the server reports to clients.
#model_name=Windows Media Connect compatible (MiniDLNA)

# Model number the server reports to clients.
# Defaults to the version number of minidlna.
#model_number=

# Automatic discovery of new files in the media_dir directory.
inotify=yes

# List of file names to look for when searching for album art.
# Names should be delimited with a forward slash ("/").
# This option can be specified more than once.
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg
album_art_names=AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg
album_art_names=Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg

# Strictly adhere to DLNA standards.
# This allows server-side downscaling of very large JPEG images, which may
# decrease JPEG serving performance on (at least) Sony DLNA products.
#strict_dlna=no

# Support for streaming .jpg and .mp3 files to a TiVo supporting HMO.
#enable_tivo=no

# Notify interval, in seconds.
notify_interval=5

# Path to the MiniSSDPd socket, for MiniSSDPd support.
#minissdpdsocket=/run/minissdpd.sock

# Always set SortCriteria to this value, regardless of the SortCriteria
# passed by the client
# e.g. force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
#force_sort_criteria=

# maximum number of simultaneous connections
# note: many clients open several simultaneous connections while streaming
max_connections=50

Kubuntu 23.10 - WAYLAND- 64 bits + backports bêta = plasma 5.27.10 KDE 5.112.0 Qt 5.15.10 et noyau 6.5.0-27  4x intel i5-4570 3.2Ghz 12Go nvidia GTX 1060 6GB 3écrans
Comment installer une brother avec le script de demonipuch

J’utilise le clavier french AFNOR de chez LDLC c‘est fort

Hors ligne

#4 Le 18/05/2020, à 16:44

bcd16

Re : [Résolu] minidlna

ar barzh paour a écrit :

peut-être y a t-il eu des évolutions depuis
en janvier 2018 j'avais essayé minidlna , je n'ai jamais réussi à faire fonctionner cette appli
je l'avais abandonné au profit de UMS qui fonctionnait
https://forum.ubuntu-fr.org/viewtopic.php?id=2021001
c'était sur 18.04 , n'ayant plus de box et ma télé n'ayant pas Wifi ,je n'ai pas réinstallé sur 20.04

Bonjour ar barzh paour
Merci, mais je n'arrive pas à installer UMS , il ne se passe rien quand j'exécute ums.sh.
Merci quand même

Hors ligne

#5 Le 18/05/2020, à 16:58

bcd16

Re : [Résolu] minidlna

eric63 a écrit :

salut
mon minidlna

# This is the configuration file for the MiniDLNA daemon, a DLNA/UPnP-AV media
# server.
#
# Unless otherwise noted, the commented out options show their default value.
#
# On Debian, you can also refer to the minidlna.conf(5) man page for
# documentation about this file.

# Specify the user name or uid to run as.
#user=minidlna


# Path to the directory you want scanned for media files.
#
# This option can be specified more than once if you want multiple directories
# scanned.
#
# If you want to restrict a media_dir to a specific content type, you can
# prepend the directory name with a letter representing the type (A, P or V),
# followed by a comma, as so:
#   * "A" for audio    (eg. media_dir=A,/var/lib/minidlna/music)
#   * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures)
#   * "V" for video    (eg. media_dir=V,/var/lib/minidlna/videos)
#   * "PV" for pictures and video (eg. media_dir=PV,/var/lib/minidlna/#digital_camera)
media_dir=V,/home/kubu/Downloads

# Set this to merge all media_dir base contents into the root container
# (The default is no.)
#merge_media_dirs=no

# Path to the directory that should hold the database and album art cache.
#db_dir=/var/cache/minidlna

# Path to the directory that should hold the log file.
#log_dir=/var/log

# Type and minimum level of importance of messages to be logged.
#
# The types are "artwork", "database", "general", "http", "inotify",
# "metadata", "scanner", "ssdp" and "tivo".
#
# The levels are "off", "fatal", "error", "warn", "info" or "debug".
# "off" turns of logging entirely, "fatal" is the highest level of importance
# and "debug" the lowest.
#
# The types are comma-separated, followed by an equal sign ("="), followed by a
# level that applies to the preceding types. This can be repeated, separating
# each of these constructs with a comma.
#
# The default is to log all types of messages at the "warn" level.
#log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn

# Use a different container as the root of the directory tree presented to
# clients. The possible values are:
#   * "." - standard container
#   * "B" - "Browse Directory"
#   * "M" - "Music"
#   * "P" - "Pictures"
#   * "V" - "Video"
#   * Or, you can specify the ObjectID of your desired root container
#     (eg. 1$F for Music/Playlists)
# If you specify "B" and the client device is audio-only then "Music/Folders"
# will be used as root.
#root_container=.

# Network interface(s) to bind to (e.g. eth0), comma delimited.
# This option can be specified more than once.
#network_interface=

# Port number for HTTP traffic (descriptions, SOAP, media transfer).
# This option is mandatory (or it must be specified on the command-line using
# "-p").
port=8200

# URL presented to clients (e.g. http://example.com:80).
#presentation_url=/

# Name that the DLNA server presents to clients.
# Defaults to "hostname: username".
friendly_name=MonServeurMultimediaAMoi

# Serial number the server reports to clients.
# Defaults to 00000000.
serial=681019810597110

# Model name the server reports to clients.
#model_name=Windows Media Connect compatible (MiniDLNA)

# Model number the server reports to clients.
# Defaults to the version number of minidlna.
#model_number=

# Automatic discovery of new files in the media_dir directory.
inotify=yes

# List of file names to look for when searching for album art.
# Names should be delimited with a forward slash ("/").
# This option can be specified more than once.
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg
album_art_names=AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg
album_art_names=Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg

# Strictly adhere to DLNA standards.
# This allows server-side downscaling of very large JPEG images, which may
# decrease JPEG serving performance on (at least) Sony DLNA products.
#strict_dlna=no

# Support for streaming .jpg and .mp3 files to a TiVo supporting HMO.
#enable_tivo=no

# Notify interval, in seconds.
notify_interval=5

# Path to the MiniSSDPd socket, for MiniSSDPd support.
#minissdpdsocket=/run/minissdpd.sock

# Always set SortCriteria to this value, regardless of the SortCriteria
# passed by the client
# e.g. force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
#force_sort_criteria=

# maximum number of simultaneous connections
# note: many clients open several simultaneous connections while streaming
max_connections=50

Bonjour eric63

Dans ton minidlna.conf il n'y a qu'un seul fichier à scanner et il est sur ton home.
J'arrive à visualiser les fichiers qui sont sur mon home, c'est sur celui qui est sur mon disque dur externe que je n'arrive pas à voir (media_dir=V,/media/bcd16/DD-BCD/Vidéos).
Vois tu une solution ?
Merci

Hors ligne

#6 Le 18/05/2020, à 18:30

ar barzh paour

Re : [Résolu] minidlna

tout bête ? il ya a un retour ?

ls /media/bcd16/DD-BCD/Vidéos

renommer Vidéos en videos ?

Dernière modification par ar barzh paour (Le 18/05/2020, à 18:32)


PC          : B760M DS3H DDR4,  12th Gen Intel(R) Core(TM) i3-12100, RAM DDR4 8GiB -2400 Ubuntu 22.04, 22.04, 23.04
Portable1 : Intel(R) Core(TM)2 Duo CPU     T6570  @ 2.10GHz RAM 4GiB DDR2 667 MHz Ubuntu 23.04 ( en voyage )
Portable2 : T5750  @ 2.00GHz RAM 1GiB DDR2 667 Mhz Ubuntu 20.04 ( batterie HS )
stourm a ran war bep tachenn (Angela Duval) ( Je combats sur tous les fronts )

Hors ligne

#7 Le 18/05/2020, à 20:16

bcd16

Re : [Résolu] minidlna

bcd16@bcd16:~$ ls /media/bcd16/DD-BCD/Vidéos
 Lianodel   Perso   Vallourec  'vidéos 60 ans Bosse'

Hors ligne

#8 Le 19/05/2020, à 09:44

ar barzh paour

Re : [Résolu] minidlna

je ne sais plus comment fonctionne minidlna
peut-être supprimer les espaces  et ajouter une extension au nom du fichier vidéo .... ?

Dernière modification par ar barzh paour (Le 19/05/2020, à 09:46)


PC          : B760M DS3H DDR4,  12th Gen Intel(R) Core(TM) i3-12100, RAM DDR4 8GiB -2400 Ubuntu 22.04, 22.04, 23.04
Portable1 : Intel(R) Core(TM)2 Duo CPU     T6570  @ 2.10GHz RAM 4GiB DDR2 667 MHz Ubuntu 23.04 ( en voyage )
Portable2 : T5750  @ 2.00GHz RAM 1GiB DDR2 667 Mhz Ubuntu 20.04 ( batterie HS )
stourm a ran war bep tachenn (Angela Duval) ( Je combats sur tous les fronts )

Hors ligne

#9 Le 19/05/2020, à 10:09

eric63

Re : [Résolu] minidlna

je crois que minidlna ne supporte pas les accents et les espaces (là j‘en suis moins sûr)
donc comme dit ar barzh paour
supprimer les accents dans les dossiers et fichiers
et supprimer et remplacer les espaces
soity en mettant la première lettre de chaque mot en majuscule et en supprimant les espaces
soit en mettant le «tiret sous le 8» à la place des espaces


Kubuntu 23.10 - WAYLAND- 64 bits + backports bêta = plasma 5.27.10 KDE 5.112.0 Qt 5.15.10 et noyau 6.5.0-27  4x intel i5-4570 3.2Ghz 12Go nvidia GTX 1060 6GB 3écrans
Comment installer une brother avec le script de demonipuch

J’utilise le clavier french AFNOR de chez LDLC c‘est fort

Hors ligne

#10 Le 19/05/2020, à 11:15

LukePerp

Re : [Résolu] minidlna

UMS est simple et mature depuis 7 ans. Il suffit de suivre les instructions. Ayant 20.04, je confirme que la version 9.3 de UMS fonctionne bien :
https://doc.ubuntu-fr.org/universal_media_server


Desktop & Laptop - Ubuntu Mate dernière LTS - Intel i5 - 16 Go - Dual boot Windows offline

Hors ligne

#11 Le 19/05/2020, à 11:28

bcd16

Re : [Résolu] minidlna

Merci à tous, j'ai essayé d'écrire video sans accent sans majuscule, aucun changement.

LukePerp, peux tu me dire quel fichier je dois télécharger UMS ?
Merci de votre aide à tous

Hors ligne

#12 Le 19/05/2020, à 14:23

LukePerp

Re : [Résolu] minidlna

La version qui sera proposée en téléchargement au moment où tu arrives sur la page, c'est à dire : Linux (x86_64 package)

Dernière modification par LukePerp (Le 19/05/2020, à 14:24)


Desktop & Laptop - Ubuntu Mate dernière LTS - Intel i5 - 16 Go - Dual boot Windows offline

Hors ligne

#13 Le 19/05/2020, à 17:41

bcd16

Re : [Résolu] minidlna

Je l'ai téléchargé, décompressé et double clic sur UMS.sh, il y a un petit cercle qui tourne puis plus rien

Hors ligne

#14 Le 19/05/2020, à 19:06

bbtux2

Re : [Résolu] minidlna

bonjour, chez moi, cela marchait :
fstab ->

UUID=128218bc-ff7d-4699-b5ec-fd3cefc07d0d /srv/hdd2t ext4 rw,noatime 0 2

minidlna.conf ->

# Path to the directory you want scanned for media files.
#
# This option can be specified more than once if you want multiple directories
# scanned.
#
# If you want to restrict a media_dir to a specific content type, you can
# prepend the directory name with a letter representing the type (A, P or V),
# followed by a comma, as so:
#   * "A" for audio    (eg. media_dir=A,/var/lib/minidlna/music)
#   * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures)
#   * "V" for video    (eg. media_dir=V,/var/lib/minidlna/videos)
#   * "PV" for pictures and video (eg. media_dir=PV,/var/lib/minidlna/digital_camera)
media_dir=A,/srv/hdd2t/NAS/Musiques
media_dir=PV,/srv/hdd2t/NAS/Photos
media_dir=V,/srv/hdd2t/NAS/Videos

Vérifie les droits. Il me semble que minidlna tourne sous son user et qu'il à besoin d'un accès aux répertoires.

Hors ligne

#15 Le 19/05/2020, à 19:52

LukePerp

Re : [Résolu] minidlna

bcd16 a écrit :

Je l'ai téléchargé, décompressé et double clic sur UMS.sh, il y a un petit cercle qui tourne puis plus rien

Normal. L'appli a démarré, elle est logé en icone dans les indicateurs du tableau de bord (normalement). Clic sur l'icone d'UMS pour afficher l'appli et ajouter tes dossiers à partager. UMS est un serveur, merci de lire le paragraphe 3 pour l'utilisation :
https://doc.ubuntu-fr.org/universal_med … tilisation
Tu dois utiliser un autre appareil pour accéder au contenu partagé.
Aux aidants :
Pour minidlna, c'est toujours la même histoire. Vous souhaitez aider à ce que l'utilisateur réussisse à l'utiliser. Mais comme minidlna est entièrement configurable au terminal avec des paramètres techniques et non accessibles aux non initiés, l'utilisateur n'y arrive pas. Et c'est normal ! Il ne faut pas insister et plutôt l'aider à utiliser une alternative moderne et simple à configurer. Il faut garder de vue l'objectif de l'utilisateur : partager ses médias sur d'autres appareils de son réseau - et non apprendre à utiliser le terminal.

Dernière modification par LukePerp (Le 19/05/2020, à 20:01)


Desktop & Laptop - Ubuntu Mate dernière LTS - Intel i5 - 16 Go - Dual boot Windows offline

Hors ligne

#16 Le 20/05/2020, à 18:17

bcd16

Re : [Résolu] minidlna

j'ai trouvé comment démarrer UMS.sh depuis le terminal

sudo sh UMS.sh

Une fois paramétré, est ce que je peux quitter ?


Merci de ton aide

Dernière modification par bcd16 (Le 21/05/2020, à 00:08)

Hors ligne

#17 Le 21/05/2020, à 00:38

bcd16

Re : [Résolu] minidlna

Décidément je ne suis pas douée, j'ai eu le panneau de configuration, j'ai fait un redémarrage et je n'arrive plus à l'avoir

bcd16@bcd16:~/ums-9.4.3$ sudo sh UMS.sh
[sudo] Mot de passe de bcd16 : 
INFO  00:21:37.752 [main] Starting Universal Media Server 9.4.3
INFO  00:21:37.754 [main] Based on PS3 Media Server by shagrath, copyright 2008-2014
INFO  00:21:37.754 [main] https://www.universalmediaserver.com
INFO  00:21:37.755 [main] 
INFO  00:21:37.755 [main] Build: df7dcbf1f (2020-05-09)
INFO  00:21:37.755 [main] Java: Java HotSpot(TM) 64-Bit Server VM 1.8.0_251 (64-bit) by Oracle Corporation
INFO  00:21:37.767 [main] OS: Linux 64-bit 5.4.0-31-generic
INFO  00:21:37.798 [main] Maximum JVM Memory: 1.1 GiB
INFO  00:21:37.866 [main] Language: French
INFO  00:21:37.866 [main] Encoding: UTF-8
INFO  00:21:37.866 [main] 
INFO  00:21:37.866 [main] Working directory: /home/bcd16/ums-9.4.3
INFO  00:21:37.967 [main] Temporary directory: /tmp/UMS-root
INFO  00:21:37.968 [main] Logging configuration file: /home/bcd16/ums-9.4.3/logback.xml
INFO  00:21:37.969 [main] Logfile: /var/log/UMS/root/debug.log
INFO  00:21:37.969 [main] 
INFO  00:21:37.970 [main] Profile directory: /root/.config/UMS
INFO  00:21:37.970 [main] Profile directory permissions: drwx
INFO  00:21:37.971 [main] Profile configuration file: /root/.config/UMS/UMS.conf
INFO  00:21:37.972 [main] Profile configuration file permissions: -rwx
INFO  00:21:37.973 [main] Profile name: bcd16
INFO  00:21:37.976 [main] 
INFO  00:21:37.977 [main] Web configuration file: /root/.config/UMS/WEB.conf
WARN  00:21:37.978 [main] Web configuration file not found: File "/root/.config/UMS/WEB.conf" not found
INFO  00:21:37.978 [main] 
INFO  00:21:38.031 [main] Using database located at: "/root/.config/UMS/database"
INFO  00:21:40.490 [main] Checking shared folder: "/media/bcd16/DD-BCD/Vidéos"
INFO  00:21:40.491 [main] Checking shared folder: "/home/bcd16/Images/Photos_classées"
INFO  00:21:40.491 [main] Checking shared folder: "/home/bcd16/Musique"
INFO  00:21:40.491 [main] Checking shared folder: "/home/bcd16/Documents/Christiane/Santé/Maigrir"
INFO  00:21:41.438 [main] Using the following UUID configured in UMS.conf: d04dd8f2-6e44-4033-958f-a348a3cb4e94
WARN  00:21:41.745 [main] Error loading libzen: Unable to load library 'zen':
libzen.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
libzen.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
Native library (linux-x86-64/libzen.so) not found in resource path ([file:/home/bcd16/ums-9.4.3/update.jar, file:/home/bcd16/ums-9.4.3/ums.jar])
INFO  00:21:41.749 [main] Loading MediaInfo library
ERROR 00:21:41.815 [main] Error loading MediaInfo library: Unable to load library 'mediainfo':
libmediainfo.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
libmediainfo.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
Native library (linux-x86-64/libmediainfo.so) not found in resource path ([file:/home/bcd16/ums-9.4.3/update.jar, file:/home/bcd16/ums-9.4.3/ums.jar])
INFO  00:21:41.831 [main] Make sure you have libmediainfo and libzen installed
INFO  00:21:41.832 [main] The server will now use the less accurate FFmpeg parsing method
INFO  00:21:41.833 [main] Loading renderer configurations from /home/bcd16/ums-9.4.3/renderers
INFO  00:21:42.207 [main] Enabled 170 configurations, listed in order of loading priority:
INFO  00:21:42.207 [main] :   Mirascreen
INFO  00:21:42.209 [main] :   BubbleUPnP
INFO  00:21:42.210 [main] :   Chromecast
INFO  00:21:42.211 [main] :   LG OLED
INFO  00:21:42.212 [main] :   Naim Mu-So
INFO  00:21:42.213 [main] :   Panasonic AS600
INFO  00:21:42.213 [main] :   Panasonic AS650
INFO  00:21:42.213 [main] :   Panasonic BDT220
INFO  00:21:42.215 [main] :   Panasonic BDT360
INFO  00:21:42.215 [main] :   Panasonic CX680
INFO  00:21:42.215 [main] :   Panasonic CX700
INFO  00:21:42.216 [main] :   Panasonic DX
INFO  00:21:42.216 [main] :   Panasonic E6
INFO  00:21:42.216 [main] :   Panasonic ET60
INFO  00:21:42.216 [main] :   Panasonic GT50
INFO  00:21:42.216 [main] :   Panasonic GX800B
INFO  00:21:42.216 [main] :   Panasonic Home Theater (SC-BTT)
INFO  00:21:42.216 [main] :   Panasonic S60
INFO  00:21:42.217 [main] :   Panasonic ST60
INFO  00:21:42.217 [main] :   Panasonic VT60
INFO  00:21:42.217 [main] :   Samsung Note Tab
INFO  00:21:42.217 [main] :   Samsung QLED 4K 2019+
INFO  00:21:42.217 [main] :   Sony Blu-ray (2013)
INFO  00:21:42.217 [main] :   Sony Bluray BDP-S3700
INFO  00:21:42.219 [main] :   Sony Bravia XD/XE
INFO  00:21:42.220 [main] :   VLC for iOS
INFO  00:21:42.220 [main] :   Xperia Z3
INFO  00:21:42.221 [main] :   Chromecast
INFO  00:21:42.221 [main] :   Denon AVR-4311CI
INFO  00:21:42.221 [main] :   Denon AVR-X4200W
INFO  00:21:42.222 [main] :   Hisense K680
INFO  00:21:42.222 [main] :   LG BP550
INFO  00:21:42.222 [main] :   LG EG910V
INFO  00:21:42.222 [main] :   LG LCD TV (2014)
INFO  00:21:42.222 [main] :   LG LM660
INFO  00:21:42.223 [main] :   LG LS5700
INFO  00:21:42.223 [main] :   LG UB820V
INFO  00:21:42.223 [main] :   LG UH770
INFO  00:21:42.224 [main] :   LG WebOS TV
INFO  00:21:42.224 [main] :   Onkyo TX-NR8xx
INFO  00:21:42.224 [main] :   Panasonic DMR
INFO  00:21:42.225 [main] :   Panasonic TV
INFO  00:21:42.225 [main] :   Samsung 8 Series
INFO  00:21:42.226 [main] :   Samsung 9 Series
INFO  00:21:42.226 [main] :   Samsung BD-C6800
INFO  00:21:42.226 [main] :   Samsung D6400
INFO  00:21:42.226 [main] :   Samsung D7000
INFO  00:21:42.226 [main] :   Samsung EH5300
INFO  00:21:42.226 [main] :   Samsung EH6070
INFO  00:21:42.226 [main] :   Samsung ES6100
INFO  00:21:42.226 [main] :   Samsung ES6575
INFO  00:21:42.227 [main] :   Samsung ES8000
INFO  00:21:42.227 [main] :   Samsung ES8005
INFO  00:21:42.227 [main] :   Samsung F5100
INFO  00:21:42.227 [main] :   Samsung F5505
INFO  00:21:42.227 [main] :   Samsung F5900
INFO  00:21:42.229 [main] :   Samsung H4500
INFO  00:21:42.229 [main] :   Samsung H6203
INFO  00:21:42.230 [main] :   Samsung H6400
INFO  00:21:42.230 [main] :   Samsung H6500
INFO  00:21:42.230 [main] :   Samsung HT-E3 Series
INFO  00:21:42.230 [main] :   Samsung HT-F4
INFO  00:21:42.230 [main] :   Samsung HU7000
INFO  00:21:42.230 [main] :   Samsung HU9000
INFO  00:21:42.230 [main] :   Samsung J55xx Series
INFO  00:21:42.230 [main] :   Samsung J6200
INFO  00:21:42.231 [main] :   Samsung JU6400
INFO  00:21:42.231 [main] :   Samsung LED UHD
INFO  00:21:42.231 [main] :   Samsung PL51E490
INFO  00:21:42.231 [main] :   Samsung Q6 Series
INFO  00:21:42.231 [main] :   Samsung QLED 8K 2019+
INFO  00:21:42.231 [main] :   Samsung Soundbar MS750
INFO  00:21:42.231 [main] :   Sony Bravia EX725
INFO  00:21:42.231 [main] :   Vizio Smart TV
INFO  00:21:42.231 [main] :   VLC for Apple TV
INFO  00:21:42.232 [main] :   VLC for iOS (iPhone 5 or older)
INFO  00:21:42.232 [main] :   Xbox One
INFO  00:21:42.232 [main] :   AirPlayer
INFO  00:21:42.232 [main] :   Android
INFO  00:21:42.232 [main] :   AnyCast
INFO  00:21:42.232 [main] :   Apple iPad / iPhone
INFO  00:21:42.232 [main] :   Azur BD
INFO  00:21:42.232 [main] :   BRAVIA KDL-xxNX800
INFO  00:21:42.233 [main] :   Bush Freeview Set Top Box
INFO  00:21:42.234 [main] :   D-Link DSM-510
INFO  00:21:42.235 [main] :   DirecTV
INFO  00:21:42.236 [main] :   Fetch TV
INFO  00:21:42.236 [main] :   Freebox
INFO  00:21:42.236 [main] :   Freecom MusicPal
INFO  00:21:42.236 [main] :   Hama IR320
INFO  00:21:42.237 [main] :   KalemSoft Media Player
INFO  00:21:42.237 [main] :   Kodi
INFO  00:21:42.237 [main] :   Lecteur multimédia inconnu
INFO  00:21:42.237 [main] :   LG Blu-Ray Player
INFO  00:21:42.237 [main] :   LG LA6200
INFO  00:21:42.240 [main] :   LG LA644V
INFO  00:21:42.240 [main] :   LG LM620
INFO  00:21:42.240 [main] :   LG Smart TV Upgrader
INFO  00:21:42.240 [main] :   Logitech Squeezebox
INFO  00:21:42.240 [main] :   Miracast M806
INFO  00:21:42.240 [main] :   Netgear NeoTV
INFO  00:21:42.241 [main] :   Netgem N7700
INFO  00:21:42.241 [main] :   Nokia N900
INFO  00:21:42.241 [main] :   Onkyo TX-NR7xx
INFO  00:21:42.241 [main] :   OPPO BDP
INFO  00:21:42.241 [main] :   OPPO BDP-83
INFO  00:21:42.241 [main] :   Panasonic BDT
INFO  00:21:42.241 [main] :   Panasonic TX-L32V10E
INFO  00:21:42.241 [main] :   Panasonic U30Z
INFO  00:21:42.241 [main] :   Philips Aurea
INFO  00:21:42.242 [main] :   Philips PUS TV
INFO  00:21:42.242 [main] :   Philips TV
INFO  00:21:42.242 [main] :   Pioneer BDP
INFO  00:21:42.242 [main] :   Pioneer Kuro
INFO  00:21:42.242 [main] :   PlayStation 3
INFO  00:21:42.242 [main] :   PlayStation 4
INFO  00:21:42.242 [main] :   PlayStation Vita
INFO  00:21:42.243 [main] :   Popcorn Hour
INFO  00:21:42.243 [main] :   Realtek
INFO  00:21:42.243 [main] :   Roku 3 (NSP 3)
INFO  00:21:42.243 [main] :   Roku 3 (NSP 5)
INFO  00:21:42.243 [main] :   Roku 3 (NSP 6-7)
INFO  00:21:42.243 [main] :   Roku 4 (NSP 6-7)
INFO  00:21:42.243 [main] :   Roku TV (NSP 8)
INFO  00:21:42.243 [main] :   Samsung C/D Series
INFO  00:21:42.243 [main] :   Samsung C6600
INFO  00:21:42.244 [main] :   Samsung E+ Series
INFO  00:21:42.244 [main] :   Samsung Galaxy S5
INFO  00:21:42.244 [main] :   Samsung Galaxy S7
INFO  00:21:42.244 [main] :   Samsung Mobile
INFO  00:21:42.244 [main] :   Samsung Q9 Series
INFO  00:21:42.244 [main] :   Samsung SMT-G7400
INFO  00:21:42.247 [main] :   Samsung WiseLink
INFO  00:21:42.247 [main] :   Sharp Aquos
INFO  00:21:42.247 [main] :   Showtime 3
INFO  00:21:42.247 [main] :   Showtime 4
INFO  00:21:42.247 [main] :   Sony Blu-ray
INFO  00:21:42.247 [main] :   Sony Bravia 4500
INFO  00:21:42.247 [main] :   Sony Bravia 5500
INFO  00:21:42.247 [main] :   Sony Bravia AG
INFO  00:21:42.247 [main] :   Sony Bravia BX305
INFO  00:21:42.247 [main] :   Sony Bravia EX
INFO  00:21:42.248 [main] :   Sony Bravia EX620
INFO  00:21:42.248 [main] :   Sony Bravia HX
INFO  00:21:42.248 [main] :   Sony Bravia HX75
INFO  00:21:42.248 [main] :   Sony Bravia NX70x
INFO  00:21:42.248 [main] :   Sony Bravia W
INFO  00:21:42.248 [main] :   Sony Bravia X
INFO  00:21:42.248 [main] :   Sony Bravia XBR
INFO  00:21:42.248 [main] :   Sony Home Theatre System
INFO  00:21:42.248 [main] :   Sony SMP-N100
INFO  00:21:42.248 [main] :   Sony STR-DA5800ES
INFO  00:21:42.248 [main] :   Sony Xperia Z/ZL/ZQ/Z1/Z2
INFO  00:21:42.248 [main] :   Streamium
INFO  00:21:42.248 [main] :   Technisat S1+
INFO  00:21:42.248 [main] :   Telefunken TV
INFO  00:21:42.248 [main] :   Telstra T-Box
INFO  00:21:42.248 [main] :   Thomson U3 Series
INFO  00:21:42.248 [main] :   VideoWeb TV
INFO  00:21:42.248 [main] :   VLC for desktop
INFO  00:21:42.248 [main] :   WD TV Live
INFO  00:21:42.248 [main] :   Windows Media Player
INFO  00:21:42.248 [main] :   XBMC
INFO  00:21:42.248 [main] :   Xbox 360
INFO  00:21:42.248 [main] :   Yamaha R-N500
INFO  00:21:42.248 [main] :   Yamaha RX-A1010
INFO  00:21:42.248 [main] :   Yamaha RX-A2050
INFO  00:21:42.248 [main] :   Yamaha RX-V3900
INFO  00:21:42.248 [main] :   Yamaha RX-V500D
INFO  00:21:42.248 [main] :   Yamaha RX-V671
mai 21, 2020 12:21:42 AM org.fourthline.cling.UpnpServiceImpl <init>
INFOS: >>> Starting UPnP service...
mai 21, 2020 12:21:42 AM org.fourthline.cling.UpnpServiceImpl <init>
INFOS: Using configuration: net.pms.network.UPNPControl$1
mai 21, 2020 12:21:42 AM org.fourthline.cling.transport.RouterImpl <init>
INFOS: Creating Router: org.fourthline.cling.transport.RouterImpl
mai 21, 2020 12:21:42 AM org.fourthline.cling.transport.impl.MulticastReceiverImpl init
INFOS: Creating wildcard socket (for receiving multicast datagrams) on port: 1900
mai 21, 2020 12:21:42 AM org.fourthline.cling.transport.impl.MulticastReceiverImpl init
INFOS: Joining multicast group: /239.255.255.250:1900 on network interface: enp0s31f6
mai 21, 2020 12:21:42 AM org.fourthline.cling.transport.impl.StreamServerImpl init
INFOS: Created server (for receiving TCP streams) on: /192.168.1.43:44815
mai 21, 2020 12:21:42 AM org.fourthline.cling.transport.impl.DatagramIOImpl init
INFOS: Creating bound socket (for datagram input/output) on: /192.168.1.43
mai 21, 2020 12:21:42 AM org.fourthline.cling.UpnpServiceImpl <init>
INFOS: <<< UPnP service started successfully
INFO  00:21:42.449 [main] Checking the fontconfig cache in the background, this can take two minutes or so.
mai 21, 2020 12:21:43 AM org.fourthline.cling.model.types.UDAServiceId valueOf
AVERTISSEMENT: UPnP specification violation, fixing broken Service ID: ConnectionManager
INFO  00:21:43.202 [main] Configuration saved to "/root/.config/UMS/UMS.conf"
INFO  00:21:43.426 [main] Transcoding engine "FFmpeg Audio" is available
WARN  00:21:43.482 [main] Transcoding engine "MEncoder Video" is not available
INFO  00:21:43.483 [main] Transcoding engine "FFmpeg Video" is available
WARN  00:21:43.509 [main] Could not parse VLC version, the version might be too low (< 2.0.2)
INFO  00:21:43.512 [main] Transcoding engine "VLC Video" is available
INFO  00:21:43.513 [main] FFmpeg web filters "/root/.config/UMS/ffmpeg.webfilters" not found, web filters ignored
INFO  00:21:43.514 [main] Transcoding engine "FFmpeg Web Video" is available
WARN  00:21:43.514 [main] Transcoding engine "MEncoder Web Video" is not available
INFO  00:21:43.516 [main] Transcoding engine "VLC Web Video" is available
WARN  00:21:43.564 [main] Transcoding engine "tsMuxeR Video" is not available
WARN  00:21:43.565 [main] Transcoding engine "tsMuxeR Audio" is not available
INFO  00:21:43.565 [main] Transcoding engine "VLC Web Audio (Legacy)" is available
INFO  00:21:43.565 [main] Transcoding engine "VLC Web Video (Legacy)" is available
WARN  00:21:43.578 [main] Transcoding engine "DCRaw" is not available
INFO  00:21:43.727 [main] Using address /192.168.1.43 found on network interface: name:enp0s31f6 (enp0s31f6)
INFO  00:21:43.728 [main] Created socket: /192.168.1.43:5001
INFO  00:21:43.917 [main] WEB interface is available at: http://192.168.1.43:9001
INFO  00:21:43.964 [main] A tiny cache admin interface is available at: http://192.168.1.43:5001/console/home
INFO  00:21:47.717 [main] Universal Media Server is now available for renderers to find
  

Il y plusieurs lignes qui font peur !

Qu'en penses tu ?
Merci

Hors ligne

#18 Le 21/05/2020, à 13:43

LukePerp

Re : [Résolu] minidlna

Ne surtout pas démarrer UMS avec sudo, espérons que tu n'as pas dégradé ton Linux. Démarre UMS si tu veux avec le terminal mais sans sudo. J'ai découvert qu'ubuntu classic (Gnome 3) n'avait pas par défaut les indicators classiques dans près de l'heure dans la tableau de bord. Je ne sais pas si c'est pour cette raison que tu ne vois pas son icone. Regardes du coté des extensions gnome pour ajouter ces indicators classique afin de voir l'icone de UMS.


Desktop & Laptop - Ubuntu Mate dernière LTS - Intel i5 - 16 Go - Dual boot Windows offline

Hors ligne

#19 Le 21/05/2020, à 18:25

bcd16

Re : [Résolu] minidlna

Sans sudo ça donne ça :

bcd16@bcd16:~/UMS/ums-9.4.3$ sh UMS.sh
UMS.sh: 72: exec: jre/bin/java: not found

et ensuite ?

Merci

Hors ligne

#20 Le 22/05/2020, à 09:04

LukePerp

Re : [Résolu] minidlna

Ce message indique qu'il ne trouve pas java. Or, java est dans le dossier de UMS. As tu bien juste décompressé le fichier ums téléchargé ? As tu java déjà installé sur ton système ?

java -version

Desktop & Laptop - Ubuntu Mate dernière LTS - Intel i5 - 16 Go - Dual boot Windows offline

Hors ligne

#21 Le 22/05/2020, à 09:56

bcd16

Re : [Résolu] minidlna

bcd16@bcd16:~$ java -version
openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-3ubuntu1)
OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-3ubuntu1, mixed mode, sharing)

j'ai extrait avec l'extracteur de fichier, faut il le faire en ligne de commande ?
Merci

Hors ligne

#22 Le 22/05/2020, à 10:42

bcd16

Re : [Résolu] minidlna

On a

bcd16@bcd16:~/UMS/ums-9.4.3$ sh UMS.sh
UMS.sh: 72: exec: jre/bin/java: not found

pourtant le java est bien dans le répertoire

bcd16@bcd16:~/UMS/ums-9.4.3/jre/bin$ ls
ControlPanel  javaws    jjs      orbd     policytool  rmiregistry  tnameserv
java          jcontrol  keytool  pack200  rmid        servertool   unpack200
bcd16@bcd16:~/UMS/ums-9.4.3/jre/bin$ 

Hors ligne

#23 Le 22/05/2020, à 13:40

LukePerp

Re : [Résolu] minidlna

J'ai l'impression qu'il se mélange les pinceaux entre le java installé sur ton système et celui d'ums. Si tu n'as pas besoin de java sur ton système, tu peux le désinstaller.


Desktop & Laptop - Ubuntu Mate dernière LTS - Intel i5 - 16 Go - Dual boot Windows offline

Hors ligne

#24 Le 22/05/2020, à 14:49

michcauch

Re : [Résolu] minidlna

Bonjour,
J'ai exactement le même problème et les mêmes messages que de bcd16 au sujet de Java, openjdk installé ou non.
Je suis la conversation.


Cordialement
Michel
___
Ubuntu 22.04 sur Clevo N141WU

Hors ligne

#25 Le 22/05/2020, à 17:31

LukePerp

Re : [Résolu] minidlna

Pouvez-vous télécharger et essayer la 9.4.2 car sur le forum UMS un utilisateur avait le problème que vous et son problème s'est résolu avec la version 9.4.2


Desktop & Laptop - Ubuntu Mate dernière LTS - Intel i5 - 16 Go - Dual boot Windows offline

Hors ligne