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

Add missing audioCodec to music transcode #4136

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

nielsvanvelzen
Copy link
Member

Starting with 10.10 the transcode for music started to fail. After investigating (jellyfin/jellyfin#12926) we found various issues, and this code shouldn't have worked with 10.9 as well (unable to test as I don't have a 10.9 server anymore).
Adding the audio codec to the HLS playlist request fixes transcoding for the sample file I received.

Changes

  • Add missing audio codec to audio/music transcode request
  • Use mp4+aac instead of mp3

Issues

@nielsvanvelzen nielsvanvelzen added bug Something isn't working backportable Change may be backported to a point release (remove label once cherrypicked) labels Oct 31, 2024
@nielsvanvelzen nielsvanvelzen added this to the v0.18.0 milestone Oct 31, 2024
@nielsvanvelzen nielsvanvelzen merged commit 0f97f5a into jellyfin:master Oct 31, 2024
5 checks passed
@nielsvanvelzen nielsvanvelzen deleted the fix-music-transcode branch October 31, 2024 22:01
@nielsvanvelzen nielsvanvelzen removed the backportable Change may be backported to a point release (remove label once cherrypicked) label Nov 1, 2024
@nielsvanvelzen nielsvanvelzen modified the milestones: v0.18.0, v0.17.9 Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants