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
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. MacOS + version]
Browser [e.g. chrome, safari + version]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Flutter SDK version
[✓] Flutter (Channel stable, 3.16.9, on macOS 14.3.1 23D60 darwin-arm64, locale en-NP)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] VS Code (version 1.86.1)
[✓] Connected device (4 available)
! Error: Browsing on the local area network for Brijesh’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same
local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Closing as promised by the comment on your previous issue. Please don't make it a 3rd time...
The instructions for submission are clear. But it looks like you are ignoring them. The instructions are still in your bug report - you are supposed to follow what they say.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs, or use StackOverflow if you need help with just_audio.
Which API doesn't behave as documented, and how does it misbehave?
http links are not streaming on iOS when it do setAudioSource.
Minimal reproduction project
Provide a link here using one of two options:
To Reproduce (i.e. user steps, not code)
Steps to reproduce the behavior:
setAudioSource(
initialIndex: index,
AudioSource.uri(
Uri.parse('http://streaming.softnep.net:8003/'),
tag: MediaItem(
id: (index - 1).toString(),
album: element.radioName,
title: element.radioName ?? '',
artist: element.coverImage,
extras: element.toJson(),
),
),
),
);
Error messages
Expected behavior
To stream the audio.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Flutter SDK version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: