Коди Фен Форум България

Пълна версия: DS918 + стрийминг филми, изрязване на звук
В момента виждате орязана версия на нашия форум. Вижте пълната версия с подходящо форматиране.
I have Synology DS918 + NAS connected via ethernet (through my home network) to my Nvidia Shield TV. I'm running Kodi (the latest edition) of Shield connecting via NFS. I can confirm that the NAS recognizes the connection as gigabit Ethernet. However, when I release .mkv files, there are inconvenience in the sound from time to time. The picture appears intact and the sound returns in a few seconds. I'm trying to handle it if it affects all types of files but it definitely has 4k files with Dolby true HD enabled.  Facebook Netflix Skype



Are there any settings I need to check to resolve the situation either in Kodi (or Nas)?

thanks
Are you using a AV Amlifier? Passthrougt enabled?
I have a similar configuratin - FireTv 4K but older NAS - DS214Play - everything works like a charm!
As you probably know, Plex is XBMC (Kodi) based and is used for video streaming via LAN and Internet. So read which formats are suitable for streaming and what are the web optimized files (moved atom bit).

Via FFmpeg, the atom bit of MP4 files, can be moved via this command:

Код:
ffmpeg -i "input_file_name.mp4" -map_metadata 1 -movflags faststart -map_chapters -1 -vcodec copy -acodec copy -threads 0 "output_file_name.mp4"