Advertisement
arabek

UMS-Playstation4-renderer config - v2

Jun 17th, 2015
1,670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. #----------------------------------------------------------------------------
  2. # Profile for Sony PlayStation 4. (v2) - by arab
  3. # See DefaultRenderer.conf for descriptions of all the available options.
  4. #
  5. RendererName = PlayStation 4
  6. RendererIcon = ps4.png
  7.  
  8. # ============================================================================
  9. # This renderer has sent the following string/s:
  10. #
  11. # User-Agent: PS4Application libhttp/1.000 (PS4) libhttp/2.51 (PlayStation 4)
  12. # ============================================================================
  13.  
  14. UserAgentSearch = PS4
  15.  
  16. SeekByTime = true
  17. DLNALocalizationRequired = true
  18. CreateDLNATreeFaster = true
  19. ForceJPGThumbnails = true
  20. ThumbnailAsResource = false
  21. AccurateDLNAOrgPN = true
  22. MuxNonMod4Resolution = false
  23. DefaultVBVBufSize = true
  24. TranscodeFastStart = true
  25. TranscodedVideoFileSize = -1
  26. MimeTypesChanges = video/x-divx=video/avi
  27. AutoExifRotate = true
  28. MediaInfo = true
  29. ThumbnailSize = 128x128
  30. SubtitleHttpHeader = CaptionInfo.sec
  31. PrependTrackNumbers = true
  32.  
  33. TranscodeVideo = MPEGTS-MPEG2-AC3
  34. # disable for now to test the transcode/streaming functions for audio/radio support
  35. #TranscodeAudio = MP3
  36.  
  37. TranscodeExtensions = dvr-ms,dvr,dv,ty,mov,ogm,hdmov,hdm,rmv,rmvb,rm,asf,evo,asx,flv,m2v,mpe,mod,tivo,ty,tmf,ts,tp,m2p,wmv,wm,div,flac,mlp,fla,wma,dts,mka,ape,ogg,shn,mpc,ra,mp2,wv,oma,aa3,gif,arw,cr2,crw,dng,raf,mrw,nef,pef,tif,tiff
  38. StreamExtensions = mkv,m2ts,mts,mp4,m4v,avi,divx,m4a,mp3,aac
  39.  
  40. # Supported video formats:
  41. # based on https://raw.githubusercontent.com/UniversalMediaServer/UniversalMediaServer/8f89a4b4ca7c051b62833593ebb5b1c9dc8a7a36/src/main/external-resources/renderers/Sony-PlayStation4.conf by SubJunk & some local tests
  42. Supported = f:mpegts v:mp4|h264|mpeg2 a:ac3|aac|mpa m:video/mpeg
  43. Supported = f:mp4 v:mp4|h264 a:ac3|aac m:video/mp4
  44. Supported = f:avi|divx v:mp4|h264|divx a:ac3|aac|mp3 m:video/avi
  45. Supported = f:mkv v:mp4|h264 a:ac3|aac|mp3 m:video/x-matroska
  46.  
  47. # Supported audio formats:
  48. Supported = f:mp3 n:2 m:audio/mpeg
  49. Supported = f:aac a:(?!alac).+ n:2 m:audio/x-m4a
  50.  
  51. # Supported image formats:
  52. Supported = f:jpg m:image/jpeg
  53. Supported = f:png m:image/png
  54. Supported = f:bmp m:image/bmp
  55.  
  56. SupportedExternalSubtitlesFormats = SUBRIP,ASS,TEXT,MICRODVD,WEBTT,SAMI
  57. # internal subtitle formats in mkv have been reported as not working
  58.  
  59. # Taken from: http://manuals.playstation.net/document/en/ps4/videos/mp_format_v.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement