Editing Media Services

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
== Media Player ==
Added {{dts|2015-06-15}} to be downloaded seperately, with DLNA and USB Mass Storage support
=== File Formats and Codecs ===
==== Video ====
* MKV
** Visual: H.264/MPEG-4 AVC High Profile Level4.2
** Audio: MP3, AAC LC, AC-3(Dolby Digital)
* AVI
** Visual: MPEG4 ASP, H.264/MPEG-4 AVC High Profile Level4.2
** Audio: MP3, AAC LC, AC-3(Dolby Digital)
* MP4
** Visual: H.264/MPEG-4 AVC High Profile Level4.2
** Audio: AAC LC, AC-3(Dolby Digital)
* MPEG-2 TS
** Visual: H.264/MPEG-4 AVC High Profile Level4.2, MPEG2 Visual
** Audio: MP2(MPEG2 Audio Layer 2), AAC LC, AC-3(Dolby Digital)
** AVCHD: (.m2ts, .mts)
==== Photo ====
* JPEG (based on DCF 2.0/Exif 2.21)
* BMP
* PNG
==== Music ====
* MP3
* AAC (M4A)
=== DLNA render profiles ===
==== Universal Media Player render profile ("Sony-PlayStation4.conf" file) ====
<syntaxhighlight lang="text">
#----------------------------------------------------------------------------
# Profile for Sony PlayStation 4.
# See DefaultRenderer.conf for descriptions of all the available options.
#
RendererName = PlayStation 4
RendererIcon = ps4.png
# ============================================================================
# This renderer has sent the following string/s:
#
# User-Agent: PS4Application libhttp/1.000 (PS4) libhttp/2.51 (PlayStation 4)
# User-Agent: libhttp/2.51 (PlayStation 4)
# ============================================================================
#
UserAgentSearch = PlayStation 4
TranscodeVideo = MPEGTS-H264-AC3
MaxVideoBitrateMbps = 40
MediaInfo = true
# Supported video formats:
Supported = f:avi      v:mp4|h264    a:aac|ac3|mp3          m:video/avi
Supported = f:mkv      v:h264        a:aac|aac-he|ac3|mp3  m:video/x-matroska
Supported = f:mp4      v:h264        a:aac|ac3              m:video/mp4
Supported = f:mpegts  v:mpeg2|h264  a:aac|ac3|mpa          m:video/mpeg
# Supported audio formats:
Supported = f:aac  n:2  m:audio/x-m4a
Supported = f:mp3  n:2  m:audio/mpeg
# Supported image formats:
Supported = f:bmp    m:image/bmp
Supported = f:jpg    m:image/jpeg
Supported = f:png    m:image/png
</syntaxhighlight>
source: https://github.com/UniversalMediaServer/UniversalMediaServer/blob/master/src/main/external-resources/renderers/Sony-PlayStation4.conf
==== Plex DLNA Profile ("PlayStation 4.xml" file) ====
<syntaxhighlight lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<Client name="PlayStation 4">
  <!-- Author: Plex Inc. -->
  <Identification>
  <Header name="User-Agent" substring="UPnP/1.0 DLNADOC/1.50" />
  <Header name="User-Agent" substring="PS4Application" />
  <Header name="User-Agent" substring="PlayStation 4" />
  <Header name="X-AV-Client-Info" substring="PlayStation 4" />
  </Identification>
  <TranscodeTargets>
    <VideoProfile container="mpegts" audioCodec="aac,ac3" codec="h264">
<Setting name="VideoEncodeFlags" value="-x264opts cabac=1" />
  </VideoProfile>
  <MusicProfile container="mp3" codec="mp3" />
  <PhotoProfile container="jpeg" />
  </TranscodeTargets>
  <DirectPlayProfiles>
  <VideoProfile container="mpegts" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3" />
  <VideoProfile container="mp4" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3" />
  <VideoProfile container="mov" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3" />
  <VideoProfile container="mkv" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3" />
  <VideoProfile container="avi" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3" />
  <MusicProfile container="mp3" codec="mp3" />
  <MusicProfile container="mp4" codec="aac" />
  <PhotoProfile container="jpeg,bmp,png" />
  </DirectPlayProfiles>
  <CodecProfiles>
  <VideoCodec name="mpeg1video,mpeg2video">
