| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| ps3 [2017/08/05 19:16] – [PS3 DLNA Playback Support] beandog | ps3 [2021/10/18 01:35] (current) – [PS3 DLNA Playback Support] beandog |
|---|
| |
| ==== PS3 DLNA Playback Support ==== | ==== PS3 DLNA Playback Support ==== |
| | |
| | All these are tested using ''minidlna'' v1.2.0. |
| |
| Video: | Video: |
| |
| | * DVD VOB (without VOBSUB only; with CC will playback fine, but without subtitles) |
| * DVD VOB M2TS | * DVD VOB M2TS |
| * DVD MPG | * H264 AAC MP4 |
| | * H264 Dolby TrueHD M2TS (Blu-ray) |
| | |
| | Bleh. I lost interest in documenting all of this, I'm sure it at least supports what's available on the [[Sony Blu-ray Players]] though. I can say for certain though that it //does not// stream VC1 or support playback on USB or its HDD. MPEG2 does work though. |
| |
| Audio: | Audio: |
| For video, it may error out in a few more situations. It may show the video icon when first browsing a directory, but when going to playback, will display "The data type is not supported" screen, and then change the icon in the directory to the "Unsupported Data" one. | For video, it may error out in a few more situations. It may show the video icon when first browsing a directory, but when going to playback, will display "The data type is not supported" screen, and then change the icon in the directory to the "Unsupported Data" one. |
| |
| I ran into one combination where the player starts, but the PS3 stops -- a DVD in .MPG. | I ran into one combination where the player starts, but the PS3 stops -- a DVD in .MPG. I could stop the PS3 with the PS button, but that was it. It crankily beeps at me a few times when I do (also sometimes). |
| | |
| | For resume playback on DLNA, the PS3 will remember last play point on all files it had been playing during the same power-on session. It does not remember them after a restart. |
| | |
| | Amazingly, the PS3 will let you copy a file straight from a DLNA server to its hard drive!!!!! I managed to copy a Blu-ray I'd ripped on my desktop over to the PS3 this way. :) |
| | |
| | Incidentally, the one I used, had Dolby TrueHD audio for the only English track, so I had to re-encode it to Dolby Digital. The PS3 doesn't support PGS (subtitles), so I just dropped those. |
| | |
| | <code> |
| | ffmpeg -y -i blu-ray.m2ts -map v:0 -vcodec copy -map a:0 -acodec ac3 -sn h264.truehd-to-ac3.mp4 |
| | </code> |