audio_player_service
audio_player_service copied to clipboard
thumbUrl Local but remote stream
Thanks again for your package 👍 I am trying to load the thumUrl locally but the photo doesn't show up (but the audio plays fine)
items.add(AudioPlayerItem(
id: "some_id_2",
url: "https://icecast.radio24.ch/vhits",
thumbUrl: "file://images/photo2.jpg",
title: 'Virgin Hits',
duration: Duration(seconds: 140),
album: 'Album 1',
local:true
));
@gurugeek How are you determining the path to the file? and you certain its correct?