mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
update documentation
This commit is contained in:
parent
743b942146
commit
840aa0a189
3 changed files with 9 additions and 2 deletions
|
@ -18,6 +18,6 @@ If you can't find the server on a renderer, you may try the following trouble sh
|
|||
- Wait a little more : the server will broadcast an ALIVE message every 30 sec, so it may take this long for a renderer to find it
|
||||
- check if the service ums is running in the yunohost admin
|
||||
- check on which network interface the server is annoucing : You may find the network and address used in `__DATA_DIR__/.config/UMS/debug.log` or `/var/log/ums/ums.log`. Search for a line like `Using address /192.168.0.54 found on network interface: name:enp0s3 (enp0s3)`
|
||||
The subnet to be used should be the same as your renderer (ie : if your TV is on 192.168.0.X and ums on 192.168.1.X, this will not work)
|
||||
The subnet to be used should be the same as your renderer (ie : if your TV is on 192.168.0.X and ums on 192.168.1.X, this will not work). You may check the network interface for you system with `ip address`
|
||||
|
||||
On small device (Raspberry for example), transco may be requiring too much power: try some alternate transcoder.
|
||||
|
|
|
@ -16,6 +16,6 @@ Si vous ne trouvez pas le serveur sur vos renderer, vous pouvez essayer les truc
|
|||
- Attendez un petit peu : lors du premier démarrage, UMS va indexer tous vos médias et ceci peut prendre un certain temps si vous en avez beaucoup
|
||||
- Attendez encore un peu : le serveur s'annonce par un message ALIVE toutes les 30 sec, donc cela peut prendre tout ce temps avant qu'un renderer ne le trouve
|
||||
- Vérifiez bien que le service ums tourne dans l'interface d'administration de yunohost
|
||||
- Vérifiez sur quel interface réseau ums s'annonce. Vous pouvez trouver l'adresse utilisée et le réseau dans `__DATA_DIR__/.config/UMS/debug.log` ou `/var/log/ums/ums.log`. Cherchez une ligne ressemblant à `Using address /192.168.0.54 found on network interface: name:enp0s3 (enp0s3)`. Le sous-réseau utilisé doit être le même que le renderer (ie : si votre TV est sur 192.168.0.X et ums sur 192.168.1.X, cela ne marchera pas)
|
||||
- Vérifiez sur quel interface réseau ums s'annonce. Vous pouvez trouver l'adresse utilisée et le réseau dans `__DATA_DIR__/.config/UMS/debug.log` ou `/var/log/ums/ums.log`. Cherchez une ligne ressemblant à `Using address /192.168.0.54 found on network interface: name:enp0s3 (enp0s3)`. Le sous-réseau utilisé doit être le même que le renderer (ie : si votre TV est sur 192.168.0.X et ums sur 192.168.1.X, cela ne marchera pas). Vous pouvez vérifier les réseaux de votre système avec `ip address`
|
||||
|
||||
Sur de petits appareils (par exemple un raspberry), la transco peut demander trop de puissance, n'hésitez pas à utiliser des transcodeurs alternatifs.
|
||||
|
|
7
doc/PRE_UPGRADE.d/13.5.0~ynh2
Normal file
7
doc/PRE_UPGRADE.d/13.5.0~ynh2
Normal file
|
@ -0,0 +1,7 @@
|
|||
Changelog:
|
||||
|
||||
News:
|
||||
- Package is now in v2
|
||||
|
||||
Fixes:
|
||||
- it is now possible to log into the UMS webserver in case authentication is activated
|
Loading…
Add table
Reference in a new issue