i have been working on radio app in codenameone. first did podcast streaming works fine , uses mediamanager.createmedia(url, false);
the files podcasts mp3s. tried using same method stream .pls file , when didn't work tried streaming http://0.0.0.0:8080
(example http://hostname:port
) url , didn't work either. using eclipse , not getting crashes no output either.
note: able stream on android api using mediaplayer
's mp.setdatasource(url)
method.
we use native os platform streaming , 1 in java/javafx pretty basic (doesn't support https). work on android , possibly ios despite not working in simulator. however, don't have specific experience specific streaming format.
Comments
Post a Comment