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
Which API doesn't behave as documented, and how does it misbehave?
Not sure about "JustAudioBackground MediaItem class - duration"
We have a live streaming radios app. When we connect the phone to Android Auto and launch play, in addition to displaying the metadata of cover, title and author, despite not being entered the duration indicator in seconds is displayed.
The main problem is that the seconds appear and disappear making the metadata "jump around"
Minimal reproduction project
"The example"
To Reproduce (i.e. user steps, not code)
Steps to reproduce the behavior:
Connect to Android Auto
Play
Error messages
No error messages shown
Expected behavior
We would like the duration not to be displayed, but I haven't found how to do
Screenshots
Attached a video of the problem
androidAuto-duration-secondviews.mov
Desktop (please complete the following information):
OS: macOS Ventura 13.4
Smartphone (please complete the following information):
Device: Xiaomi POCO F4 GT cf2b79cc
Flutter SDK version
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.13.0, on macOS 13.4 22F66 darwin-arm64 (Rosetta),
locale it-IT)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] Connected device (2 available)
[✓] Network resources
• No issues found!
Additional context
Sorry if I have omitted anything, but this is my first "issue"
The text was updated successfully, but these errors were encountered:
I'm trying to play back audio live streams too, I already wrote the platform specific code to establish a connection to a SRT server to retrieve the MP3 audio frames as byte arrays. What I need guidance in is to feed the bytes to an AudioSource. Any chance you can explain to me how did you manage to playback the raw audio bytes?
Which API doesn't behave as documented, and how does it misbehave?
Not sure about "JustAudioBackground MediaItem class - duration"
We have a live streaming radios app. When we connect the phone to Android Auto and launch play, in addition to displaying the metadata of cover, title and author, despite not being entered the duration indicator in seconds is displayed.
The main problem is that the seconds appear and disappear making the metadata "jump around"
Minimal reproduction project
"The example"
To Reproduce (i.e. user steps, not code)
Steps to reproduce the behavior:
Error messages
Expected behavior
We would like the duration not to be displayed, but I haven't found how to do
Screenshots
Attached a video of the problem
androidAuto-duration-secondviews.mov
Desktop (please complete the following information):
Smartphone (please complete the following information):
Flutter SDK version
Additional context
Sorry if I have omitted anything, but this is my first "issue"
The text was updated successfully, but these errors were encountered: