jellyfin / jellyfin-tizen

Jellyfin Samsung TV Client
https://jellyfin.org
1k stars 79 forks source link

Can’t switch audio from TV app #172

Open ai opened 1 year ago

ai commented 1 year ago

I installed app by Docker image.

I tried a few different .mp4 and .mkv files and found a bug with audio switching.

TV app plays only audio matched to app language. I can’t switch audio in both video player and video page. I can change the audio in the selector, but TV will play the default audio.

I tried the same in both web app and Android app and it works there. The problem only in TV app.

There is no problem with switching between subtitles, I found a problem only with audio.

dmitrylyzo commented 1 year ago

This is known issue. It will be fixed in the next release (10.8.9). If your TV is Tizen < 5.5, it will remux - audioTracks API doesn't work as expected.

ai commented 1 year ago

Nice!

Am I right that I need to re-install app by Docker on release?

How I can subscribe for new releases?

dmitrylyzo commented 1 year ago

Am I right that I need to re-install app by Docker on release?

Yes, if you're using those builds - the app needs to be rebuilt with the new web.

How I can subscribe for new releases?

Here will be a note. Not sure if you can only subscribe to releases.

ai commented 1 year ago

@dmitrylyzo I installed the new version but we still have an issue with audio switching.

What debug info I can get you to help?

dmitrylyzo commented 1 year ago

What version of Tizen?

Is Allow video playback that requires conversion without re-encoding enabled for the user? Dashboard / Users / Profile

ai commented 1 year ago

What version of Tizen?

SettingsSupportSystem update shows: Version 1330

TV Model UE49NU7105

Is Allow video playback that requires conversion without re-encoding enabled for the

Yes

dmitrylyzo commented 1 year ago

TV Model UE49NU7105

I guess this is Tizen 4 (https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html). Selecting a non-first audio track should result in remuxing (if both video and audio codecs are supported).

How it plays (DirectPlay/Remuxing/DirectStreaming/Transcoding)? Playback Info in the player or i button on the Dashboard

If it is not DirectPlay, please post the ffmpeg log.