jellyfin-archive / jellyfin-android-original

Android Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
271 stars 65 forks source link

Jellyfin Android no audio when i play the DTS files. #282

Closed shawnzhou1120 closed 4 years ago

shawnzhou1120 commented 4 years ago

I download the jellyfin android in PLAY store. There are no audio when i play the DTS files. my phone is the Android Q Is it global issue?

JustAMan commented 4 years ago

Yes, current app supports playing only what your WebView (read: phone browser) supports. The audio should be transcoded to AAC, though, did you disable transcoding on your server?..

Also a lot more formats would be playable by app without transcoding when https://github.com/jellyfin/jellyfin-android/pull/238 lands.

shawnzhou1120 commented 4 years ago

yes ,i have disable transconding on my server.

got it ,thanks

JustAMan commented 4 years ago

I'm inclined to close it for now as it's as expected. Thoughts @shawnzhou1120 @dkanada @thornbill ?

thornbill commented 4 years ago

Agreed. Let’s close this one. There’s really nothing we can do if transcoding is disabled and the player doesn’t support the format (beyond changing the player which is in progress).