How to use JMF in ipv6?

I wrote a program that can run in ipv4. But when I change the IP address from a IPv4 address to a IPv6 address, it doesn't work any more. Do I miss anything? Is there something else I should do to make it work in IPv6?
p.s. I can have my program contact server with a IPv6 address using only socket, but I can't do that using JMF. Why?

Hello,
I posted it in the correct forum itself, once again check your link... it is the same forum to which i posted.

Similar Messages

  • How o use JMF?

    can someone tell me how to use JMF with particular programs?
    Thanx..:)

    i also have similar problem. how i use jmf in develop a program to capture image with webcam and capture it.wat should i do before this stage.thanks.....

  • How to use jmf convert the rtp packet (captured by jpcap) in to wav file?

    I use the jpcap capture the rtp packets(payload: ITU-T G.711 PCMU ,from voip)
    and now I want to use JMF read those data and convert in to wav file
    How to do this? please help me

    pedrorp wrote:
    Hi Captfoss!
    I fixed it but now I have another problem. My application send me this message:
    Cannot initialize audio renderer with format: LINEAR, Unknown Sample Rate, 16-bit, Mono, LittleEndian, Signed
    Unable to handle format: ALAW/rtp, Unknown Sample Rate, 8-bit, Mono, FrameSize=8 bits
    Failed to prefetch: com.sun.media.PlaybackEngine@1b45ddc
    Error: Unable to prefetch com.sun.media.PlaybackEngine@1b45ddc
    This time the fail is prefetching. I have no idea why this problem is. Could you help me?The system cant play an audio file / stream if it doesn't know the sample rate...somewhere along the way, in your code, the sample rate got lost. Sample rates are highly important, because they tell the system how fast to play the file.
    You need to go look through your code and find where the sample rate information is getting lost...

  • How to use JMF without download it?

    hi all,
    I have a Video conferencing using JMF
    - transmission : an application (with capturing a webcam source and jmf installed)
    - reception : an applet (display the video without jmf)
    How could a remote user use the applet without download jmf?
    Thanks a lot
    Christel

    hi,
    I have tried this way but it doesn't work.
    I have make a jar-file but there is not Manisfest inside.
    My process:
    1- Type of Archives -> "JAR de l'applet" (Jar of the Applet)
    2- Name = JAR de l'applet
    File = C:/CAV/RtpApplet/RTPApplet.jar (I don't know what i can put in this area)
    I have also checked all CheckBoxes
    3- Classes et ressources du projet (Classes and resources of the Project) -> I have check "Toujours inclure les classes et ressources" (always include classes and resources)
    Add classes et packages : javax, com, rtpavc (my personal package)
    4- Library = "AV" (which is the entire jmf.jar)
    select the CheckBox "Inclure classes et toutes ressources requises" ( include classes and resources needed)
    5- select the CheckBox "Inclure un Manifest dans l'archive" (include a Manifest in the archive)
    Select the RadioButton : "Cr�er un Manifest" (Create a Manifest)
    I have a jar-file (the "JAR de l'applet") but when i select it i have nothing inside and no Manifest-file.
    I really don't know how it's working.
    I really need your help,
    Thanks in advance.
    Christel

  • How to use JMF in SWT

    Hi all,
    I want to create an application in SWT, which is able to play all types of music files. By using JMF i am able to do it in Swing, but i want to do it in SWT. (Should not use any AWT components).
    Can any body tell how to do this ?
    Thanks in advance !!

    Hello,
    I posted it in the correct forum itself, once again check your link... it is the same forum to which i posted.

  • How to use JMF (pull)datasource class to access individual video frames?

    Is there anyway of using JMF datasource or pulldatasource class to access individual video frames?
    Edited by: pakkito on Apr 9, 2008 3:15 AM

    Is there anyway of using JMF datasource or pulldatasource class to access individual video frames?
    Edited by: pakkito on Apr 9, 2008 3:15 AM

  • How to use JMF Package.

    I haven't use JMF so any one can help me out and can guide me and tell me.
    the best tutorial or JMF Package Detailes. ????

    http://www.javaworld.com/javaworld/jw-04-2001/jw-0406-jmf1.html

  • How can I use JMF with IPv6 ? (Help me please)

    I have to develop VoIPv6 application. Then I decide to use Java language and JMF to implement it.
    I tried to run AVTransmit2,AVReceive2 and AVTransmit3,AVReceive3,RTPSocketAdapter, they're work in IPv4 but not work in IPv6.
    So I tried to solve this problem by searching from websites.
    One suggestion is adding the -Djava.net.preferIPv6Addresses=true when using the java command. But it doesn't work.
    Another suggestion is modify the RTPSocketAdapter, I have read this source code but I have no idea to modify it.
    So if anyone has an idea to solve my problem, please advise me please. Your answer will be appreciated.
    ================================================
    I tested on WindowXP (already install IPv6), jdk1.5, JMF2.1.1e.

    Siri is not on the iPad 2.

  • 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

  • How to use JMF capture two webcam?

    I want to use two camera in the same time. Can I do this? If JMF can't do it please suggest me how to do this.

    There is a thread in this forum about your question.
    Time to search! :)

  • How to use JMF in p2p system ??

    I want to develop a system about p2p stream,and I use the jmf as the client.
    could you guys suggest me ?? and provid some material to me ??
    PLEASE !!!!

    Find on the net AVReceive2, AVTransmit2, AVReceive3, AVTransmit3 and RTPSocketAdapter Java source files. Just search in google or yahoo, for instance, they are available everywhere. These are the the most used when beginning to work with JMF. Number "3s" are actually the ones you might be looking for. Something like p2p video/audio streaming.
    Hope that helps

  • How should use jmf to broadcast bigger media file?

    Hello! I have a question about JMF RTP
    I use the AVTransmit.java to play a video file.
    but it show error
    this is error message:
    java.lang.ArrayIndexOutOfBoundsException
    at java.lang.System.arraycopy(Native Method)
    at com.sun.media.codec.video.mpeg.Packetizer$MPEGSegment.copyData(Packetizer.java:623)
    at com.sun.media.codec.video.mpeg.Packetizer$MPEGSegment.copyData(Packetizer.java:608)
    at com.sun.media.codec.video.mpeg.Packetizer.doGOP(Packetizer.java:423)
    at com.sun.media.codec.video.mpeg.Packetizer.doProcess(Packetizer.java:302)
    at com.sun.media.codec.video.mpeg.Packetizer.process(Packetizer.java:218)
    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.mcan you help me?
    thanks
    KD

    Jie Li,
    For guidance on using D3L, I suggest you refer to Appendix B in Oracle® Application Server InterConnect User’s Guide, 10 g (9.0.4), Part No. B10404-01.
    You can download the Guide from here.
    http://download.oracle.com/docs/cd/B10465_01/integrate.904/b10404.pdf
    This should help to answer your questions.
    Cheers, Yan

  • How to use JMF

    hi,I think I will be writing some JMF code.
    I am now using j2sdk1.4.1_01,can I write JMF code with this one?or do I need to install new sdk for it?
    and I found that JMF API is apart from my standard API for J2SE,why?JMF is part of J2SE,isn't it?
    can anyone help?

    JMF is not part of J2SE. It is an optional package that must installed separately.
    After all, why ship another 10Mb of code to every single Java user, if only
    1% of the users would use it. So it will always be an extension to java.
    You should read the Frequently asked questions section in the JMF documentation. That will answer a lot.
    http://java.sun.com/products/java-media/jmf/reference/faqs/index.html
    regards,
    Owen

  • JMF with IPv6

    Hello!
    I am trying to solve the MediaLocator problem wirh JMF and IPv6. I read the solution for JMF with IPv6 allready brought up in this forum and the article 'http://www.ctie.monash.edu.au/DSS-IPv6/jmf-ipv6.htm', but it is not working.
    I checked all hints, and all my IPv6 settings like reverse lookup on my machine... but I still get the message 'Cannot create the DataSink: java.io.IOException: No Valid RTP MediaLocator
    Failed to create a DataSink for the given output MediaLocator' when i try to transmit a rtp stream.
    I am using Linux with working (allready tested), Java 1.5 and JMF2.1.1e
    Does anybody has a suggestion how to solve my problem and how to use JMF with IPv6.
    Thanks
    Adam

    Hello!
    I am trying to solve the MediaLocator problem wirh JMF and IPv6. I read the solution for JMF with IPv6 allready brought up in this forum and the article 'http://www.ctie.monash.edu.au/DSS-IPv6/jmf-ipv6.htm', but it is not working.
    I checked all hints, and all my IPv6 settings like reverse lookup on my machine... but I still get the message 'Cannot create the DataSink: java.io.IOException: No Valid RTP MediaLocator
    Failed to create a DataSink for the given output MediaLocator' when i try to transmit a rtp stream.
    I am using Linux with working (allready tested), Java 1.5 and JMF2.1.1e
    Does anybody has a suggestion how to solve my problem and how to use JMF with IPv6.
    Thanks
    Adam

  • How to capture the video in a file using JMF-RTP?

    Please someone help in capturing the live streaming in a file using JMF......
    Thanks..

    Hi, I have a problem with RTPExport output video files. One side streams H263/RTP(AVTransmit2.java) and other write this steam to a file by RTPExport.java. When network conditions are ideal, output video file has same fps and same number of frames like original file. Problem occures, when theres packet lost in network, then output file has different fps,and also has less frames like original video(because it didnt write missing frames to file, and thats why it get shorter). Pls how can I achieve output file that will have the same fps like original one? How to write to file an identical copy of what I can see while receiveing video with AVReceive2.java? Its there a way to modifi rtpexport or avreceiver to do this? Thanks!

