Android Question Play Audio Only SMM?

ilan

Expert
Licensed User
Longtime User
hi

i would like to play audio only using Simple Media Player

it works fine but can i show only the audio control instead the whole video frame?

this is what i see now:

1711371258285.png


i would like to see only this:

1711371281433.png


should i maybe use another lib to play audio from URL and have only the audio controls? i would like a b4x solution if there is some.

thanx
 

ilan

Expert
Licensed User
Longtime User
1. Make sure to use the correct link. I guess that you are accessing a html page. What you are seeing is a site loaded with WebView.
2. You will need to use ExoPlayer to play the stream.
Ok thanks erel. It is a file on my google drive.
Is it possible to play it with only the audio cotrols?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You are not accessing it correctly. You need to find the direct link to the file. Google is making it quite difficult to do and is changing the links from time to time.
Your other option is to play it with WebView, but you will not have any control over the interface.

Example of a direct link to an audio stream: http://stream.radioparadise.com/aac-128
 
Upvote 0
Top