Advertisement
Guest User

Untitled

a guest
Jun 1st, 2016
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. #----------------------------------------------------------------------------
  2. # Custom Device profile
  3. # See DefaultRenderer.conf for descriptions of all possible renderer options
  4. # and UMS.conf for program options.
  5.  
  6. # Options in this file override the default settings for the specific [TV] UE48JU6050 device(s) listed below.
  7. # Specify devices by uuid (or address if no uuid), separated by commas if more than one.
  8.  
  9. Device = uuid:95cd1774-9688-4d80-a904-f11c3a0c7817
  10.  
  11. #----------------------------------------------------------------------------
  12. # Profile for Samsung E+ series TVs and Blu-ray players with AllShare DLNA.
  13. # See DefaultRenderer.conf for descriptions of all the available options.
  14. # http://ps3mediaserver.org/forum/viewtopic.php?f=15&t=8889
  15. # Version: 1.4.4 (modified)
  16. #
  17.  
  18. RendererName = Samsung J Series
  19. RendererIcon = samsung-tv.png
  20.  
  21. # ============================================================================
  22. # This renderer has sent the following string/s:
  23. #
  24. # TV: User-Agent:
  25. # --------------------------
  26. # UE46ES8000 SEC_HHP_[TV]UE46ES8000/1.0 DLNADOC/1.50
  27. # UE40H 5500AW SEC_HHP_[TV]Samsung LED40/1.0 DLNADOC/1.50
  28. # SEC_HHP_[TV] Samsung/1.0 DLNADOC/1.50
  29. # UN55ES6100 SEC_HHP_[TV]UN55ES6100/1.0 DLNADOC/1.50
  30. # UE37ES5500 SEC_HHP_[TV]UE37ES5500/1.0 DLNADOC/1.50
  31. #
  32. # Note: for maximum compatibility the regex is defined negatively as anything
  33. # not matching a C/D series UA (see SamsungAllShare-CD.conf). The positive
  34. # definition would be:
  35. # UserAgentSearch = SEC_HHP.*(TV|HT|BD).*([E-Z]S?\d{4}|Samsung.*\d{2})/
  36. # ============================================================================
  37. #
  38.  
  39. # Prioritize this conf over other matches
  40. LoadingPriority = 1
  41.  
  42. UserAgentSearch = SEC_HHP
  43. UpnpDetailsSearch = (J|JU|JS)S?\d{3}\d? , (Samsung|AllShare)
  44.  
  45. H264Level41Limited = false
  46. TranscodeVideo = MPEGTS-H265-AAC
  47. TranscodeFastStart = true
  48. ThumbnailAsResource = true
  49. DefaultVBVBufSize = true
  50. MuxDTSToMpeg = false
  51. WrapEncodedAudioIntoPCM = true
  52. MaxVideoBitrateMbps = 80
  53. TranscodedVideoFileSize = 100000000000
  54. ChunkedTransfer = true
  55. #SubtitleHttpHeader = CaptionInfo.sec
  56. PrependTrackNumbers = true
  57. #CharMap = / :
  58. UseClosedCaption = true
  59. MediaInfo = true
  60.  
  61. # Supported video formats:
  62. Supported = f:avi|mkv m:video/x-matroska
  63. Supported = f:flv m:video/mp4
  64. Supported = f:f4v m:video/mp4
  65. Supported = f:mov m:video/quicktime
  66. Supported = f:mp4|mpegps|mpegts m:video/mpeg
  67. Supported = f:wmv m:video/x-ms-wmv n:6
  68. Supported = f:m4v m:video/x-m4v
  69. Supported = f:3gp|3g2 m:video/3gpp
  70. Supported = f:webm m:video/webm
  71.  
  72. # Supported audio formats:
  73. Supported = f:aac n:2 a:(?!alac).+ m:audio/x-m4a
  74. Supported = f:atrac n:2 m:audio/x-oma
  75. Supported = f:mp3 n:2 m:audio/mpeg
  76. Supported = f:wav a:lpcm n:6 s:48000 m:audio/wav
  77. Supported = f:wav n:2 s:48000 m:audio/wav
  78. Supported = f:wma n:2 m:audio/x-ms-wma
  79.  
  80. # Supported image formats:
  81. Supported = f:jpg m:image/jpeg
  82. Supported = f:png m:image/png
  83. Supported = f:bmp m:image/bmp
  84.  
  85. # Supported subtitles formats:
  86. SupportedExternalSubtitlesFormats = SUBRIP,ASS,SSA,TEXT,MICRODVD,WEBTT,SAMI
  87. SupportedInternalSubtitlesFormats = SUBRIP,ASS,SSA,TEXT,MICRODVD,WEBTT,SAMI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement