{"id":1602,"date":"2022-01-04T17:14:00","date_gmt":"2022-01-04T17:14:00","guid":{"rendered":"https:\/\/www.qworqs.com\/?p=1602"},"modified":"2022-09-30T17:48:21","modified_gmt":"2022-09-30T17:48:21","slug":"audio-video-libraries-at-home-dlna-etc","status":"publish","type":"post","link":"https:\/\/www.voodoo.business\/blog\/2022\/01\/04\/audio-video-libraries-at-home-dlna-etc\/","title":{"rendered":"Audio Video Libraries at home DLNA etc"},"content":{"rendered":"\n<p>This is basically a comparison of free sofwtare that you can install on your NAS or headless linux machine, I am using Debian Bullseye, but that is besides the point<\/p>\n\n\n\n<p>To run webm files (VP9) through miniDLNA, all you need to do is rename the file !<\/p>\n\n\n\n<p> <\/p>\n\n\n\n<p>My atom PC (D525) is not capable of transcoding on the fly, so i keep it, and i wrote a script to execute the following command for webm video files (and any other unsupported file) by browsing to the file in the web browser, then clicking on it, a simple script but explaining how to install it is going to take some times with permissions and server config, so i will probably be posting it online and explaining in a different post when i have the time<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ffmpeg -y -i output.webm -c:v libx265 -b:v 2600k -x265-params pass=1 -an -f null \/dev\/null &amp;&amp; \\\nffmpeg -i input -c:v libx265 -b:v 2600k -x265-params pass=2 -c:a aac -b:a 128k TEMP_OUTPUT.mp4<\/pre>\n\n\n\n<p>the most popular of the bunch is <strong>MiniDLNA<\/strong>, it does not transcode, and on openWRT it does not even serve video, so it is a good option when you have a PC storing the files, and you don&#8217;t need transcoding on the fly ! for some devices that are capable of running VP9 like modern 4K TVs,all you need to do is rename the file !<\/p>\n\n\n\n<p>Universal Media Server : Universal Media Server is a DLNA-compliant UPnP Media Server. It was originally based on PS3 Media Server by shagrath.<\/p>\n\n\n\n<p>OSMC<\/p>\n\n\n\n<p>Streama: Self hosted streaming media server.<\/p>\n\n\n\n<p>Gerbera: Free UPnP media server based on MediaTomb<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is basically a comparison of free sofwtare that you can install on your NAS or headless linux machine, I am using Debian Bullseye, but that is besides the point To run webm files (VP9) through miniDLNA, all you need to do is rename the file ! My atom PC (D525) is not capable of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[137],"tags":[],"class_list":["post-1602","post","type-post","status-publish","format-standard","hentry","category-ffmpeg"],"_links":{"self":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1602","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/comments?post=1602"}],"version-history":[{"count":3,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1602\/revisions"}],"predecessor-version":[{"id":1606,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1602\/revisions\/1606"}],"wp:attachment":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/media?parent=1602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/categories?post=1602"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/tags?post=1602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}