[PR #4807] [MERGED] Correct DLNA audio codecs for PS3 and PS4 #10288

Closed
opened 2026-02-07 06:17:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4807
Author: @nyanmisaka
Created: 12/16/2020
Status: Merged
Merged: 12/16/2020
Merged by: @cvium

Base: masterHead: ps4-dlna


📝 Commits (1)

  • 7c3f2e7 Correct DLNA audio codecs for PS3 and PS4

📊 Changes

4 files changed (+8 additions, -8 deletions)

View changed files

📝 Emby.Dlna/Profiles/SonyPs3Profile.cs (+2 -2)
📝 Emby.Dlna/Profiles/SonyPs4Profile.cs (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sony PlayStation 4.xml (+2 -2)

📄 Description

Changes

  • MP3 in MPEG-TS is not supported by PS3 and PS4, use AAC instead.

https://manuals.playstation.net/document/en/ps3/current/video/filetypes.html

MPEG-2 PS (MPEG2 Audio Layer 2, AAC LC, AC3(Dolby Digital), LPCM)
MPEG-2 TS(MPEG2 Audio Layer 2, AC3(Dolby Digital), AAC LC)
MPEG-2 TS(H.264/MPEG-4 AVC, AAC LC)

https://manuals.playstation.net/document/gb/ps4/music/mp_format_m.html

MPEG-2 TS
Video: H.264/MPEG-4 AVC High Profile Level 4.2, MPEG2 Visual
Audio: MP2 (MPEG2 Audio Layer 2), AAC LC, AC-3 (Dolby Digital)

Issues
Fixes #4806


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4807 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 12/16/2020 **Status:** ✅ Merged **Merged:** 12/16/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `ps4-dlna` --- ### 📝 Commits (1) - [`7c3f2e7`](https://github.com/jellyfin/jellyfin/commit/7c3f2e7c599908bb4cdf027794950875efd5fb50) Correct DLNA audio codecs for PS3 and PS4 ### 📊 Changes **4 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/Profiles/SonyPs3Profile.cs` (+2 -2) 📝 `Emby.Dlna/Profiles/SonyPs4Profile.cs` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sony PlayStation 4.xml` (+2 -2) </details> ### 📄 Description **Changes** - MP3 in MPEG-TS is not supported by PS3 and PS4, use AAC instead. https://manuals.playstation.net/document/en/ps3/current/video/filetypes.html > MPEG-2 PS (MPEG2 Audio Layer 2, AAC LC, AC3(Dolby Digital), LPCM) > MPEG-2 TS(MPEG2 Audio Layer 2, AC3(Dolby Digital), AAC LC) > MPEG-2 TS(H.264/MPEG-4 AVC, AAC LC) https://manuals.playstation.net/document/gb/ps4/music/mp_format_m.html > MPEG-2 TS > Video: H.264/MPEG-4 AVC High Profile Level 4.2, MPEG2 Visual > Audio: MP2 (MPEG2 Audio Layer 2), AAC LC, AC-3 (Dolby Digital) **Issues** Fixes #4806 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:17:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10288