Question - applet using JMF for playing .mov

I develop an applet using JMF for playing .mov. It works fine, and the applet starts normally. Even my applet works fine from other computers in our LAN (The applet runs ok without JMF). But only on one PC it doesn't work and I get the following message
Failed to configure: com.sun.media.PlaybackEngine@a7c45e
Bad header in the media: moov atom not present
Error: Unable to realize com.sun.media.PlaybackEngine@a7c45e
FATAL ERROR: Failed to realize: failed to parse the input media.
Exception in thread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" java.lang.Error: Failed to realize: failed to parse the input media.
at PlayerApplet.Fatal(PlayerApplet.java:201)
at PlayerApplet.controllerUpdate(PlayerApplet.java:191)
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)
My html:
<html>
<head><title>PlayerApplet</title></head>
<body>
<applet code="PlayerApplet.class" archive="fobs4jmf.jar, customizer.jar, jmf.jar, mp3plugin.jar, sound.jar, multiplayer.jar, mediaplayer.jar" width=640 height=510>
<param name=file value="safexmas.mov">
</applet>
</body>
</html>
Anyone can help me?
Thanks for your time

It started to work but I had to install fobs4jmf on the client computer.
And put .dll to windows/system33 directory. But how can I play video using applet in browser without installing any software on the client machine?

