Advertisement
Guest User

Our application with 4 videos

a guest
Sep 5th, 2015
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. url_s null
  2. file_s 1: null, 2: null
  3. stream0 file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4
  4. vid -1, aid -1
  5. textureCount 3
  6. forceES2 false
  7. forceES3 false
  8. forceGL3 false
  9. forceGLDef false
  10. swapInterval 1
  11. GLProfile: GLProfile[GL4/GL4.hw]
  12. >>> CONSTRUCTOR Thread[main,5,main]
  13. Win #0: stream file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4
  14. >>> INIT STREAM 1 Thread[main,5,main]
  15. >>>>>>>>>> 1441438807382
  16. >>> CONSTRUCTOR Thread[main,5,main]
  17. Win #1: stream file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4
  18. >>> INIT STREAM 1 Thread[main,5,main]
  19. >>>>>>>>>> 1441438807604
  20. >>> CONSTRUCTOR Thread[main,5,main]
  21. Win #2: stream file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4
  22. >>> INIT STREAM 1 Thread[main,5,main]
  23. >>>>>>>>>> 1441438808217
  24. >>> CONSTRUCTOR Thread[main,5,main]
  25. Win #3: stream file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4
  26. >>> INIT STREAM 1 Thread[main,5,main]
  27. >>>>>>>>>> 1441438808588
  28. MovieSimple AttributesChanges: events_mask 0x20, when 1441438808624
  29. MovieSimple State: GLMediaPlayer[Uninitialized, vSCR 2147483647, frames[p 0, d 0, t 0 (0.0 s), z 0 / 166], speed 1.0, 0 bps, hasSW false, Texture[count 3, free 0, dec 0, tagt 0xde1, ifmt 0x1908, fmt 0x1908, type 0x1401], Video[id -1, <unknown>, 0x0, glOrient false, 0.0 fps, 0.0 fdur, 0 bps], Audio[id -1, <unknown>, 0 bps, 0 frames], uri file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4]
  30. MovieSimple State: ERR + Exception
  31. com.jogamp.opengl.util.av.GLMediaPlayer$StreamException: RuntimeException while initializing: GLMediaPlayer[Uninitialized, vSCR 2147483647, frames[p 0, d 0, t 0 (0.0 s), z 0 / 166], speed 1.0, 0 bps, hasSW false, Texture[count 3, free 0, dec 0, tagt 0xde1, ifmt 0x1908, fmt 0x1908, type 0x1401], Video[id -1, <unknown>, 0x0, glOrient false, 0.0 fps, 0.0 fdur, 0 bps], Audio[id -1, <unknown>, 0 bps, 0 frames], uri file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4]
  32. at jogamp.opengl.util.av.GLMediaPlayerImpl$1.run(GLMediaPlayerImpl.java:580)
  33. Caused by: java.lang.RuntimeException: Couldn't find audio codec 86017, Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, 2 channels, 191 kb/s
  34. at jogamp.opengl.util.av.impl.FFMPEGv11Natives.setStream0(Native Method)
  35. at jogamp.opengl.util.av.impl.FFMPEGMediaPlayer.initStreamImpl(FFMPEGMediaPlayer.java:368)
  36. at jogamp.opengl.util.av.GLMediaPlayerImpl$1.run(GLMediaPlayerImpl.java:578)
  37. MovieSimple AttributesChanges: events_mask 0x20, when 1441438808629
  38. MovieSimple State: GLMediaPlayer[Uninitialized, vSCR 2147483647, frames[p 0, d 0, t 0 (0.0 s), z 0 / 166], speed 1.0, 0 bps, hasSW false, Texture[count 3, free 0, dec 0, tagt 0xde1, ifmt 0x1908, fmt 0x1908, type 0x1401], Video[id -1, <unknown>, 0x0, glOrient false, 0.0 fps, 0.0 fdur, 0 bps], Audio[id -1, <unknown>, 0 bps, 0 frames], uri file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4]
  39. MovieSimple State: ERR + Exception
  40. com.jogamp.opengl.util.av.GLMediaPlayer$StreamException: RuntimeException while initializing: GLMediaPlayer[Uninitialized, vSCR 2147483647, frames[p 0, d 0, t 0 (0.0 s), z 0 / 166], speed 1.0, 0 bps, hasSW false, Texture[count 3, free 0, dec 0, tagt 0xde1, ifmt 0x1908, fmt 0x1908, type 0x1401], Video[id -1, <unknown>, 0x0, glOrient false, 0.0 fps, 0.0 fdur, 0 bps], Audio[id -1, <unknown>, 0 bps, 0 frames], uri file:/E%3A/Videos/Indy%20Car%20Edmonton.mp4]
  41. at jogamp.opengl.util.av.GLMediaPlayerImpl$1.run(GLMediaPlayerImpl.java:580)
  42. Caused by: java.lang.RuntimeException: Couldn't find audio codec 86017, Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, 2 channels, 191 kb/s
  43. at jogamp.opengl.util.av.impl.FFMPEGv11Natives.setStream0(Native Method)
  44. at jogamp.opengl.util.av.impl.FFMPEGMediaPlayer.initStreamImpl(FFMPEGMediaPlayer.java:368)
  45. at jogamp.opengl.util.av.GLMediaPlayerImpl$1.run(GLMediaPlayerImpl.java:578)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement