JcPlayer
JcPlayer copied to clipboard
:musical_note: A simple audio player for Android applications.
Added the AudioAttribute that enables MediaPlayer to Stream Audio Online
when resume small_playerview not working on resume play but sound is playing
Hello, I am currently experiencing an issue continuing audio in the NotificationPlayer. I am able to pause the audio, but am unable to hit play. I believe the issue is...
First of all, thank you for creating this plugin! 👍 Found this error on my Firebase Crashlytics happening for many of my users. JcNotificationPlayer line 95 Fatal Exception: java.lang.ArrayIndexOutOfBoundsException length=4;...
Hi, I used the setJcPlayerManagerListener method, but I did not see any log my code : jcplayerView.setJcPlayerManagerListener(new JcPlayerManagerListener() { @Override public void onPreparedAudio(@NotNull JcStatus jcStatus) { Log.e("jsplyear =>",jcStatus.toString()); } @Override...
Getting stackoverflow error some times, not sure about the scenario when it is occuring ``` java.lang.StackOverflowError: stack size 8MB at com.example.jean.jcplayer.service.notification.JcNotificationPlayer$Companion.getInstance(Unknown Source:2) at com.example.jean.jcplayer.JcPlayerManager.createNewNotification(JcPlayerManager.kt:186) at com.example.jean.jcplayer.JcPlayerManager.createNewNotification(JcPlayerManager.kt:192) at com.example.jean.jcplayer.JcPlayerManager.createNewNotification(JcPlayerManager.kt:192) at com.example.jean.jcplayer.JcPlayerManager.createNewNotification(JcPlayerManager.kt:192)...
Hi, I tried to change icons but that not working properly, below is code **Here is the output -** 
I want to set SeekTo Plus 10 Second On Event Button Click Without Event SeekBar Listener Can you help me to Control it?
Trying to add wave visualisation for the audio, by using another library such as https://github.com/alxrm/audiowave-progressbar How to get the downsampling? Or any way to generate visualisation on our own?