Similar Messages

  • Use JMF to play movie in app

    Hey,
    I have a project in which I want to play a movie (this works already).
    But it now only plays the movie, I also want to see my app.
    So i want to have a movie playing and at the same time want to go through my application.

    Go look at this example.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/SwingJMF.html]

  • Some questions while using JMF play mpeg-1 stream media?

    I use Helix server to provide unicast, and use JMF to play the stream media. But the JMF only play the audio stream transferred by rtp. I have used video palyer�s getVisualComponent() method to get Visual component and added it into the frame. But I get a pink screen. So I think some thing wrong with the video player.
    Who can give me an answer?
    1.     Whether JMF can play mpeg-1 video stream media?( Audio can be heard. Video stream comes to my computer but can�t be displayed.)
    2.     Which method it should use to synchronize video stream and audio stream?
    BTW: In JMF, when the RTSP player�s start() method is invoked, the player creates players by the stream�s track numbers. Video stream and audio stream have different players.

    Try posting your question under the Java Media Framework forum instead.
    You'll get much better responses if you ask the right people !
    regards,
    Owen

  • I'm having trouble using COLOR for my movie

    I'm using Color for my movie I'm editing on FCP so this may be more of a question for the Color forums, but I figured I would get a faster response here.
    When I go to open Color, it gives me a message saying:
    "Color recommends that your system have 128 MB of VRAM; this system only has 64 MB of VRAM."
    What does this mean? How do I get more VRAM?

    You need to upgrade your graphics card (if possible).
    VRAM is the RAM your graphics card has...
    Dave

  • How to use JMF to play the video data in a array(not in a local file)?

    dear all:
    I am a newer to JMF.
    Now My program has a thread which is always inputing mpg video data into a static array, so I want to wrap this array as a DataSource, then let the player play the video.
    But I don't know how to wrap that as a DataSource, What I know is just play a media file.
    So could any guy give me some advice??
    Really appreciate your help!
    Thanks
    Sam
    MSN: [email protected]
    Email: [email protected]

    I have never tried doing what you are soing so I am just thinking aloud. I think that using datamerge for this is going to assign the same ID to the fields, which is why the checkboxes are filling when selecting one of them. Open the PDF in Acrobat to check it though.
    Another thought. Are you merging to a new document or direct to PDF? If going direct to PDF, try creating the merge document first. If that doesn't work, I think it will be the field IDs being also replicated. If so, then the only course of action would be either manually changing them in Acrobat, or an ID script and or an Acrobat script. Neither of which I have heard of. But if they do have the same IDs, then I would inquire in both the ID scripting forum and the Acrobat forum.
    Good luck. Interesting use of datamerge. I hope you find a suitable answer.
    Mike

  • Question of using Struts for the J2EE pattern

    I am now using Struts for the development. I have 3 questions about J2EE
    pattern by the use of Struts:
    1) How can I use Struts to create the Front Controller? In the book
    descibing Front Controller, it is a servlet file which receives the request
    and then dispatches to the appropriate view according to the request.
    However, in using Struts, should I use the same way? However, I found that
    in using Struts, I can call the controller class which subclass
    ActionServlet, all the views forwarded are declared in the
    struts-config.xml. Am I right in this method?
    2) In the project, there is a Front Controller which dispatches the request
    to the appropriate view (jsp file). Of course, I use Struts to do this.
    However, I expect that the user is impossible for going to the view (jsp
    page) directly by typing the address of the jsp file. I hope that the user
    can go to the view through the controller only. How can I do this?
    3) There is a problem by using browser - when a user browses a site, he can
    press the 'back' button to the previous page, and then click the 'forward'
    button also. How can I prevent this by using Struts? I found that in some
    sites, when the user clicks the 'back' button, an error page displays. How
    can I do this? Thanks!
    Many Thanks!
    Stephen

    I'll take a stab at number 2 and number 3.......
    2) You could have the controller object place a "flag" in the request that is dispatched to the JSP. Make the JSP check for that flag to ensure that this request came from the controller object. If the request comes from anywhere other than the controlle object, you can display an error page, or you could redirect them back to the controller. You could also use the HTTPSessionObject to place flags for users and have the JSP check there.
    3) Keep a log of the user's activities in the HTTPSession. Whenever a page is invoked, have it check to see if the user has already been here, and if it is appropriate for the user to be here again.
    Hope this helps!!
    I'm not really a java programmer, I just play one on TV.

  • Applet using JMF

    Hallo,
    Is it advisable to use JMF in an applet? There are several vesions to download ( Cross-platform Java , Linux Performance Pack, Windows Performance Pack). On my windows 7 I could determine a capture devce (microphone) only with the jar originated from Windows Performance Pack and only after running jmfinit.exe. Is it possible to determine this with Cross-platform Java package, and if yes then how to do it?
    with regards
    Rafal Ziolkowski
    Edited by: user10418558 on 2012-03-26 03:07

    Hi,
    I found JMF works better as an application running on the local machine; you can deploy the app with java web start, it works like a charm.
    I assume there are ways to get the applet to work but just understand how the API works; the "Cross Platform" contains all the libs required but there are native bindings that are required for your OS. The windows performance pack contains all the binary files that allow JMF to access the hardware such as a webcam; as does the linux pack, but for linux you need to extract the cross platform libs in the same location as the install script for it to work. Also another note here is that there is no native libraries (that I am aware of) for OS X, so you cannot install or run JMF on Apple Macintosh.
    If you want to install JMF on linux you need to set your LD_PRELOAD var to where your V4L compat library is, check this forum for details I posted it earlier.
    There is also another tweak you might need to do with the install script, the tail argument is incorrect; this needs to be changed to fit your distro.
    So in short, you have to install the performance pack for your system in order for JMF to work.

  • Question about using numbers for an address spread sheet

    I am using numbers for a mailing address spread sheet. When I try to type in a Massachusetts zip code, once I hit "enter" the cell deletes the zero, which is the first number in the zip code.  How can I change this? Thank you

    to open the cell inspector use the menu item "View > Show Inspector" then select the "cells":

  • Re: Use JMF to play mpg file

    Hi
    You have to write your platform for targeted answere. But if I got the same problem when I tried to run my jpg on not system where jmf was not (properly) installed. It is quite possible your jmf to lack its native libs (on Win, DirectShow is used for mpg playing).
    Possible solution: reinstall and make shure that dlls are in your win dir.
    If on win, try playing your files with MediaPlayer (MS).
    HtH

    Go look at this example.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/SwingJMF.html]

  • Need help for playing .mov file in  a swing window......

    Am a B.Tech final yr student and my project output is an mov file... i need to play it in a swing jFrame... Can anyone guide me for the above????

    Hi.... I tried the code after changing but now am getting a new exception
    - create processor for the image datasource ...
    Setting the track format to: RGB, 24-bit, Masks=3:2:1, PixelStride=-1, LineStrid
    e=-1, Flipped
    - create DataSink for: file:/c:/1.avi
    start processing...
    - reading image file: C:\Program Files\Java\jdk1.6.0_12\bin\class1\1.jpg
    read 1832 bytes.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x044c2890, pid=2052, tid=1200
    # Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode, sharing windows-x86)
    # Problematic frame:
    # C [jmjpeg.dll+0x12890]
    # An error report file with more information is saved as:
    # C:\Program Files\Java\jdk1.6.0_12\bin\hs_err_pid2052.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Whats the problem now????
    Can u guide me????

  • Mirroring Disk Drive Question.  Using SVM for Disk Mirroring.

    Hello,
    I am trying to do mirror in solaris 9 using Solaris Volume Manager. I have total 0-7 disks
    4 5 6 7
    0 1 2 3
    Drive 0 and Drive 4 = Boot Drives
    Need to Mirror following drives.
    Drive 1 and Drive 5 = Need to mirror
    Drive 1 was mounted on: /prod1, /prod2, /prod3, /prod4, /prod5.
    Drive 5 was mounted on:/prod16-----/prod20
    Then i have umounted both drives and then using format command to equalize the parititions.
    Then
    I have done following steps.
    metadb -a -f /dev/dsk/c1t1d0s7
    metadb -a -f /dev/dsk/c1t5d0s7
    2)
    metainit -f d100 1 1 c1t1d0s0
    metainit -f d101 1 1 c1t5d0s0
    metainit d0 -m d100
    metattach d0 d101
    3)
    # newfs /dev/md/rdsk/d0
    newfs: /dev/md/rdsk/d0 last mounted as /prod16
    newfs: construct a new file system /dev/md/rdsk/d0: (y/n)? y
    4)
    # mount -F ufs /dev/md/dsk/d0 /prod16
    Now, target 5 is submirror with target 1 mirror. I was wanted to do /prod1 but some reason it showing /prod16. How can i change this to /prod1?
    OR
    2nd question: do i need to mirror each drive vice verse?
    for example:
    metainit -f d102 1 1 c1t5d0s0
    metainit -f d103 1 1 c1t1d0s0
    metainit d1 -m d102
    metattach d1 d103
    Let me know.
    Thanks
    Adeel

    I do it a little differently, as follows, which I gleaned from http://slacksite.com/solaris/disksuite/disksuite.html
    Create state replicas on slices 6 & 7 (any could be used but we usually use 6/7)
    metadb -a -f /dev/dsk/c1t0d0s6
    metadb -a /dev/dsk/c1t0d0s7
    metadb -a -f /dev/dsk/c1t1d0s6
    metadb -a /dev/dsk/c1t1d0s7
    Initialize submirrors for root slice 0 on both drives, and create one-way mirror between metadevice d0 & first sub-mirror
    metainit -f d10 1 1 c1t1d0s0
    metainit -f d20 1 1 c1t1d0s0
    metainit d0 -m d10
    update root entry in /etc/vfstab
    metaroot d0
    Initialize submirrors for swap slice on both drives, and create one-way mirror between metadevice d1 & first sub-mirror
    metainit -f d11 1 1 c1t0d0s1
    metainit -f d21 1 1 c1t1d0s1
    metainit d1 -m d11
    Initialize submirrors for /var slice5 on both drives, and create one-way mirror between metadevice d5 & first sub-mirror.
    metainit -f d15 1 1 c1t0d0s5
    metainit -f d20 1 1 c1t1d0s5
    metainit d5 -m d15
    Edit /etc/vfstab
    add these lines to /etc/vfstab
    /dev/md/dsk/d1 - - swap - no -
    /dev/md/dsk/d5 /dev/md/rdsk/d5 /var ufs 1 no logging
    REBOOT server
    Attach second half of mirrors to allow two drives to synchronize
    metattach d0 d20
    metattach d1 d21
    metattach d2 d25
    I hope this helps.
    Stephanie

  • Why can't I use Lion to play movies and music vita remote?

    I Snow Leopard it was pussible to ge acces to all the movies, music etc. vith the remotecontrol. Why cant I do that in Lion?

    softwater wrote:
    You need to make Front Row work on Lion.
    Have a look here for how to do it:
    http://applehelpwriter.com/2011/07/26/how-to-make-front-row-work-in-lion/
    This scenario is not supported by Apple or whomever. If something goes wrong .. well, a warning should be included if we point at such "custom" solutions.
    Also this will not help him in iTunes Library content in FrontRow... iTunes 10.4.x uses a Library format that FrontRow in Lion can't read any longer.. and if he has a ipod/iphone/ipad he surely can not afford to stick life-long with iTunes 10.3..
    to me this is NO solution but full of unknown future hickups, just saying. FrontRow is gone, the sooner one gets used to it, the better. What if 10.7.2 will break this "workaround" ? and what with future iTunes ? .. you see what I want to say..

  • Question about using onyx for maintenance.....

    after using this app to maintain, clean up, and clear cahes, log files etc, the applications used to open certain files as default was changed and as a result so were their icons...
    when i restarted my mac i noticed that some of my files (mainly .doc) where given the default icon picture instead of the microsoft word icon and i had to re set them all to open as default with microsoft word
    i know this is a result of something ive done in onyx but am unsure which
    any help apprecited, thanks

    Onyx is third-party software. If you need support or questions answered regarding its use you should contact the developer via his/her web site. These Discussions only provide support for Apple products.

  • Using EMULATOR  for standalone movie?

    hi,
    I have been trying to develope a game which is playable with
    2 players. I
    thought that i can make communication with bluetooth from
    scratch. but as I
    learned that F.lite doesnt support it. and to show my game
    project at
    school, i decided to show it via 2 standalone mobile
    telephone emulators
    thus, I will make communication via shareobject system.
    is there any way to use mobile telehone emulator when movie
    used as
    standalone?
    regards.
    Burak

    Erin Tessman wrote:
    I have made a movie recently with no problem. I burned iTunes music onto a cd and put it back into a file on my computer. Worked like a charm importing it into Windows Movie Maker. Am now making another movie. My iTunes song say "protected" and I can't import it into movie maker. What is different from 4 weeks ago when I made the first one? Can "protected" be removed so I can use this song in my movie? Thanks for any help on this!!
    Simple, the first time you burned the file to an audio CD, CD's by default do not have DRM on them. The second time you just used the original file that was (ans still is) protected by DRM

  • Design question about using DHCP for an SSID

    I've got an SSID that I would like to send out to a public subnet (wifi for guests in the building) but because it's public i don't want to waste a lot of addresses.  So i'm considering a DMZ-type area for the clients to get a RFC1918 address with a single address on the outside.
    Something like this:
    Clients -> WLC4402 -> 10.x.x.xpool -> ??? -> Public subnet
    I know the WLC can dish out my 10.x.x.x subnet to the clients. But my question is the ??? between that and a single IP address and the Public subnet.
    The WLC can't handle that part can it?
    Obviously i could just use a simple linksys router or something to handle that and the ip address pool, but i was hoping there was something in the WLC that can handle it all for me.
    Ideas?  Suggestions?
    Thanks in Advance!

    I guess you are looking for the NAT on the WLC.. this feature is not der on WLC yet.. the WLC acts as a perfect layer 2 device.. this is done only on the layer 3 device currently..
    let me know if this answers your question!!
    Regards
    Surendra

Maybe you are looking for

  • EDIDC40

    Hi I have a doubt about mapping. Why do we disable EDIDC 40 field when Idoc is receiver ? Do we do that always ? And when we disable it do we have to check the option " Apply control record values from payload " In the IDoc receiver communication cha

  • IPhoto 6 error on import

    We are having problems importing photos from our new camera, a Canon A710 IS. We get the following error messages. The following files cannot be imported (they may be an unrecognized file type or the files may not contain valid data.) /Applications/A

  • Editing views in Oracle SQL Developer

    Hi All, I have only just downloaded Oracle SQL Developer and have vreated a view. Now I want to be able to go back to that view and edit. When I right click on the view, it gives the option to edit but my scripts to edit isn't there, morre or less te

  • How to handle the situation to forward work item manually?

    Hi All, In my workflow - For agent determination I have some custom logic to determine agents. If custom logic donu2019t return any agents then the requirement is work item needs to send back to workflow initiator. My issue- When no agent determines

  • Setting all word 2008 windows to a specified zoom?

    I would like to get a script to set all word 2008 windows to a specified zoom setting. Ideallly, I would like to have an option pop up and ask me for the setting eg a percentage or page width, and page height. Would someone know how to achieve this?