s3ldon - 2009-05-14

Hi,
i have relized an applet which use fobs for play a video. This applet work corretly in Eclipse but when i insert the applet in a web page, not work and the console java return the follow message:

Unable to handle format: FMP4, 352x288, FrameRate=25.0, Length=304128 0 extra bytes
  Unable to handle format: unknown, 44100.0 Hz, 0-bit, Stereo, Unsigned, 28000.0 frame rate, FrameSize=8 bits
Failed to realize: com.sun.media.PlaybackEngine@6545d2
Error: Unable to realize com.sun.media.PlaybackEngine@6545d2
ERRORE: Failed to realize: input media not supported: FMP4 video, unknown audio
Exception in thread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" java.lang.Error: Failed to realize: input media not supported: FMP4 video, unknown audio
    at it.unina.comics.smil.applet.VideoChat.Fatal(VideoChat.java:369)
    at it.unina.comics.smil.applet.VideoChat.controllerUpdate(VideoChat.java:258)
    at com.sun.media.BasicController.dispatchEvent(BasicController.java:1254)
    at com.sun.media.SendEventQueue.processEvent(BasicController.java:1286)
    at com.sun.media.util.ThreadedEventQueue.dispatchEvents(ThreadedEventQueue.java:65)
    at com.sun.media.util.ThreadedEventQueue.run(ThreadedEventQueue.java:92)

Someone can help me? Thanks