<Limitations>
<UpperBound name="video.width" value="1920" />
<UpperBound name="video.height" value="1088" />
<UpperBound name="video.bitrate" value="20000" />
</Limitations>
  </VideoCodec>
  <VideoCodec name="h264,mpeg4">
<Limitations>
<UpperBound name="video.width" value="1920" />
<UpperBound name="video.height" value="1088" />
<UpperBound name="video.bitrate" value="30000" />
</Limitations>
  </VideoCodec>
  <VideoAudioCodec name="ac3,aac">
<Limitations>
<UpperBound name="audio.channels" value="6" />
</Limitations>
  </VideoAudioCodec>
  <VideoAudioCodec name="mp3">
<Limitations>
<UpperBound name="audio.channels" value="2" />
</Limitations>
  </VideoAudioCodec>
  <MusicCodec name="aac">
<Limitations>
<UpperBound name="audio.channels" value="2" />
</Limitations>
  </MusicCodec>
  </CodecProfiles>
  <ContainerProfiles>
  <PhotoContainer name="*">
<Limitations>
<UpperBound name="media.width" value="1280" />
<UpperBound name="media.height" value="720" />
</Limitations>
  </PhotoContainer>
  </ContainerProfiles>
</Client>
</syntaxhighlight>
Location for above XML file:
* Windows: %PROGRAMFILES%\Plex\Plex Media Server\Resources\Profiles
* Mac: ~/Library/Application Support/Plex Media Server/Profiles
* debian: /usr/lib/plexmediaserver/Resources/Profiles
* FreeNAS: /usr/pbi/plexmediaserver-amd64/share/plexmediaserver/Resources/Profiles
=== Gallery ===
<gallery>
File:PS4 Media Player - image1.jpg|PS4 Media Player - image1
File:PS4 Media Player - image2.jpg|PS4 Media Player - image2
File:PS4 Media Player - image3.jpg|PS4 Media Player - image3
</gallery>
* http://blog.eu.playstation.com/2015/06/16/media-player-launches-on-ps4-today/
* http://blog.us.playstation.com/2015/06/15/media-player-coming-to-ps4/
== Mediaservices ==
== Mediaservices ==
<div style="float:right">[[File:PS4 mediaservices.png|200px|thumb|left|PS4 mediaservices]]</div>
<div style="float:right">[[File:PS4 mediaservices.png|200px|thumb|left|PS4 mediaservices]]</div>


