[API Question] Undestanding transcoding options while using API #5209

Closed
opened 2025-12-22 01:20:04 +01:00 by backuprepo · 0 comments
Owner

Originally created by @avdept on GitHub (Nov 2, 2023).

Hey folks, so I'm using Jellyfin api for JellyBox player, however I'm kinda stuck with making proper calls to streaming endpoint and understanding query params. So there are these params

'TranscodingContainer': 'm4a',
 'AudioCodec': 'm4a',
 'Container': 'mp3,aac,m4a|aac,m4b|aac,flac,alac,m4a|alac,m4b|alac,wav,m4a,aiff,aif',

while I understand TranscodintContainer and AudioCodec params, what is Container, and what's the format of its value?
I'm using endpoint Audio/:id/universal

What I'm trying to achieve - ensure iOS devices can play lossless audio, assuming my app doesn't support playing FLAC, however do support ALAC.

Need your guidance on correct api usage.
Thanks

Originally created by @avdept on GitHub (Nov 2, 2023). Hey folks, so I'm using Jellyfin api for JellyBox player, however I'm kinda stuck with making proper calls to streaming endpoint and understanding query params. So there are these params ``` 'TranscodingContainer': 'm4a', 'AudioCodec': 'm4a', 'Container': 'mp3,aac,m4a|aac,m4b|aac,flac,alac,m4a|alac,m4b|alac,wav,m4a,aiff,aif', ``` while I understand TranscodintContainer and AudioCodec params, what is Container, and what's the format of its value? I'm using endpoint `Audio/:id/universal` What I'm trying to achieve - ensure iOS devices can play lossless audio, assuming my app doesn't support playing FLAC, however do support ALAC. Need your guidance on correct api usage. Thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#5209
No description provided.