Multimediální server a user space API PipeWire (Wikipedie) poskytující PulseAudio, JACK, ALSA a GStreamer rozhraní byl vydán ve verzi 1.6.0 (Bluesky). Přehled novinek na GitLabu.
UBports, nadace a komunita kolem Ubuntu pro telefony a tablety Ubuntu Touch, vydala Ubuntu Touch 24.04-1.2 a 20.04 OTA-12.
Byla vydána (Mastodon, 𝕏) nová stabilní verze 2.0 otevřeného operačního systému pro chytré hodinky AsteroidOS (Wikipedie). Přehled novinek v oznámení o vydání a na YouTube.
WoWee je open-source klient pro MMORPG hru World of Warcraft, kompatibilní se základní verzí a rozšířeními The Burning Crusade a Wrath of the Lich King. Klient je napsaný v C++ a využívá vlastní OpenGL renderer, pro provoz vyžaduje modely, grafiku, hudbu, zvuky a další assety z originální kopie hry od Blizzardu. Zdrojový kód je na GitHubu, dostupný pod licencí MIT.
Byl představen ICT Supply Chain Security Toolbox, společný nezávazný rámec EU pro posuzování a snižování kybernetických bezpečnostních rizik v ICT dodavatelských řetězcích. Toolbox identifikuje možné rizikové scénáře ovlivňující ICT dodavatelské řetězce a na jejich podkladě nabízí koordinovaná doporučení k hodnocení a mitigaci rizik. Doporučení se dotýkají mj. podpory multi-vendor strategií a snižování závislostí na vysoce
… více »Nizozemský ministr obrany Gijs Tuinman prohlásil, že je možné stíhací letouny F-35 'jailbreaknout stejně jako iPhony', tedy upravit jejich software bez souhlasu USA nebo spolupráce s výrobcem Lockheed Martin. Tento výrok zazněl v rozhovoru na BNR Nieuwsradio, kde Tuinman naznačil, že evropské země by mohly potřebovat větší nezávislost na americké technologii. Jak by bylo jailbreak možné technicky provést pan ministr nijak nespecifikoval, nicméně je známé, že izraelské letectvo ve svých modifikovaných stíhačkách F-35 používá vlastní software.
Nové číslo časopisu Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 162 (pdf).
Sdružení CZ.NIC, správce české národní domény, zveřejnilo Domain Report za rok 2025 s klíčovými daty o vývoji domény .CZ. Na konci roku 2025 bylo v registru české národní domény celkem 1 515 860 s koncovkou .CZ. Průměrně bylo měsíčně zaregistrováno 16 222 domén, přičemž nejvíce registrací proběhlo v lednu (18 722) a nejméně pak v červnu (14 559). Podíl domén zabezpečených pomocí technologie DNSSEC se po několika letech stagnace výrazně
… více »Google představil telefon Pixel 10a. S funkci Satelitní SOS, která vás spojí se záchrannými složkami i v místech bez signálu Wi-Fi nebo mobilní sítě. Cena telefonu je od 13 290 Kč.
Byl publikován přehled dění a novinek z vývoje Asahi Linuxu, tj. Linuxu pro Apple Silicon. Fedora 43 Asahi Remix s KDE Plasma už funguje na M3. Zatím ale bez GPU akcelerace. Vývojáře lze podpořit na Open Collective a GitHub Sponsors.
/etc/minidlna.conf ale /etc/sysconfig/minidlna. Můj obsah je zde :## Path: Network/minidlna
## Description: Define port for HTTP traffic
## Type: integer
## Default: "8200"
## Config: minidlna
# Here you can change the default port for HTTP traffic (descriptions, SOAP, media transfer).
#
# Note: the default is 8200
port="8200"
## Path: Network/minidlna
## Description: Define network interfaces to serve
## Type: string
## Default: "eth0"
## Config: minidlna
# Here you can define the network interfaces to serve, comma delimited.
#
# Note: the default is eth0
network_interface="wlp3s0"
## Path: Network/minidlna
## Description: Define user account name or uid
## Type: string
## Default: "root"
## Config: minidlna
# Here you can specify the user account name or uid to run as.
#
# Note: the default is root
user="root"
## Path: Network/minidlna
## Description: Define media directories to be scanned
## Type: string
## Default: "/mnt"
## Config: minidlna
# Here you can define your media directories you want scanned
#
# Set this to the directories you want scanned.
#
# * if you want to restrict a media_dir to specific content types, you
# can prepend the types, followed by a comma, to the directory:
#
# + "A" for audio (eg. A,/home/jmaggard/Music)
# + "V" for video (eg. V,/home/jmaggard/Videos)
# + "P" for images (eg. P,/home/jmaggard/Pictures)
# + "PV" for pictures and video (eg. AV,/home/jmaggard/digital_camera)
#
# * if you want to scan multiple directories, you have to separate
# the directories with a vertical bar:
#
# eq. A,/home/jmaggard/Music | V,/home/jmaggard/Videos | P,/home/jmaggard/Pictures
#
# Note: the default is /mnt
#media_dir="/mnt"
media_dir="V,/mnt/Video"
## Path: Network/minidlna
## Description: Define MiniDLNA server name
## Type: string
## Default: "MiniDLNA"
## Config: minidlna
# Here you can customize the MiniDLNA server name that shows up on your clients.
#
# Note: the default is MiniDLNA
friendly_name="HP MiniDLNA"
## Path: Network/minidlna
## Description: Define log level
## Type: string
## Default: "general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn"
## Config: minidlna
# Here you can set the verbosity of the information that is logged.
#
# Each section can use a different level.
# Possible levels are: off, fatal, error, warn, info or debug
#
# Note: the default is general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
log_level="general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn"
## Path: Network/minidlna
## Description: Define file names to check for when searching for album art
## Type: string
## Default: "Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg"
## Config: minidlna
# Here you can set a list of file names to check for when searching for album art.
# Note: names should be delimited with a forward slash ("/")
#
# Note: the default is Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/
# AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/
# Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
album_art_names="Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg"
## Path: Network/minidlna
## Description: Define inotify monitoring to automatically discover new files
## Type: yesno
## Default: "yes"
## Config: minidlna
# Here you can enable/disable inotify monitoring to automatically discover new files.
#
# Note: the default is yes
inotify="yes"
## Path: Network/minidlna
## Description: Define support for streaming .jpg and .mp3 files to a TiVo supporting HMO
## Type: yesno
## Default: "no"
## Config: minidlna
# Here you can enable/disable support for streaming .jpg and .mp3 files to a TiVo supporting HMO.
#
# Note: the default is no
enable_tivo="no"
## Path: Network/minidlna
## Description: Define strictly adhere to DLNA standards
## Type: yesno
## Default: "no"
## Config: minidlna
# Here you can enable/disable strictly adhere to DLNA standards.
# * This will allow server-side downscaling of very large JPEG images,
# which may hurt JPEG serving performance on (at least) Sony DLNA products.
#
# Note: the default is no
strict_dlna="no"
## Path: Network/minidlna
## Description: Define http address for default presentation url on port 80
## Type: string
## Default: ""
## Config: minidlna
# Here you can set the http address for default presentation url on port 80.
#
# Note: the default is none
presentation_url=""
## Path: Network/minidlna
## Description: Define notify interval in seconds
## Type: integer
## Default: "900"
## Config: minidlna
# Here you can change the notify interval in seconds.
#
# Note: the default is 900
notify_interval="900"
## Path: Network/minidlna
## Description: Define serial number the daemon will report to clients
## Type: integer
## Default: "12345678"
## Config: minidlna
# Here you can change the serial number the daemon will report to clients in its XML description.
#
# Note: the default is 12345678
serial="12345678"
## Path: Network/minidlna
## Description: Define model number the daemon will report to clients
## Type: integer
## Default: "1"
## Config: minidlna
# Here you can change the model number the daemon will report to clients in its XML description.
#
# Note: the default is 1
model_number="1"
## Path: Network/minidlna
## Description: Define the path to the MiniSSDPd socket
## Type: string
## Default: ""
## Config: minidlna
# Here you can set the path to the MiniSSDPd socket.
#
# Example: /var/run/minissdpd.sock
#
# Note: the default is none
minissdpdsocket=""
## Path: Network/minidlna
## Description: Define different container as root of the tree possible values
## Type: string
## Default: "."
## Config: minidlna
# Here you can use different container as root of the tree possible values.
#
# "." - use standard container (this is the default)
# "B" - "Browse Directory"
# "M" - "Music"
# "V" - "Video"
# "P" - "Pictures"
#
# if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
#
# Note: the default is "."
root_container="."
## Path: Network/minidlna
## Description: Define rescan of all media directories on minidlna startup
## Type: yesno
## Default: "no"
## Config: minidlna
# Here you can enable/disable a rescan of all media directories on minidlna startup.
#
# This can sometimes be useful as some new media files are not recognized
# while minidlna is active (possibly an bug in minidlna).
#
# Note: the default is no
rescan="yes"
Problém je v tom, že když server DLNA spustím pomocí minidlnad -R Tak se spustí, je vidět i v síti, v televizi apod.,ale není vidět žádný obsah. Mám v té konfiguraci někde chybu? V logu [2014/02/20 21:03:32] minidlna.c:975: warn: Starting MiniDLNA version 1.1.1. [2014/02/20 21:03:32] minidlna.c:345: warn: Creating new database at /var/cache/minidlna/files.db [2014/02/20 21:03:32] minidlna.c:1014: warn: HTTP listening on port 8200 [2014/02/20 21:03:32] playlist.c:125: warn: Parsing playlists... [2014/02/20 21:03:32] playlist.c:256: warn: Finished parsing playlists.mi přijde, že je vše OK. Dík za názory
Řešení dotazu:
Tiskni
Sdílej: