Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
virtualisation:media-portal [2018/02/27 12:08]
buettner
virtualisation:media-portal [2018/02/28 11:50]
buettner
Line 1: Line 1:
 ===== Emby Media Server on NB2800 ===== ===== Emby Media Server on NB2800 =====
  
-This article shows you how to install and run an Emby Media Server on your router (e.g. NB2800)+This article shows you how to install and run an Emby Media Server on your router (e.g. NB2800)
 + 
 +[[https://​emby.media/​|Emby]] is a freemium server/​client-based media platform. It connects metadata to your files and lets you show your media on a huge variety of client devices. 
  
 ===Preparations=== ===Preparations===
Line 11: Line 14:
  
 ===Install Emby=== ===Install Emby===
-[[https://​emby.media/​|Emby]] is a freemium server/​client-based media platform. It connects metadata to your files and lets you show your media on a huge variety of client devices. 
  
 Before the installation of Emby Media Server starts, some other programs have to be installed: Before the installation of Emby Media Server starts, some other programs have to be installed:
Line 87: Line 89:
 </​code>​ </​code>​
 which contains the following: which contains the following:
-<konsole>+<code c ffmpeg>
 #!/bin/bash #!/bin/bash
 if [ "​$USER"​ != "​emby"​ ]; then if [ "​$USER"​ != "​emby"​ ]; then
Line 97: Line 99:
  ln -- "​$source"​ "​$target"​  ln -- "​$source"​ "​$target"​
 fi fi
-</konsole>+</code>
  
 The best video codec that almost every web browser on the most clients can play directly is h.264. The best video codec that almost every web browser on the most clients can play directly is h.264.