Android Question I need to make android App play online stream

Adel Elgohary

New Member
Licensed User
Longtime User
first: i am new in b4a app so forgive me if my questions is too easy for some guys
second: I need to make android App play online stream
which tools that i need ???

i try mediaplayer tutorial
and i change the file name with my online stream radio channel url like this
MediaPlayer1.Load(File.DirAssets, "http://s22.myradiostream.com:9364")

but it give me an error

can any one help me to solve this issue

regards
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
You should try using the MediaPlayerStream from the Audio library. The one you are using is for playing local files.
 
Upvote 0
Top