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
dlna [2014/07/19 00:29]
beandog
dlna [2021/10/17 19:19] (current)
beandog [DLNA]
Line 1: Line 1:
 ====== DLNA ====== ====== DLNA ======
  
 +  * [[DLNA HTTP Requests]]
   * [[x264]]   * [[x264]]
   * [[Matroska]]   * [[Matroska]]
   * [[MP4]]   * [[MP4]]
   * [[minidlna]] - best DLNA server, evar! :D   * [[minidlna]] - best DLNA server, evar! :D
-  * [[Sony BDP-S390]] 
-  * [[Sony BDP-S5100]] 
   * [[PS3]]   * [[PS3]]
  
Line 43: Line 42:
   * Figure out how resume-playback works -- I'm guessing that the DLNA server makes a request for a starting point   * Figure out how resume-playback works -- I'm guessing that the DLNA server makes a request for a starting point
  
-==== Best Practices: DLNA ==== 
  
-When it comes to encoding video with x264 for embedded devices that do playback (Blu-ray players, Roku, etc.), your **safest bet** is to use little to no advanced H.264 features. ​ The reason being is that you have to assume that the playback software could be dumb as rocks, and throwing some advanced stuff its way may only make playback poor. 
- 
-General testing with various encoding settings is a reasonable approach, but if you want to keep it safe, focus on changing the CRF or constant bitrate, or the preset, and that's it.  That'​ll give you good quality without taking risks for playback. 

Navigation