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
The program works well, the url works perfectly, but when you leave the cell phone at rest or be in another application and even being in the same application with an active screen between 5 and 10 minutes of playback, it is silenced and the playback time stops running
val jcPlayerView:JcPlayerView= view.findViewById(cl.anastasis.radioanastasis.R.id.jcplayer);
val jcAudios: ArrayList = ArrayList()
jcAudios.add(JcAudio.createFromURL("Radio Anastasis Online",
"https://"))
In addition to incorporating what is described in the instructions, I must add something else to the program so that it continues to reproduce indefinitely.
Thank you very much and excuse my English as a translator
The text was updated successfully, but these errors were encountered:
The program works well, the url works perfectly, but when you leave the cell phone at rest or be in another application and even being in the same application with an active screen between 5 and 10 minutes of playback, it is silenced and the playback time stops running
val jcPlayerView:JcPlayerView= view.findViewById(cl.anastasis.radioanastasis.R.id.jcplayer);
val jcAudios: ArrayList = ArrayList()
jcAudios.add(JcAudio.createFromURL("Radio Anastasis Online",
"https://"))
In addition to incorporating what is described in the instructions, I must add something else to the program so that it continues to reproduce indefinitely.
Thank you very much and excuse my English as a translator
The text was updated successfully, but these errors were encountered: