Android Question VideoView & url Encoded

victormedranop

Well-Known Member
Licensed User
Longtime User
HI, I have some issue trying to play and MP3 file. I donde this with other server and with my own music,
but know I received and URL encoded like this,

http://media.radioeternidad.com/Programas/Al Punto/0002 - AP - Deberes miembros.mp3

I try, with no errors or warning. but no audio.
y use explorer with the same URL and work.

simple line code
B4X:
vv.LoadVideo("http", "http://media.radioeternidad.com/Programas/" & List1.Get(Position))

any ideas ?

Regards ,

Victor
 
Top