Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct DLNA audio codecs for PS3 and PS4 #4807

Merged
merged 1 commit into from
Dec 16, 2020
Merged

Conversation

nyanmisaka
Copy link
Member

@nyanmisaka nyanmisaka commented Dec 16, 2020

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

@nyanmisaka nyanmisaka added the stable backport Backport into the next stable release label Dec 16, 2020
@nyanmisaka nyanmisaka added this to Active PRs in Release 10.7.0 Dec 16, 2020
@nyanmisaka nyanmisaka changed the title Correct DLNA audio codecs for PS4 Correct DLNA audio codecs for PS3 and PS4 Dec 16, 2020
@cvium cvium merged commit 1f2488d into jellyfin:master Dec 16, 2020
Release 10.7.0 automation moved this from Active PRs to Completed PRs Dec 16, 2020
@nyanmisaka nyanmisaka deleted the ps4-dlna branch December 16, 2020 16:22
joshuaboniface pushed a commit that referenced this pull request Dec 30, 2020
Correct DLNA audio codecs for PS3 and PS4

(cherry picked from commit 1f2488d)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
@joshuaboniface joshuaboniface removed the stable backport Backport into the next stable release label Dec 30, 2020
@joshuaboniface joshuaboniface moved this from Completed PRs to Jellyfinished in Release 10.7.0 Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 10.7.0
  
Jellyfinished
Development

Successfully merging this pull request may close these issues.

PS4 DLNA appears to be incompatible with TS container, so no videos that requires remux/transcode appears
4 participants