DMAudioStreamer icon indicating copy to clipboard operation
DMAudioStreamer copied to clipboard

DMAudioStreamer library help you to integrate audio streaming in your application.

Results 31 DMAudioStreamer issues
Sort by recently updated
recently updated
newest added

Update build tools to 30 Signed-off-by: JabaHum

In Android 10, media notification is not working, even on lock screen notification widget is not showing on Android 8.1.1.

As RemoteControlClient is deprecated in Api level 21, due to this lock screen notification is not showing on most of devices, Please help.

Notification not showing on Android Pie, what is the solution even when i fork the sample project from the library...notification still not showing on android pie

@Override protected Void doInBackground(Void... voids) { //resp = getDataResponse(); String response = loadJSONFromAsset(context); listMusic = getMusicList(response, "music"); return null; } I know the code above is for retrieve json data...

Sir, Can you please update the code same like code that you have upload to playstore? because I find the clone code can't play properly and I think it's has...

I have been getting this crash when trying to display notification: `android.app.RemoteServiceException: Bad notification for startForeground: java.lang.RuntimeException: invalid channel for service notification: Notification(channel=null pri=0 contentView=com.humancondition.wtm/0x7f0d0044 vibrate=null sound=null defaults=0x0 flags=0x42 color=0x00000000...

is that possible play offline?

I checked in many 8.0+ android devices but media controls in notification not showing. Please solve this issue as soon as possible. Thanking You!

bug

Album art url has been provided but still not showing in notification. Also is there a way to dismiss the notification programmatically after the song is done playing?