B4J Question APPCRASH - htmlview

ivanomonti

Expert
Licensed User
Longtime User
I'm trying to use b4j creating a webhtml.loadurl to an address of a web radio,,, I crashes without mistakes ... I do not know where to put hand

Error Sistem Java

B4X:
Firma problema:
  Nome evento problema:    APPCRASH
  Nome applicazione:    java.exe
  Versione applicazione:    7.0.450.18
  Timestamp applicazione:    525404d0
  Nome modulo con errori:    fxplugins.dll
  Versione modulo con errori:    0.0.0.0
  Timestamp modulo con errori:    52541a17
  Codice eccezione:    c0000005
  Offset eccezione:    0000b59c
  Versione SO:    6.1.7601.2.1.0.256.48
  ID impostazioni locali:    1040
  Informazioni aggiuntive 1:    0a9e
  Ulteriori informazioni 2:    0a9e372d3b4ad19135b953a78882e789
  Ulteriori informazioni 3:    0a9e
  Ulteriori informazioni 4:    0a9e372d3b4ad19135b953a78882e789

Leggere l'informativa sulla privacy online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0410

Se l'informativa sulla privacy online non è disponibile, leggere quella offline:
  C:\Windows\system32\it-IT\erofflps.txt

my code

B4X:
htmlview.LoadUrl("http://151.66.27.97:8000/")
 

inakigarm

Well-Known Member
Licensed User
Longtime User
Working here ...

jdk1.8.0_45 and Version 3.0 Beta 5

(seems a clip video with play and pause control but with only a black image)
 
Upvote 0

ivanomonti

Expert
Licensed User
Longtime User
My web is a radio channel, if you put the same address, you'll hear the same radio, it works with any software multiplayer, with Android use mediaplayerstream

https://play.google.com/store/apps/details?id=pochenotepossonobastare.ivanomonti.eu

1oh5Q-dZXEeoFTIPm7Roa4_LwKBBlkwKQdsWoHTr5lL_U36NALPM33A8xHMWHc51QQ=h310-rw
 
Upvote 0

ivanomonti

Expert
Licensed User
Longtime User
Java 8 WebView is better than Java 7 WebView. However it most probably doesn't support audio streaming.

how can I fix!!
in b4j I not find anything to like mediaplayerstream :-(


B4X:
player.Initialize("players")
player.Load("http://151.66.27.97:8000")
player.Play
 
Upvote 0
Top