desof Well-Known Member Licensed User Longtime User Aug 31, 2018 #1 I am trying to create a player for a radio with exoplayer and I downloaded the example of this link and I run it without errors but it does not play anything. https://www.b4x.com/android/forum/threads/exoplayer-mediaplayer-videoview-alternative.72652/ I would like to know if with exoplayer I could execute this link and have options like play, pause, stop etc. http://cast.direcnode.com:8049/stream Thank you
I am trying to create a player for a radio with exoplayer and I downloaded the example of this link and I run it without errors but it does not play anything. https://www.b4x.com/android/forum/threads/exoplayer-mediaplayer-videoview-alternative.72652/ I would like to know if with exoplayer I could execute this link and have options like play, pause, stop etc. http://cast.direcnode.com:8049/stream Thank you
musaso Active Member Licensed User Longtime User Aug 31, 2018 #2 Hola desof, he creado una app de radio con exoplayer y te puedo ayudar, hablamos en el foro español Upvote 0
npsonic Active Member Licensed User Sep 1, 2018 #3 B4X: Dim exoPlayer As SimpleExoPlayer exoPlayer.Initialize("ExoPlayer") exoPlayer.Prepare(exoPlayer.CreateUriSource("http://188.165.237.19:8551/stream")) Activity.LoadLayout("exoview") exoView.Player = exoPlayer exoPlayer.Play Upvote 0
B4X: Dim exoPlayer As SimpleExoPlayer exoPlayer.Initialize("ExoPlayer") exoPlayer.Prepare(exoPlayer.CreateUriSource("http://188.165.237.19:8551/stream")) Activity.LoadLayout("exoview") exoView.Player = exoPlayer exoPlayer.Play