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

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 BPM itegrate different system aysnchronously

    for example, 3 enterprise applications need to be integrated together with BPM, which are Bid system, ERP system, Finance system,
    and erery business document should be approved  by persons one by one in the 3 different application system with its workflow respectively, we can't change the workflow in the
    different system, and only when the document is finished approved in the BID system asynchronously, it can enter the ERP system, an so on .
    after the business document is approved in the Bid system, it should be returned in the BPM contexts,and the BPM user will dicide whether it will be enter the next system.
    so how to integrate the 3 application system?
    I draw a[ BPM process|http://www3.picturepush.com/photo/a/2586651/640/Picture-Box/aaa.jpg], but in this process,  the "ERP human activity" activity, this activity how to get data from the "BID system asyn workflow" which is an asynchronized
    wrokflow?

    Gavin,
    For asynchronous cases, you should adopt the "wait and trigger" principle.  In BPM, you can acheive it by using a timer and an automated activity. Set the timer repeat time to say 15 mins (you should change it as per your business scenario), and then execute / trigger an automated activity, which will call your Bid system to check the state (whether the data entry / specific workflow is over). If the state is completed, (you may check using exclusive choice), move to next step. Else, pass back the control to timer which will again make the process wait. This way the objective could be attained.
    Hope this helps.
    Br,
    Bala

  • How to use a portal jdbc system to delete or insert by IExecution.execute

    hi everyone:
    I create a jdbc system in portal. Then I use following codes to query a table
    IQuery query = client.newQuery();
    query.execute("SELECT * FROM [Categories]");
    It is fine.
    Now, I wanna do insert or delete operation. I can't use the IQuery object. I think it is only for query and it is Deprecated. I find there is a method: IExecution.execute(IOperation). But I don't know how to use that method. Can I insert/delete records using that method? The last question is how to control the sql transaction by that IExecution object.
    thanks
    elliot

    Hi,
    I followed the interface framework to complete a query.
    The code is shown under
    How to Modify DB Records Using JDBC Connector FrameWork
    But I got this exception and I don't know how to go further:
    com.sapportals.connector.execution.ExecutionException: Exception during execution of SQL statement at com.sapportals.jdbcconnector.execution.objects.JDBCExecution.execute(JDBCExecution.java:118) at iview.Simple.doContent(Simple.java:43) at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209) at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at

  • How to use AET in a system without any masterdata?

    Hello,
    we know how to use the AET in general.
    But we have a developmentsystem where it is not allowed to create masterdata or documents.
    Therefore it is not possible in this system to open for example an existing customer in WebU and enhance a new field to BP_HEAD\details for example.
    Is there a way to use the AET without having master data available in the dev-system?
    Thank you.
    Kind regards
    Manfred

    Hi,
    thank you for this very helpfull answer.
    This works for the most components like BP_HEAD.
    It does for some reason not work for component ERP_H.
    "Exception during toolbar processing".
    The component is displayed but without buttons - also no configuration button for AET.
    Any ideas.
    Kind regards
    Manfred

  • 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 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.

  • 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 to use BAPI get out system language as Chinese?

    hi, expert,
    i use BAPI get R3 sytem data,but BAPI get data as English,i want get R3 system Chinese data.i set language property value ZH in Model porpery,but BAPI always get english data.
    how to solve this problem?
    thanks

    Hi Jun,
    has you read the following wiki entries:
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/WrongLanguage">https://wiki.sdn.sap.com/wiki/display/VC/WrongLanguage</a>
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/LanguageMapping">https://wiki.sdn.sap.com/wiki/display/VC/LanguageMapping</a>
    Best Regards,
    Marcel

  • 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 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 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! :)

Maybe you are looking for

  • Update Reader 11.0.03

    Hello, we deploy Adobe Reader on approx. 60 Clients and 18 Terminalservers through GPO. This worked fine since version 10.x. Today I was downloading AdbeRdrUpd11003.msp and try to slipstream it into our 11.0.2 AIP. It failed stating "Another version

  • How to export and Import MDS project into Oracle EM console

    Hi all , we have created a MDS project in dev environment , i need to deploy same project in to Test environment.please some one provide inputs to me .

  • DHCPv6 Server. v6 IP only. Do I need IPv6 DHCP in case setting address manually. PROBLEMS

    I want network without Ipv4, only IPv6. Ipv4 is disabled on server and client. After setting IPv6 address manually to 2000:1::1/64 I still have dhcp enabled on interface. And when installing roles (dhcp, dns server) on server it gives message that no

  • Mx922 confused- pc and mac environmant

    mx922 installation was difficult.    set up the pc - ok - can print and scan.    set up the mac- had to fight with it- then 3 hours later just posp up.   can print from mac, not from pc. reset printer - can print ffrom pc- not from mac. rest again- s

  • Screen Variant for MIGO

    I want to enter the sales order in the MIGO .how to modify the screen to active.The feild is not availble in the Settings for MIGO Movements(MIGO) in the configuration. Any help will be highly appreciated Thanks