* [http://en.wikipedia.org/wiki/3Player 3Player] (IRL) PS3-only
* [http://en.wikipedia.org/wiki/3Player 3Player] (IRL) PS3-only
* [http://en.wikipedia.org/wiki/All_4 4oD (All 4)] [https://store.playstation.com/#!/en-gb/apps/all-4/cid=EP4449-NPEB01271_00-CHANNEL404OD0100 NPEB01271] (UK) PS3-only, PS4-planned
* [http://en.wikipedia.org/wiki/4oD 4oD] (UK)
* [http://en.wikipedia.org/wiki/ABC_iview ABC iview] (AUS)
* [http://en.wikipedia.org/wiki/ABC_iview ABC iview] (AUS)
* [http://en.wikipedia.org/wiki/Amazon_Instant_Video Amazon Instant Video] [https://store.playstation.com/#!/en-us/apps/amazon/cid=UP2064-CUSA00130_00-AIV00000000000US CUSA00130] [https://store.playstation.com/#!/en-gb/apps/amazon/cid=EP4183-CUSA00126_00-AIV00000000000EU CUSA00126] (CAN, GER, UK, USA)
* [http://en.wikipedia.org/wiki/Amazon_Instant_Video Amazon Instant Video] [https://store.playstation.com/#!/en-us/apps/amazon/cid=UP2064-CUSA00130_00-AIV00000000000US CUSA00130] [https://store.playstation.com/#!/en-gb/apps/amazon/cid=EP4183-CUSA00126_00-AIV00000000000EU CUSA00126] (CAN, GER, UK, USA)
Line 166: Line 14:
* [http://en.wikipedia.org/wiki/CinemaNow CinemaNow] (USA) PS3-only
* [http://en.wikipedia.org/wiki/CinemaNow CinemaNow] (USA) PS3-only
* [http://en.wikipedia.org/wiki/Crackle_(company) Crackle] [https://store.playstation.com/#!/en-us/apps/crackle/cid=US0007-CUSA00059_00-CRACKLEPS4TRILIT CUSA00059] (CAN, MEX, USA)
* [http://en.wikipedia.org/wiki/Crackle_(company) Crackle] [https://store.playstation.com/#!/en-us/apps/crackle/cid=US0007-CUSA00059_00-CRACKLEPS4TRILIT CUSA00059] (CAN, MEX, USA)
* [http://en.wikipedia.org/wiki/Crunchyroll Crunchyroll] [https://store.playstation.com/#!/en-us/apps/crunchyroll-watch-the-latest-anime-drama/cid=UP2074-CUSA00095_00-201310082029XXXX CUSA00095] (ARG, BRA, CAN, CHL, COL, MEX, PER, USA)
* [http://en.wikipedia.org/wiki/Crunchyroll Crunchyroll] [https://store.playstation.com/#!/en-us/apps/crunchyroll-watch-the-latest-anime-drama/cid=UP2074-CUSA00095_00-201310082029XXXX CUSA00095] (CAN, IRL, MEX, UK, USA)
* [http://en.wikipedia.org/wiki/Dailymotion Dailymotion]
* [http://en.wikipedia.org/wiki/Dailymotion Dailymotion]
* [http://en.wikipedia.org/wiki/Demand_5 Demand 5]  [https://store.playstation.com/#!/en-gb/apps/demand-5/cid=EP4346-CUSA00248_00-CHANNEL50DEMAND5 CUSA00248] (UK)
* [http://en.wikipedia.org/wiki/Demand_5 Demand 5]  [https://store.playstation.com/#!/en-gb/apps/demand-5/cid=EP4346-CUSA00248_00-CHANNEL50DEMAND5 CUSA00248] (UK)
* [http://en.wikipedia.org/wiki/Dish_Network DiSH Network] [https://store.playstation.com/#!/en-us/apps/dish/cid=UP2112-CUSA00959_00-ECHOVIRTUALJOEY1 CUSA00959] (USA)
* [http://en.wikipedia.org/wiki/Dish_Network DiSH Network] [https://store.playstation.com/#!/en-us/apps/dish/cid=UP2112-CUSA00959_00-ECHOVIRTUALJOEY1 CUSA00959] (USA)
* [http://en.wikipedia.org/wiki/DMM_Corporation DMM.com] (JPN) PSVita-only
* [http://en.wikipedia.org/wiki/DMM_Corporation DMM.com] (JPN) PSVita-only
* DVDPost (BE) planned
* [http://ja.wikipedia.org/wiki/%E6%A5%BD%E5%A4%A9Edy edyViewer] (JPN) PS3-only
* [http://ja.wikipedia.org/wiki/%E6%A5%BD%E5%A4%A9Edy edyViewer] (JPN) PS3-only
* [http://en.wikipedia.org/wiki/Epix_(TV_network) Epix] [https://store.playstation.com/#!/en-us/apps/epix/cid=UT9003-CUSA00098_00-EPIXHD0000001003 CUSA00098] (USA)
* [http://en.wikipedia.org/wiki/Epix_(TV_network) Epix] [https://store.playstation.com/#!/en-us/apps/epix/cid=UT9003-CUSA00098_00-EPIXHD0000001003 CUSA00098] (USA)
Line 199: Line 46:
* [http://en.wikipedia.org/wiki/MLB.tv MLB.tv] [https://store.playstation.com/#!/en-us/apps/mlbtv-premium/cid=UP0181-CUSA01974_00-MLBTVPS4US000001 CUSA01974] (CAN, MEX, USA)
* [http://en.wikipedia.org/wiki/MLB.tv MLB.tv] [https://store.playstation.com/#!/en-us/apps/mlbtv-premium/cid=UP0181-CUSA01974_00-MLBTVPS4US000001 CUSA01974] (CAN, MEX, USA)
* [http://en.wikipedia.org/wiki/MUBI_(website) MUBI]
* [http://en.wikipedia.org/wiki/MUBI_(website) MUBI]
* [http://ja.wikipedia.org/wiki/Nasne naspocket] (known as Network Media Player in other regions) [https://store.playstation.com/#!/en-ie/apps/network-media-player/cid=EP9000-PCSF00635_00-NASPOCKET000SCEE PCSF00635] (JPN, IRL) PSVita-only
* [http://ja.wikipedia.org/wiki/Nasne naspocket] (JPN) PSVita-only
* [http://en.wikipedia.org/wiki/NBA_League_Pass NBA Game Time] [https://store.playstation.com/#!/en-us/apps/nba-game-time-ps4/cid=UP9002-CUSA00214_00-NBAGAMETIMEAPP00 CUSA00214] (ARG, BRA, CAN, CHI, DOM, MEX, JPN, USA)
* [http://en.wikipedia.org/wiki/NBA_League_Pass NBA Game Time] [https://store.playstation.com/#!/en-us/apps/nba-game-time-ps4/cid=UP9002-CUSA00214_00-NBAGAMETIMEAPP00 CUSA00214] (ARG, BRA, CAN, CHI, DOM, MEX, JPN, USA)
* [http://en.wikipedia.org/wiki/Neon_Alley Neon Alley] (CAN, USA) discontinued, moved to Hulu Plus
* [http://en.wikipedia.org/wiki/Neon_Alley Neon Alley] (CAN, USA) discontinued, moved to Hulu Plus
Line 251: Line 98:
* [http://de.wikipedia.org/wiki/Watchever Watchever] [https://store.playstation.com/#!/de-de/apps/watchever/cid=EP4378-CUSA00075_00-WATCHEVERFULL000 CUSA00075] (Germany)
* [http://de.wikipedia.org/wiki/Watchever Watchever] [https://store.playstation.com/#!/de-de/apps/watchever/cid=EP4378-CUSA00075_00-WATCHEVERFULL000 CUSA00075] (Germany)
* [http://en.wikipedia.org/wiki/Wuaki.tv Wuaki.tv] (Spain)
* [http://en.wikipedia.org/wiki/Wuaki.tv Wuaki.tv] (Spain)
* [http://en.wikipedia.org/wiki/WWE_Network WWE Network] [https://store.playstation.com/#!/en-us/apps/wwe-network/cid=UT0025-CUSA00429_00-WWE0000000000001 CUSA00429] [https://store.playstation.com/#!/en-gb/apps/wwe-network/cid=EP4505-CUSA01092_00-WWE0000000000001 CUSA01092] (ARG, BRA, CHL, COL, MEX, PER, USA, AUS, BEL, BGR, HRV, CZE, DNK, FIN, GBR, GRC, HUN, IRL, ISR, LUX, NLD, NZL, NOR, POL, PRT, RUS, SWE, SVN, TUR, ZAF)
* [http://en.wikipedia.org/wiki/WWE_Network WWE Network] [https://store.playstation.com/#!/en-us/apps/wwe-network/cid=UT0025-CUSA00429_00-WWE0000000000001 CUSA00429] [https://store.playstation.com/#!/en-gb/apps/wwe-network/cid=EP4505-CUSA01092_00-WWE0000000000001 CUSA01092] (IRL, UK, USA)
* <span style="text-decoration: line-through;">[http://nl.wikipedia.org/wiki/Video_on_demand#Aanbod Ximon] (Belgium, Netherlands)</span> <!--// http://4theplayers.nl/geen-ps4-ximon-app-meer-eind-januari-want-ximon-stopt/ //-->discontinued
* <span style="text-decoration: line-through;">[http://nl.wikipedia.org/wiki/Video_on_demand#Aanbod Ximon] (Belgium, Netherlands)</span> <!--// http://4theplayers.nl/geen-ps4-ximon-app-meer-eind-januari-want-ximon-stopt/ //-->discontinued
* [http://en.wikipedia.org/wiki/YLE YLE] (Finland)
* [http://en.wikipedia.org/wiki/YLE YLE] (Finland)
Please note that all contributions to PS4 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS4 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)