C cmartins Member Licensed User Longtime User Sep 4, 2014 #1 hello guys I am trying to read a wav file but always I got this message in log below: I tryed with 10 differents files the message is the same, but MP3 works fine my code: Dim mp As MediaPlayer mp.Initialize("mp", File.GetUri(File.DirAssets, "beep100ms1500.mp3")) mp.Play Erro MediaException: MEDIA_CORRUPTED : [com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMediaPlayer@11c7fe49] "Error media corrupted": "Error media corrupted"
hello guys I am trying to read a wav file but always I got this message in log below: I tryed with 10 differents files the message is the same, but MP3 works fine my code: Dim mp As MediaPlayer mp.Initialize("mp", File.GetUri(File.DirAssets, "beep100ms1500.mp3")) mp.Play Erro MediaException: MEDIA_CORRUPTED : [com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMediaPlayer@11c7fe49] "Error media corrupted": "Error media corrupted"
Erel B4X founder Staff member Licensed User Longtime User Sep 4, 2014 #2 See this page: http://www.b4x.com/b4j/help/jfx.html#mediaplayer Upvote 0
maleche Active Member Licensed User Longtime User Dec 1, 2014 #3 Media Completed Event does not fire on a different computer either in JAR or EXE. Works on development PC. Any idea? Thanks, Upvote 0
Media Completed Event does not fire on a different computer either in JAR or EXE. Works on development PC. Any idea? Thanks,
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2014 #4 Please start a new thread for this question. Upvote 0