JieLiu
Results
1
issues of
JieLiu
When using fijkplayer to play audio files, such as "http://lhttp.qingting.fm/live/386/64k.mp3". Call the following code in turn: `await player.setDataSource(url, autoPlay: false); await player.prepareAsync(); await player.start(); ` The player starts to work...