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

[video_player_avplay] AudioTrack channel issue #798

Open
mhoeckner opened this issue Jan 16, 2025 · 1 comment
Open

[video_player_avplay] AudioTrack channel issue #798

mhoeckner opened this issue Jan 16, 2025 · 1 comment
Assignees

Comments

@mhoeckner
Copy link
Contributor

Dear Samsung Team,

in our MPD (attached) we got three audio tracks. Two for 'de' and one 'en'.

  1. de audio 2.0
  2. de audio 5.1
  3. 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.

What does 'channel' mean?

Thank you in advance,
best regards
Markus

example.mpd.zip

@xiaowei-guan
Copy link
Contributor

xiaowei-guan commented Jan 16, 2025

@mhoeckner Can you share your test url or test sample code, I need check with MM team. thank you~

@xiaowei-guan xiaowei-guan self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants