Is there anybody working with JMF?

hi,
i am going to manipulate mpeg2 video format using JMF, can anybody guide me from where i should start and
provide some link for useful study. is any special sort of development kit is needed?
thanx in advance,
amt

Hi!
Its not a big problem.Go to Sun site .There are huge material and samples are available there and i am sure that u can find its best to solve your problem.Go to
http://java.sun.com/products/java-media/jmf/2.1.1/solutions
Here are the samples code and it can solve your problem
Best of luck

Similar Messages

  • Getting RTSP servers to work with JMF

    I have read through many postings about this, but none of them have been answered. Has anyone gotten JMStudio or any other JMF application to be able to properly recieve video streams in any format from a video on demand server using RTSP? I have tried Darwin Streaming Server (which the JMF faq claims has been tested with JMF, so I take it someone out there knows how to get this working) and Real's Helix Universal Server Basic. I have tried using JMStudio's Open URL menu, and writing a simple application to act as a client.
    At this point I would just like to find some server that works with some file/encoding format. Has anyone gotten anything to work? Thank you.
    -Brad

    I am facing the same problem. does anyone succeed to write a java RTSP player that interfaces well with Darwin Streaming Server?
    I don't find any examples of MPEG1 streaming in JMF. Most samples i.e. SimplePlayerApplet.java (param="sun.avi") use local video paths but not rtsp:// URLs.
    Samples like AVreceive.java / RTPUtil.java do not use explicit MPEG1 samples and assume that you have an RTP server. And other apps like http://www.alphaworks.ibm.com/tech/mpeg-4 are not fully open source.
    What streaming server would you suggest to use? I tried without success to stream a video within a java applet using DarwinSS (ok with .mov, .mp4 but not in java) or RealServers (ok with .rm but also not in java).
    In http://java.sun.com/products/java-media/jmf/2.1.1/support-rtp.html it is said that the following RTP servers are compatible with the JMF RTP Player (using javax.media.rtp) but each of them have a serious drawback:
    ShowMeTV Transmitter (commercial), IP/TV Server (commercial), vic (Video only), vat/rat (Audio only).
    Thanks in advance for any reply

  • Anybody work with oracle.javatools.editor package ?

    Subj

    To answer your question: Yes, I am sure many people work with oracle.javatools.editor package. If you have a more specific question post it. Someone might have the answer you're looking for.
    PS I don't work with this package, I was just wondering why this post didn't have any replies.
    DB

  • Anybody working with Help files?

    The following code was written to access a Help file:
    IF (self.ValidateHelpFile(l_tdHelpFile) = TRUE) THEN
    self.Window.WindowSystem.WinHelp
    (window = self.Window,
    helpFile = l_tdHelpFile,
    command = WH_KEY,
    data = '');
    END IF;
    When the Help file is accessed, the Help file is displayed with the Index tab
    enabled first. The problem is the Index tab is the second tab in the Help
    screen. Is
    there a way of displaying the Content tab first since this is the first tab in
    the
    Help screen?

    I'm working on a MIDI project too! The sad part is that I picked the topic, didn't realize it would be so complicated. Can you explain a little more of what you are trying to do? My project is to parse several MIDI files and see if it can make new music that sounds like the files you threw at it. Let me know, if you'd rather work through e-mail you can e-mail [email protected] Talk to you soon!

  • Does anybody works with the widget "one genius gallery" ?

    Hi everyboby
    I already loaded the widget "one genius gallery" Muse Thems and put it on a page of my website
    and I have already changed the design /
    except that I cannot find on my conception Muse page,
    the page details of the link which is on the all little pictures !
    i mean where I can work on it on Muse program ?
    i cannot see any link or a link diaporama, presentation/ with a link somwhere... How it works ???
    Does somebody can tell me where i can open this page (detail of the picture) and change everything ?
    Thank you for your help

    Please check the below links that I found, which explain the editing workflow (haven't checked and verified myself though):
    Editing the Adobe Muse Genius Gallery Widget - Pt.1 (Boxes) - by MuseThemes.com - YouTube
    Editing the Adobe Muse Genius Gallery Widget - Pt.2 (Images) - by MuseThemes.com - YouTube
    Hope this helps.
    Cheers,
    Vikas

  • I would like to know if there is a Calendar out there that works with Thunderbird 7.0

    I was running Thunderbird 5 and then when I cam in one morning to start my computer all my add ons were gone. And I lost all my information on my calendar and the calendar.

    Thunderbird support is over here. <br />
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or here: <br />
    http://forums.mozillazine.org/viewforum.php?f=39

  • Does anybody work with Taleo Enterprise Edition API (SOAP WSDL)?

    Need your advices on how to realize some actions in the system using TEE API.
    Paticula issue: how to bind candidate and ruquisiotion by TEE API.

    This is usually caused by some sort of class loader problem.  Either the Oracle DB class loader changed in a way that breaks access to resources in jar files, or something has changed in your configuration.

  • ISight is not working with boot camp

    Hi,
    I have a Macbook Pro and very satisfied with it. Formerly I worked with Windows XP, so I decided to buy a Macbook and use boot camp. Everything was fine. In my enthusiasm I bought the LED cinema display. Very good display but the iSight camera is not reliable working with boot camp. There is no driver available. Sometimes the camera is recognized as video device but mostly not. When the camera is not recognized then there is a yellow exclamation mark in the device manager. I don't know what to do. Is anybody working with boot camp and the iSight build in the LED cinema display? And what driver do you use? Hopefully I get some help here. Everything is working convenient except this issue.
    Thank you, Frank

    Sorry, I think I mixed some things. I tried several contellations to find out what is going wrong. The iSight is woking with my MacBook (and boot camp). But it is not working with other Laptops or PCs (all with Windows XP). It is working really rarely but not reliable and not replicatable. In all cases I tried only the USB connector from the LED cinema display. Audio, micro and hub is always working without problems. The iSight driver delivered with the Macbook is not working (only with the Macbook itself). If I had known this before I think I would buy the display although. The display is great. But it is a pity that the iSight is not working when you do not use Apple hardware. May be I will buy the Mac Pro in one or two years when I need a new PC. Perhaps someone can answer if Windows XP is working without problems on a Mac Pro? And is the iSight build in the LED cinema display working (Mac Pro and boot camp)?
    Frank

  • FSM with JMF 2.1.1(a) and one more problem. !! URGENT

    Good AfterNoon All...
    I am working on JMF 2.1.1 and I want to show a .avi file in fullScreenMode.
    How can i do so with jdk 1.4.
    I have gotten viewComponent and control comp.
    My application is running sucessfully. NO PROBLEM.
    But i want to show the movie in FSM . In order to do so, what i am doing is , I remove view
    Comp from my JFrame (in which whole of the process is going on.) .
    Add that viewComp in fullScreenWindow (which is initilized Window with parent frame.).
    But here some problem is there. According to me, it is painting problem.
    viewComp is removed successfully from frame but not added in window.
    Layout of window is border and i am adding viewComp in center of window.
    Running movie is not visible in Window. WHY ? what could be the possible reason.
    Is it possible or It can't happen. ?
    One thing more.... HUH...
    I have a menubar in frame with file and tool menus.
    when player initilized and movie starts running . You know what happens.
    Clicking on menu(s) doesnot cause menuitem(s) to visible or pull down. ?? Oh ! GOD.
    viewComp is at center and controlComp is at South.
    When i click on say fileMenu. file Menu pressed as always happens with swing's color but menuitems donot visible.
    WHY ?
    It seems that menuitems are visible ....hamam.ma...mmm I mean they are hided by viewComp.
    how to get ride of this problem. ?
    Any idea is highly appreciated.
    And it is nice working with JMF.

    Nobody .... ??
    I have found the answer of my 2nd question but still first is creating problem.
    Does anyone know it.. how to do it..
    Full Screen Mode in JFM.
    Thanks
    Sanjeev Dhiman

  • Canon Selphys not working with Gutenprint

    Is there anybody who can confirm that a Canon Selphy (any model) printer (sublimation) is really working with Guteprint drivers (comes with Snow Leopard)? Because there is reports everywhere that they are not working:
    http://discussions.apple.com/thread.jspa?messageID=10078893&#10078893
    http://discussions.apple.com/thread.jspa?messageID=10028860&#10028860
    http://discussions.apple.com/thread.jspa?messageID=10167685&#10167685
    http://discussions.apple.com/thread.jspa?messageID=10163518&#10163518
    Mine is not working with Gutenprint either. I have Canon Selphy CP-740. I downloaded even the newest gutenprint drivers (5.2.4) but no.
    http://gimp-print.sourceforge.net/MacOSX.php
    I have the exact same symptoms as in the first three post in the first thread above: The driver reports that it's 100% ready, but nothing happens. With the updated 5.2.4 it takes the paper inside the printer and then stops there!
    Of course I got it working with the original (old) Canon drivers from Canon's homepage, like some other people on those threads. But the Canon driver is not nearly as good, because there is so darn few adjustments. Gutenprint would have been much better.
    So - Is there any Sephys out there actually working with Snow Leopard's Gutenprint drivers?

    Hi ANinnovation!
    Thanks for posting! Canon does not provide direct support for imageRUNNER series products, but your dealer will be able to help you! If you don't have a dealer, please call us at 1-800-OK-CANON (1-800-652-2666) and we will be happy to provide you with the names of dealers who are in your area!

  • Filter with JMF before capture with third-party utility

    Hello,
    I'm just beginning to work with JMF - played a bit with it, especially with creating effect filters. Now I think need a nudge in the right direction, because it seems I'm stuck on something...
    Here is what I'm trying to do (I don't know if it's even possible): I have a simple video effect filter that works on realtime the data from a webcam. Is it possible to somehow register the output stream from this filter as another capture device (?) that can be used in turn by third-party software (movie capture, skype, etc.)? Say, if I have the following:
    [WEBCAM] -> [MY EFFECT FILTER] -> [SKYPE]
    Is this possible at all, or I'm looking in the docs for something that's just not there?
    Regards,
    - Alex
    P.S. Replies of the type "RTFM" are OK, especially if they contain info where to read, :-)
    Message was edited by:
    avtanski

    OK thanks.
    I've found a utility that modifes several of the date fields.
    Now, I just want to be sure that I don't screw this up...
    Which of the several date fields of a file holds the actual shot date?
    Which of the date fields is used by the organizer to "organize" the video files (avi and mov's) chronologically?
    Thanks for your help

  • Detection problem on HP webcam with JMF

    Hi,
    I'm trying NyARtoolkit and I need to use the video stream of my HP's webcam encrusted above the screen of my laptop (a HP Pavillon tx 2670ef)
    After the installation of JMF, I lunch JMStudio and I manage tu detect my webcam in : File->Preferences->Capture Devices->detect capture devices.
    Then i close the windows and i do File->Capture...->I enable "use video device" and unable "use audio device" then i click on "OK" but aftewards i have an error message saying that JMF couldn't initialize the capture device...
    2 students with me have the same pb...
    I made some researches about this issue and i found this post
    http://72.5.124.102/thread.jspa?messageID=10177842
    Afterwards I've installed ManyCam and i managed to get a video capture from the virtual webcam simulated with ManyCam.
    In fact, when i click on detect capture devices in JMStudio, a windows appears and i can choose "ManyCam Virtual Webcam" instead of "HP webcam".
    Moreover, in the options before capturing video, the encoding is in RVB instead of YUV before with the "HP webcam".
    But when i run my program i have this error :
    java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
         at java.util.Vector.elementAt(Unknown Source)
         at jp.nyatla.nyartoolkit.jmf.utils.JmfCaptureDeviceList.getDevice(JmfCaptureDeviceList.java:80)
         at jp.nyatla.nyartoolkit.java3d.utils.NyARSingleMarkerBehaviorHolder.<init>(NyARSingleMarkerBehaviorHolder.java:68)
         at J3DJME.NyARJava3D.<init>(NyARJava3D.java:174)
         at J3DJME.NyARJava3D.main(NyARJava3D.java:76)
    I tried many other things (Quicktime with QTcap... but i didn't managed to solve this pb yet)
    Coud you help to use my webcam with jmf ?
    josy

    You probably want to remove the crust from your web cam if you expect it to work. Most things that are encrusted aren't in the best of shape...
    JMF connects to web cameras by wrapping around native interfaces. If the JMStudio isn't able to use your web cam, it could mean a number of things...your web cam isn't compliant with the version of the interfaces (VFW and DirectShow, I believe) that JMF is wrapping around, the web cam doesn't output any formats JMF can use, etc.
    But if JMStudio can't use your web cam sucessfully, 99% of the time that means your web cam isn't going to work with JMF... unless you want to code support for it yourself.

  • Does Premiere Elements support DVCPRO-HD? How do I ingest and work with HD-footage from HVX-200?

    Hi there,
    I work with Premiere Elements 11 on a windows PC, and I try to ingest HD-footage from Panasonic HVX-200 Camcorder. Premiere Elements only recognizes thumbnails, but not the footage itself? What do I have to do? Or does Elements only support SD-footage? Do I have to install DVCPRO-HD Codec? Where do I get it then?
    Thanks for your help!, yours Mike

    Welcome to the forum.
    PrE does support HD material, just not all of it.
    With DVCPRO HD on P2 media, I am not sure that you will be able to work directly with the media files from your Panasonic in PrE. This is the list of supported formats: http://help.adobe.com/en_US/premiereelements/using/WSeffff8bffc802084-1665492e133c9c19956- 8000.html#WS300DE01D-F057-4639-96D1-F99EEE163C24
    PrPro can Import and edit DVCPRO HD on P2 media. The Panasonic P2, along with its metadata is supported: http://www.adobe.com/products/premiere/extend.html
    Good luck,
    Hunt

  • NI have a Braun Photo Technik slidescan 3600 and it canot make it work with Lion: Is there anybody who sorted out the same problem? thanks

    I have a Braun Photo Technik slidescan 3600 and I cannot make it work with Lion. Is there anybody who sorted out the same problem? thanks

    We sure do have a problem - this is strictly a user to user assistance forum with users helping other users use the iPhoto program as it is - no one here has any ability to change or influnence the desigh or implementation of iPhoto
    try the iPhoto menu ==> provide iPhoto feedback
    LN

  • Is there a USB 3.0 Hub that really works with the Mac Mini?

    My Mac Mini's four USB 3.0 ports work fine with my four USB Seagate GoFlex 3.0 hard drives. The drives mount at startup, and perform at expected USB 3.0 speeds. But, when I connect the drives to a USB 3.0 HUB to free up the Mac's USB ports for other devices, typically two of the USB Seagate drives will mount at startup, but two won't. There's a fix for this: after startup, I simply disconnect AC power from the drives that didn't mount, and reconnect the power a few seconds later. Now all my drives are mounted, they perform properly, and other USB devices connected to other Mac Mini USB ports (a mouse, a USB midi interface) work just fine as well. It's annoying, though, to have to perform this extra disconnect-reconnect step every time. I've tried two different USB 3.0 HUBs -- one from Uspeed and one from Satechi -- and I have exactly the same problem with both. Question: Is anybody else experiencing the same thing with a late 2012 Mac Mini and a USB 3.0 Hub? Has anybody found a 3.0 Hub that doesn't have this issue with the Mac Mini?

    The USB 3.0 hub instability problems extend beyond the Mac-Mini, as addressed below.
    At long last we're seeing progress in getting 2012 Macs to work with USB 3.0 hubs. As discussed on this and other discussion groups I've had a horrible time with my MacBook Pro Retina  being unstable with USB 3.0 hubs. I know many of you have also or you wouldn't be reading this posting. 
    In June 2012 I bought one of the first 2012 MacBook Pro's with a Retina display. It's been a battle since with Apple selling what appears to be an incompatible or unstable system to effectively communicate with the USB 3.0 hubs. You'll see vendors now making comments that Apple is the source of the problem.
    I've been through USB 3.0 issues with two MacBook Pro Retina laptops. I've also tested a Uspeed hub, with 3 portable USB 3.0 drives connected, at the Apple Store. This was on a newer model MacBook Pro Retina, and also on a 27" iMac. All had instances where drives failed to mount during the short period allowed for testing. (Because of time constraints, we were unable to test at the Store for spontaneous and unprovoked unmounting of drives connected to the hub. These problems have existed since the beginning on my rMBP.)
    I am now on my 20th hub that has been purchased, or provided for testing. They varied from 4-Port to 10-Port powered hubs and involved 11 brand names. Comments were posted on Amazon, Tiger, and others for most of the ones purchased, and some that were tested. Some, like the HooToo specifically warned against use with Macs in the manufacturer's manual and, as I learned, for good reason. That was reflected in my comments for the drive on Amazon.
    The Plugable 7-Port USB 3.0 powered aluminum-finish hub that I have been testing since October 13 was provided  by Plugable after the first one, purchased through Amazon, was returned as unreliable. This 3rd, and newer generation Plugable hub uses the VIA VL812 chipset with the new version 90.81 firmware. My experience over the last 4+ weeks with this hub has been solid. While there have been problems with Eject errors, none were traced to the hub electronics. (Problems with intermittent connections at the cable connectors  appeared to be the cause of the disconnect errors. Almost all of the failures were traced to intermittent Micro-B connectors, but that's another story.)
    In addition to the greatly improved reliability of this hub, I find several features of this Plugable to be a plus including:
    The plug engages fully to the "hilt" when plugged into the hub giving a solid connection, as occurs on the MacBook Pro Retina USB 3.0 ports. Others hubs typically had a gap between the "hilt" of the connecting end, and the hub allowing for lateral movement. With some hubs this allowed for intermittent connections if the cable was disturbed.
    The on/off switch on the hub allows the hub to be powered down when not in use.
    The full size Type-B connectors on the cable at the hub end engage solidly. Hubs with Micro-B connectors have presented intermittent connections in the cable connector.
    The aluminum case looks attractive with Macs, IMO, but not a reason to buy.
    Overall, Plugable's support is the best I've encountered. I've found their response to questions to be prompt and thorough. This, coupled with their online support articles has put them at the top of my list. They provide news and information that I've not found with other hub vendors.
    The article titled "Plugable USB 3.0 7 Port Hub Firmware History" at the below link gives insight into the history of the problems that we've been having with the USB 3.0 hubs on Macs and the firmware updates, regardless of the brand of hub you have.  Apparently, if you have the VIA VL 812 chipset, firmware version 85.81, you're in safe territory.
    http://plugable.com/2013/10/30/plugable-usb-3-0-hub-firmware-upgrades2
    (One of the Plugable hubs appears identical to the black 7-Port Uspeed hub, and both use the VIA VL 812 chipset. They appear to be from the same manufacturer with the real difference appearing to be in the VL812 version of the firmware in the hub.)
    Some of the firmware can be upgraded, and some can't. Contact Plugable or Anker if you're affected.
    Uspeed has made improvements, but they were still unstable as of the last one I received for testing. In her last reply on 10/13/13 Sunnie with AnkerDirect Customer Support stated:
    Unfortunately, the new Firmware version (908x) does not work with the model "68UNHUB-B7U" you have. The hub bellow has much less complaints about Mac issue. We suggest that you order this one.
    http://www.amazon.com/gp/product/B009Z9M3DY
    AnkerDirect Customer Support
    Note that the above hub recommended by Anker has an 8th port just for charging iOS devices. Some will see this as a plus. However, the lack of such a port is not seen as a big problem. It's easy and relatively inexpensive to purchase extra 5V power adapters for charging, which is my preference. Plugging and unplugging devices on a hub that is powered "On" presents the potential for movement of the cables. This could interrupt a cable connection  and disconnect a drive during data transfer resulting in corrupted files. With 7 and 10 port hubs, and all the cables needed, this gets risky.
    I believe the USB 3.0 hub issues we're having are the result of poor design of the Mac's USB 3.0 implementation at the start. Unstable hubs that I've had a friend with Windows 7 test, said they "performed like a dream" on his PCs. This indicates the problem is with Macs, not the (twenty) hubs I've used.
    A statement from a support person dealing with USB 3.0 hubs tells what's I've long suspected: " -- the evidence is pointing to something specific to the Apple design (perhaps external to the chipset, like the signal re-driver….."
    If you're having USB 3.0 problems, be sure to let Apple know by sending in a Feedback comment to Apple at:
    http://www.apple.com/feedback/ 
    I'm told they read and treat the feedback seriously (although the duration of this USB 3.0  problem makes me wonder if Mavericks and iOS 7 haven't had a higher priority and distracted from this. Microsoft got USB 3.0 right, how about it Apple?)

Maybe you are looking for

  • Why is it not possible to assign a hotkey to onion skinning? (For toggling on/off)

    In Flash CS6 when animating frame-by-frame by hand, I'm constantly toggling onion skinning on and off, and the same with the "loop" button right next to it for looping a certain range of frames. Neither of these appears to be assignable to a hotkey,

  • Ipad 2 no volume sound after upgrade to ios 8.1

    ipad 2 no sound for all the apps after upgrade to ios 8.1 youtube videos playing without sound  ...  sic only facetime works...

  • Oracle BI coreapplication down

    Hello, I have a weird problem with the Oracle BI installation and am wondering if anyone can shed some light on it. I have done two separate installations of Oracle BI on two separate machines. The installation procedure on both was the same: I have

  • Insert command in Sql

    Dear Team , I need to insert a values into an table starts with 1 and ends with 1000 . Insert the values manually will be tough one . May I want to insert the values Manually ? or Any other insert command to do this above task . Kindly help me to sol

  • More than 100 members in Dynamic Calc

    Hi, I just realised I had more than 100 children for a dynamic calc member in a sparse dimension. I can save outline but its sends me warnings. What else could happen if I leave it as it is?Thanks in advance