audio_player_service icon indicating copy to clipboard operation
audio_player_service copied to clipboard

thumbUrl Local but remote stream

Open gurugeek opened this issue 5 years ago • 1 comments

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 avatar Apr 03 '19 23:04 gurugeek

@gurugeek How are you determining the path to the file? and you certain its correct?

alexelisenko avatar May 11 '19 23:05 alexelisenko