I need to play the .mp4 and display video clip in frames.
It works fine when i run the application in standalone as Swing and Appletviewer.
The same code when i tried using jboss server to getDuration of the video clip . Am getting following exception
javax.media.NoPlayerException: Cannot find a Player for: com.omnividea.media.protocol.file.DataSource@1e1153a
17:48:03,733 ERROR [STDERR] at javax.media.Manager.createPlayerForSource(Manager.java:1512)
is there any configuration with fobs for application server ? Please share your knowledge for the same .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to play the .mp4 and display video clip in frames.
It works fine when i run the application in standalone as Swing and Appletviewer.
The same code when i tried using jboss server to getDuration of the video clip . Am getting following exception
javax.media.NoPlayerException: Cannot find a Player for: com.omnividea.media.protocol.file.DataSource@1e1153a
17:48:03,733 ERROR [STDERR] at javax.media.Manager.createPlayerForSource(Manager.java:1512)
is there any configuration with fobs for application server ? Please share your knowledge for the same .
Maybe some other error (eg. a headless awt exception or native libraries not found) is being thrown which your log file isn't showing up?
-Rolf