Differences

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

Link to this comparison view

Next revision
Previous revision
ps4 [2017/04/07 12:20]
beandog created
ps4 [2021/09/02 17:13] (current)
beandog [Media Player: DLNA Support]
Line 2: Line 2:
  
   * [[http://​manuals.playstation.net/​document/​en/​ps4/​videos/​mp_format_v.html|Supported file formats]]   * [[http://​manuals.playstation.net/​document/​en/​ps4/​videos/​mp_format_v.html|Supported file formats]]
 +
 +==== Media Player: DLNA Support ====
 +
 +It can't stream Matroska (that I can see), but it will take pretty much anything if it's in an MPEG2-TS container.
 +
 +That's what I'm using to copy my DVDs over directly so there'​s no loss.
 +
 +<​code>​
 +ffmpeg -i movie.mkv -c copy movie.m2ts
 +</​code>​
 +
 +** Supported **
 +
 +  * H.264 + AAC + MP4 (this is just a slapped together list, I haven'​t looked at levels)
 +  * MPEG2 + AC3 + M2TS
 +  * MP4 movie titles
 +  * Resume playback for multiple files, across multiple sessions
 +  * Recently played list
 +  * DLNA server icon
 +  * Video thumbnails (Plex DLNA server supports it, don't know how to duplicate in other DLNA servers)
 +
 +** Not Supported **
 +
 +  * VC-1
 +  * MPEG2 + AC3 + MP4
 +  * VOBSUB
 +  * Video covers in the MP4 file
 +
 +Plex's DLNA server streams to it just fine as well, and it will do a Direct Play on H.264+AAC+MP4 videos.
 +
 +** Filesystems **
 +
 +PS4 can playback media on a FAT32 and exFAT filesystem.

Navigation