[b]Capture device problem with JMF[/b]

Hi,
I am doing audio and video transmission using the AVTransmit2 program. This program is at the server side. When 1client requests a transmission, it works fine. I am able to receive the audio and video. But when i have more than 1client i get the error: "Capture device in use", "Cannot create data source". I have created 2 players to render the audio and video on the screen.
Note: I am using an Object Request Broker(Visibroker) to route the client requests to the server and sending the replies back to the clients.
Please help, it's urgent.
For any reply e-mail me at: [email protected]
Thanking you in advance.

No, sorry. Haven't got an solutions yet........
However messing around with the permissions and settings in etc/security/console.perms and /etc/udev/50-udev.rules is causing it to not work in root either.....so i think it has something to do with it. However not figured it out yet.
But these files and setting do not apply to windows.....
Does anybody hav a solutions for the problem?
Greeting,
Olly

Similar Messages

  • Detecting Video Capture Devices without Installing JMF

    Hi All,
    I want to detect the video capture devices, without installing the JMF.
    I had included the jmf (windows version) in lib path in netbeans ide. I am able to detect the audio capture device. But unable to detect the video capture devices. But if I install the JMF, I am able to detect the Video Capture devices in My system. Can anyone help me?
    Thanks,
    Vinoth Kumar.

    YES! Please take a look at SIP Communicator project. They have all what u want.
    The main idea is copy all .dll files to System or System32 (Please check files which JMF will copy to ur computer and where).
    U need to have jmf.jar and sound.jar too ( maybe more) in your computer.
    Your program should have DirectSoundAuto.java, JavaSoundAuto.java, JavaSoundDetector.java, JMFInit.java. Those files are in JMStudio source code. They are used to detect all capture devices and register it to JMF, but wait !!! where they will be saved? In order to save information about capture devices which are detected, you should create "jmf.properties" file in the same location with jmf.jar.Therefore, u should modify the JMFInit.java so it can check if the "jmf.properties" exists. If it's not, you have to create it.
    Check SIP Communicator at Folder "media" then "device". They have modified those files I mentioned above and created some new files to SC can detect more devices.
    Edited by: tamngminh on Sep 16, 2008 9:50 AM

  • XML Document Not working / Capture device problems HELP!

    Whenever i open the xml file from justin.tv it always says "Log File Cannot Be Created," then ist says "Profile Vlidation"
    And whenever i select my captutre card it always says " Problem With Video Capture Device"
    Somone please help me!
    (i have attached the xml file that keeps on crashing for me)

    You are getting "Log File Cannot Be Created" error because when you download XML file from someone else computer then FMLE  by default folder takes path for Log file as his "My Videos" folder. So while checking the profil, FMLE gets to know that this profile is not perfect and hence gives "Profile Validation Error" and then silently corercts those errors. After clicking OK on "Profile Validation error" window, you can go to Encoding log tab and check the changes that were made in FMLE on above the settings of your XML profile file.
    You are getting "Problem With Video Capture Device" because either the drivers of your device are not corerctly isntalled on your machine or your device is busy with some other application or your device is not connected properly. Please check the drivers and connectivity of your device and make sure that your device gives RAW/Uncompressed Video format only

  • Capturing device offline with BlackMagic DeckLink Quad

    Hi guys,
    I have a problem capturing with a BlackMagic DeckLink Quad and Premiere Pro CS6. Capturing with the Blackmagic included Media Express software works fine.  However, Premiere Pro tells me that my capturing device is offline.
    What I did to run the capture:
    Open Premiere Pro CS6
    New project --> set capture to Blackmagic capture --> press ok
    New sequence dialog --> select format exactly like specified in system control panel of BlackMagic (1080 25p).
    Open capture dialog with F5 key.
    Tells me that the capturing device is offline.
    Controlling capturing properties for Blackmagic Capture and ensuring that they match the system control panel specs  and the specs used in the other software(1080 25p, Video Format: Motion JPEG)
    Final State --> Premiere Pro still tells me that the capturing device is offline and I have a black window.
    I read somewhere that the installation order of driver and Premiere Pro is important, therefore I tried already both constalations (Driver, Premiere Pro - Premiere Pro, Driver ) without any success. A driver update of the Declink Quad did not have any effect.
    Driver version:
    Blackmagic DeckLink SDI - Date: 22.01.2015 Version: 13.4.10.868
    Any help would be highly appreciated.
    Best

    Yes, Component is indeed not a better quality... Interesting because I did plug into a flatscreen, and I have nothing as well... So maybe it is the component out of the z1u that is not even working! Will try with another cable in case, but that may be the answer... Thank you for pointing that out! didn't even think about it...
    I'm really trying to capture old HDV tapes, and always get those phantom breaks with Firewire (using another deck since it's broken on the z1u), now I'm wondering if you get less breaks doing 1080i or ProRes?? Although files are way bigger.

  • Export from capture devices problem !!

    Hi,
    I'm trying to export audio and video from capture devices (typically a mic. and a web cam), the capture process goes fine, I can even preview everything, but the problem comes when I try to export, I always get the "NoDataSinkException", and I don't know why ??
    Please, I need help urgently

    hmm..I ment that although the jmf pack is installed the program is not detecting any video devices, but when I run jmstudio the program detect video devices successfully.. so my question is..where is the problem?; when I copy the jmstudio sorce code to my ECLIPSE I run it but when I ask the program to seach for video devices the program can't detect any video devices!

  • Classpath problems with JMF

    Hi all,
    I'm trying to develop a simple application using JMF; I've problems importing classes from javax.media package. Problem with my application is that when I explicitly specify classpath as a command line argument to javac my application compiles; but if I use CLASSPATH environment variable it doesn't. Here's the output:
    situ@situ-desktop:~/myjava/media$ cat First.java
    import javax.media.*;
    public class First{
    situ@situ-desktop:~/myjava/media$ echo $CLASSPATH
    /home/situ/jmf/JMF-2.1.1e/lib/jmf.jar:/home/situ/jmf/JMF-2.1.1e/lib/sound.jar:.:
    situ@situ-desktop:~/myjava/media$ javac First.java
    First.java:1: package javax.media does not exist
    import javax.media.*;
    ^
    1 error
    situ@situ-desktop:~/myjava/media$ javac -classpath /home/situ/jmf/JMF-2.1.1e/lib/jmf.jar First.java
    situ@situ-desktop:~/myjava/media$
    Thanks.

    According to the documentation, it wants you to set two environmental variables, JMFHOME and CLASSPATH. And it wants the CLASSPATH to be relative to that JMFHOME variable.
    Try this.
    setenv JMFHOME /home/someuser/JMF2.1.1
    setenv CLASSPATH $JMFHOME/lib/jmf.jar:.:${CLASSPATH}

  • Lotus Traveler Address Encoding for Apple Devices Problems with Z10

    Hi,
    we have problems with the Lotus Traveler Address Encoding for Apple Devices IBM Notes and Domino wiki
    We are running Traveler 9.0 with BES 10.1 and 10.1.0.2354 on the Z10.
    When composing a new mail addresses from our Domino NAB are shown like this:  [email protected] instead of the name. It seems to me that name search is first looking to the Internet address field in the Domino NAB. In our case this field is empty (and cannot be filled with an address). If the field is empty, the User name or the Short name field seems to be used. This fields are filled with Domino like names like John Doe/City/Company. The Traveler Server will convert these names (see link above) and the Device (Z10) should only show the common name instead of the converted name.
    This is not working on our Z10s. The converted name is always shown like [email protected] and you don't know the real name.
    Is the problem known? Any workarounds?
    Edit: Further investigations have shown that the conversion works if you use an address in the mailbox the first time. If you use it later again, it is coming unconverted from the address chache. Also if you perform a remote search from the contacts app the converted name instead of the common name is shown.
    Regards
    Nico

    Hi Friend,
    While your idevices still having apps downloaded by the old Apple ID, Apple Store will ask you for the old Apple ID and password to updated them. But, if you delete all apps downloaded by the old Apple ID, then download again by the new Apple ID, Apple Store will not ask you anymore for the old one.
    Hope it helps

  • Capture driver problems with Ti4200-VTD8X

    its nice to see that some people having problems with the cature driver for this nice card.
    is it possible that someone from (a) the development team can say what the status is of working out this problem or can someone give a real answer to this problem.
    well hopefull that i can handle the repair console for win2k so i could disable the capture driver manually.
    it's a very good feature of this card and i don't want to throw this nice card out of the window(s).
    cu next
    Mario

    Try Ulead Video Studio or check your card's bundled software.Intervideo WinProducer anywhere?
    Check your card's manual for proper connections   :D

  • Problem with JMF

    j'ai install� la JMF2.1.1e sous LINUX.
    Quand je lance l'initialisation de la JMF:
    [pnv@dell-linux113 bin]$ jmfinit
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    JavaSound Capture Supported = true
    Exception on commit = java.io.FileNotFoundException: /home/pnv/A_V_V/JMF-2.1.1e/lib/jmf.properties (Permission denied)
    JavaSoundAuto: Committed ok
    java.lang.Error: Can't open video card 0
    java.lang.Error: Can't open video card 1
    java.lang.Error: Can't open video card 2
    java.lang.Error: Can't open video card 3
    java.lang.Error: Can't open video card 4
    java.lang.Error: Can't open video card 5
    java.lang.Error: Can't open video card 6
    java.lang.Error: Can't open video card 7
    java.lang.Error: Can't open video card 8
    java.lang.Error: Can't open video card 9
    Lorsque je veux visualiser avec JMStudio une video encod� en H263:
    J'ai une fenetre qui apparait: JMStudio Error
    Controller Error:
    Internal module com.sun.media.BasicFilterModule@262c31 failed!
    [pnv@dell-linux113 bin]$ jmstudio
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    java.lang.ArrayIndexOutOfBoundsException
    at com.ibm.media.codec.video.h263.ReadStream.fillBuffer(ReadStream.java:101)
    at com.ibm.media.codec.video.h263.ReadStream.nextBits(ReadStream.java:56)
    at com.ibm.media.codec.video.h263.H263Decoder.GetNextStartCode(H263Decoder.java:1579)
    at com.ibm.media.codec.video.h263.H263Decoder.DecodeGobs(H263Decoder.java:542)
    at com.ibm.media.codec.video.h263.H263Decoder.DecodePicture(H263Decoder.java:510)
    at com.ibm.media.codec.video.h263.JavaDecoder.decodeData(JavaDecoder.java:286)
    at com.ibm.media.codec.video.h263.JavaDecoder.process(JavaDecoder.java:242)
    at com.sun.media.BasicFilterModule.process(BasicFilterModule.java:322)
    at com.sun.media.BasicModule.connectorPushed(BasicModule.java:69)
    at com.sun.media.BasicOutputConnector.writeReport(BasicOutputConnector.java:120)
    at com.sun.media.SourceThread.process(BasicSourceModule.java:729)
    at com.sun.media.util.LoopThread.run(LoopThread.java:135)
    Internal module com.sun.media.BasicFilterModule@262c31 failed!
    Avez vous une idee??
    merci de m'aiguiller.......
    En fait je fait un projet qui transmet du flux RTP video et audio; pour l'audio pas de probleme, pour la video:
    Failed to realize: com.sun.media.ProcessEngine@186c730
    Cannot build a flow graph with the customized options:
    Unable to transcode format: H263, 176x144, FrameRate=25.0, Length=0 0 extra bytes
    to: H263/RTP
    outputting to: RAW/RTP
    Error: Unable to realize com.sun.media.ProcessEngine@186c730
    java.lang.UnsatisfiedLinkError: JMFSecurityManager: java.lang.UnsatisfiedLinkError: no jmutil in java.library.path
    initOK_audio ===== null
    initOK_video ===== null
    =====================================
    javax.media.NotRealizedError: Cannot set media time on a unrealized controller
         at com.sun.media.BasicPlayer.setMediaTime(BasicPlayer.java:427)
         at transmitrtpserveur.AVTransmit3.startTransmissionV(AVTransmit3.java:381)
         at transmitrtpserveur.ThreadStartTransmissionV.run(ThreadStartTransmissionV.java:56)
    javax.media.NotRealizedError: Cannot set media time on a unrealized controller
         at com.sun.media.BasicPlayer.setMediaTime(BasicPlayer.java:427)
         at transmitrtpserveur.AVTransmit3.startTransmissionV(AVTransmit3.java:381)
         at transmitrtpserveur.ThreadStartTransmissionV.run(ThreadStartTransmissionV.java:56)
    Merci de votre aide, c'est super urgent !!!!!

    I think you installed JMF as root.
    you need to su root, and change chown and chgrp on the install directory of JMF in pnv

  • *FCP capture & compatibility problems with JVC BR-HD50 deck*

    Please help.
    I’m looking for someone who has shot w/ JVC GY-HD200 cameras, using JVC Pro HD MINI dv tape stock and uses a JVC BR-HD50 deck and edits on the most recent (6.03 update) version of FCP. Or some amazing, savvy whiz that has solved this problem.
    I now know that Apple does not support the JVC BR-HD50 deck. However, Apple does support the JVC GY-HD200 camera.
    I have more than 100 plus-hours of footage (shot on JVC proHD mini dv w/ 2 JVC GY-HD200 cam) that is begging to be digitized. I’m not going to ruin my heads by digitizing all this footage from the camera.
    I need a straight answer boys…All I need to know is what deck to use…
    Can someone please tell me what deck is compatible, is supported by Apple AND is available?
    As far as I know there isn’t any” JVC HD deck that’s “currently available” AND “supported” my Mac.” Yes, I’ve been the mac page - Spoke w/ B&H and other outlets and the JVC 6000u is no longer available.
    I spoke with a very patient FCP tech-support fellow & he suggested the JVC CJ VHI…or another FCP tech recommended the “no longer available 6000. These don’t work.
    The bottom line is that my new deck doesn’t fully communicate w/ FCP. (TC issues) Having consulted many savvy FCP editors, IT pros specializing in video & mac, a smart & determined video guy from “B&H,” as well as the fine gentleman at Apple (never spoke to a woman) who are apparently FCP whizzes—I’ve gotten a lot of, “try this,” or “apple doesn’t support the br-hd50 deck or “it looks like your (brand new, custom loaded tower) doesn’t recognize any component that uses fire wire – you need to take it to an apple store.” Which was not true. My fire wire ports work just fine.
    Perhaps Brandon or Jeff (the fantastic mac FCP support) or a few of the folks from JVC could chime in…Kunihiko Sato-san or anyone who is innovative, smart or perhaps wears a black turtleneck. Please only respond with proven results not theories… and “yes” I tried to load video without the latest FCP update, changed cables & tried all the troubleshooting techniques from the Apple FCP support staff. In addition, I “updated “my brand new” JVC deck - Hiromi Minakawa-san?
    I’d greatly appreciate some help with this. I’m not a FCP, Mac or super-tech guru. Thank you!

    Can you tell us exactly what the problem is? Is the computer not recognising the deck at all or is it importing broken clips with huge gaps? (the usual problem).
    If you are using FCP 6 try bringing the footage in as ProRes. This usually brings in the footage with only a small number of frames missing from the beginning of each shot.
    This camera is at it's best if you use the DR HD100 onboard hard drive, save yourself hours of digitising and keep the original tapes as archive / backup and no quality loss (or missing frames for that matter). I have clients who post produce themselves who use this camera purely for this feature.

  • Problems with JMF and audio files.

    Sofware:
    Java Version 1.5.0_03
    JMF Version 2.1.1e
    Windows XP SP2
    I have a application that consists of 2 parts. The first is an editor for creating exercises, like multiple-choice, matching and so on. The second part is a “client”, used to solve the exercises. The client uses Java Webstart.
    When I include audio clips in the exercises they play just fine using the client, but in the editor program I just get a clicking sound, and then the application stops responding.
    The strange part is that the editor and client use the exact same code to playback audio clips.
    The old version of the editor (developed for Java 1.3.x) works just fine under Java 1.3.x, but when the same byte-code is launched under Java 1.5 I get the same problem (clicking sound and then the application stops responding).
    Any suggestions?

    When installing JMF, two new packages are stored in the jre\lib\ext folder : jmf.jar and sound.jar.
    Sound.jar contains the same api that are in the packages sound.midi and sound sampled contained in jre.
    Maybe these new api are an improved version but i noticed some trouble playing sound and i delete sound.jar file, now it works fine.
    Try this, maybe you had the same problem.

  • Capturing Video stream with JMF under LINUX??

    Ok, i am confused! I have read lots of info over this subject, but at some sites and forums i read that some people did not succeed in capturing ( and displaying) a live video stream with Java under Linux.
    Is it possible? and if so, can someone give me a sample code or a link to a sample code? thankz a lot!!

    Cross-posted
    http://forum.java.sun.com/post.jsp?forum=54&thread=456420&message=2083138&reply=true

  • Rapoo Headset Wireless device problem with S205 ideapad

    Problem on my s205 wireless lan card with rapoo headset. Once I connected the wireless headset adapter to usb port of  S205,  my wireless Lan disconnected from internet. First the speed getting slower and wireless connection to internet disconnected. I had updated the drivers but still the same problem.  Please help. tnx.

    Problem on my s205 wireless lan card with rapoo headset. Once I connected the wireless headset adapter to usb port of  S205,  my wireless Lan disconnected from internet. First the speed getting slower and wireless connection to internet disconnected. I had updated the drivers but still the same problem.  Please help. tnx.

  • Phantom device problem with Power Manager in Win7, look at the pics

    Hi All,
    I found a phantom "Powered Off" device in My Computer, see the following picture:
    http://img23.imageshack.us/img23/8097/mycomputeru.png
    It's probably related to the Power Manager (version 3.11a), because when i right-click on the device, i see the Launch Power Manager option:
    http://img691.imageshack.us/img691/7779/poweredoffproperties.png
    Clicking Power on or Eject does nothing.
    There are no devices missing in the Device Manager, and everything is powered and running.
    No errors or warnings in Event logs. No issues with Windows at all.
    Restarting Windows makes this dissapear.
    Any clues on what's this device?
    X200T 7449-EKU, Windows 7 Ultimate 64-bit.
    Note from Moderator:  Image(s) >50k converted to link(s).

    Aim better?
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • JMF Problem with Logitech camera

    Hi
    I have a problem with JMF Registry Editor. I've tryed Detect Capture Devices and during detecting my computer crashes (blue screan) and restart the system. How can I solve this problem? I've set JMFHome.
    Thank you in advance.
    Falken

    Blue screen means something in the Windows code is crashing your computer. There's probably not anything you can do to fix it except unplug any devices you have plugged in...

Maybe you are looking for