Maybe you are looking for

  • Script Works on MacBook and Mac Mini but Not MacBook Air

    I just bought a new Mac Mini and 11' MacBook Air, and I have a script that works on the former but not the later. Running it on my Air generates the error, "error "Finder got an error: Can't set alias "My Hard Drive!:directory path:File Name copy.doc

  • CAMERA RAW 8.7 DOES NOT WORK.

    I have downloaded Camera Raw and DNG Converter 8.7. DNG Converter works fine. Camera Raw 8.7 does not appear in Photoshop CS6 Camera Raw Processor, but opens as 8.4...How do I get 8.7 in Camera Raw/CS6, I also have Lightroom 5.7, but when I go back i

  • Payment Build Program - APXPBBLD

    Hello All, Previous developers modified the report (APXPBBLD) for the payment build program. One of the modifications done is Sorting order for check printing. Can any one let me know in which function of the report is the sort order for check printi

  • How to downgrade my iOS from 7.1to 7 because my bluetooth is not sending images

    how to downgrade my iOS from 7.1to 7 because my bluetooth is not sending images

  • Usefull error reporting in CFAdmin?

    I am running flex applications to coldfusion components and need to be able to see errors. Sure i see em in administrator, but they aren't much. Perhaps i don't have the right combination of settings, but i swear ive tried them all. Anyways it would