You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in our MPD (attached) we got three audio tracks. Two for 'de' and one 'en'.
de audio 2.0
de audio 5.1
en audio 2.0
video_player_avplay identifies the tracks with =>
[I] flutter: trackId: 0 | language: de | channel: 2 | bitrate: 210765
[I] flutter: trackId: 1 | language: de | channel: 0 | bitrate: 361898
[I] flutter: trackId: 2 | language: en | channel: 0 | bitrate: 210765
Shouldn't it be
[I] flutter: trackId: 0 | language: de | channel: 2 | bitrate: 210765
[I] flutter: trackId: 1 | language: de | channel: 6 | bitrate: 361898
[I] flutter: trackId: 2 | language: en | channel: 2 | bitrate: 210765
Since the label of mpd audio track is missing, we have to check if there is a 5.1 available with the help of bitrate - that is not very reliable from my point of view.
Dear Samsung Team,
in our MPD (attached) we got three audio tracks. Two for 'de' and one 'en'.
video_player_avplay identifies the tracks with =>
[I] flutter: trackId: 0 | language: de | channel: 2 | bitrate: 210765
[I] flutter: trackId: 1 | language: de | channel: 0 | bitrate: 361898
[I] flutter: trackId: 2 | language: en | channel: 0 | bitrate: 210765
Shouldn't it be
[I] flutter: trackId: 0 | language: de | channel: 2 | bitrate: 210765
[I] flutter: trackId: 1 | language: de | channel: 6 | bitrate: 361898
[I] flutter: trackId: 2 | language: en | channel: 2 | bitrate: 210765
Since the label of mpd audio track is missing, we have to check if there is a 5.1 available with the help of bitrate - that is not very reliable from my point of view.
What does 'channel' mean?
Thank you in advance,
best regards
Markus
example.mpd.zip
The text was updated successfully, but these errors were encountered: