Can I play and save the incoming RTP streams simultenously

Hi,
I want to whether i can play and save the incoming RTP stream simultenously using
JMF 2.1. The idea is by saving in the file, i can playback the same file later time
Is there any example code aviliable.
Thanks in Advance
bye
Srikanth

I think this, today, it's impossible lamentably. By but that I have tried it, I have not been able to obtain it.
If exists someone that it has obtained it, please, help us with this subject. It's very important.
Thanks

Similar Messages

  • How to get and save the incoming filename in to db in biztalk.

    Hi,
    I need to save the incoming file name in to a table in biztalk.
    Below are the steps which are needed
    1) Need to get the incoming file in orchestration
    2) Map the incoming file in to field from source to destination schema(db) - such that file name will get stored in to table with other fields directly.
    Your help is greatly appreciated.....
    Thanks,
    Vijayan
    vijayan

    Per my understanding ,
    -> you are trasforming incoming message to outbound message(for database).
    -> One of the elements in oubound message is (let's say) FileName and is inserted into database.
    -> And, you want to map incoming file name in outbound message field(FileName).
    There could be any below resolutions:
    Option1 : In orchestration, if inbound message is MsgIn and outbound message is MsgOut and destination schema element FileName is made as distinguished field then write below in construct message and message assignment shape.
    MsgOut1=MsgOut;
    MsgOut1(*)=MsgOut(*);
    MsgOut1.FileName = MsgIn(BTS.ReceivedFileName).
    //BizTalk engine promotes incoming message file name in property schema BTS.bts_system_properties.
    Option2 : ->Create schema class of destination schema using xsd.exe tool(in BizTalk server installation folder).
    ->After this , a class file will be generated.
    -> Create instance of this file and assign like below in expression shape.
    obj.FileName=MsgIn(BTS.ReceivedFileName).
    Then, in message assignment shape, assign instance to outbound message.
    MsgOut=obj.
    Thank you.
    Nishant Garg
    BizTalk Developer/Admin/Trainer

  • After the new 10.9.2 Maverick upgrade, my Photosmart C4480 3 in 1 printer can not scan and save the file to desktop or documents.  You can only see the image in the print preview area. Does anyone know how to fix this or when a fix will be out?

    After Aple support downloaded the new 10.9.2 Maverick upgrade on my MacBook Air, my Photosmart C4480 3 in 1 printer can not scan a document and load the file on to my desktop or document file. (You can see the doc image in the preview but it doesn't save it.) Does anyone know an Apple fix for this or when the fix will be out?  After hours of trying reloading, and the usual fixes, etc. Apple told me to call HP, and HP told me they don't support Mac.  It does not seem honorable of Apple to put out an upgrade and not tell people it will destroy their scanning ability, and that the only thing to do is to buy another printer/scanner.

    Have you tried using Applications/Image Capture to scan.
    Vuescan often works.
    VueScan
    VueScan FAQ

  • How can I set and save the APN on my Z10 in Myanmar?

    I have a blackberry z10 stl 100-2. I live in MYANMAR where there is a only one carrier "MPT". It allows every user to use internet by putting an APN name "mptnet" in 2 kyats per minute. Every handset can use data services by this way even blackberry bold 9900 included. But now I put this SIM card into my new Z10. After that I couldn't even set up the phone. So I sent this phone to Singapore and set up , then I have got back. I can use it for only phone call and can use internet via wifi connection. I can't save the APN at all although I type APN name in APN name field and tap the save button. So I can't use the data services with this latest and expensive bb z10 until now while other phones such as Iphone, HTC, Samsung phones is working with this APN easily. Please kindly advise me if you have a solution for this problem.
    Thanks and regards,
    Lmm

    Your SIM card has data working in any other phone I hope.
    Try this. Under Network Connection>Internet Tethering. setup tethering on the Zed10 either USB/Bluetooth option. Try to turn it on. If it fails to turn on, restart your device and try to turn on again. It should turn on and it should change from you small e or h to a caps one.
    Please update on progress
    Twitter: @IAmBenGiey | Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Try my apps:
    The Ultimate Currency Converter and T2G - BloGFeed

  • How can i get and save the name of the file

    Hi all
    in my program i'm dealing with several text files each has its own name
    after doing some process on each i do save the output as output.txt
    can i add the file name before or after the output.txt
    i.e i want the name of the file to be part of the saved output
    filenameOutput.txt
    or
    outputFilename.txt
    any ideas?????

    Just write it - somewhere in your code you have to have the file name anyway, or you couldn't write to that file.

  • How do I save IRS pdf forms so that I can fill in and save the data

    when I downlaod a US government IRS form I am unable to fill in the form, save the data and print, I have tried saving as a pdf from the print menu and using the tools menu none of which works

    I know there is an app called PDFPen that is supposed to fill in PDF forms.  PDFPen is available in the App Store, but it is not free.
    I have no financial interest in PDFPen.  I also don't know if there is some cheaper way to fill in the forms.

  • Can I download and save the shockwave player application for later installation on more than one PC

    I would like to find a  "setup.exe" file for the shockwave player and flash player (to begin with) so I can be sure fellow cowworkers all have the same versions installed on their own PC. This would make it more efficient to share files, explainations etceteras.
    I was given this assignment after I installed virtual drives with Windows, on a few Mac PCs, and now I've been asked for more ways to streamline  file shareing.  I am attempting to convince the foremen, detailers, Crew managers & others to use Windows 8, as it can be synced with everyone's phones, tablets, androids & PCs. This would just be a beginning, mainly for demostration. I hope I haven't taken on an impossible task. Thank you in advance for any help offered.
    Edited by Warlock57

    The full installer is available here

  • Simultaneous Recording in file and  playing incoming rtp stream

    I want to Simultaneous Recording in file and  playing incoming rtp stream.I have cloned the data source. After cloning I created two data sinks and two processors.One processor/datasink is meant for recording the stream in a file and other processor/data sink is used to play the rtp through speaker.
    But at a time I am only able to achieve one operation i.e either recording or playing.For recording into the wav file I have to put Thread.sleep(30) so that I can record the rtp into the file.During this time I am not able to play the audio through speaker.I also create separate thread but this does not help.
    Please give suggestion on how to resolve this issue.

    thanks for the reply, but I think I've already solved the problem.

  • Play and save rtp streams

    Hello
    I need help can someone tell me how i play and save at the same time an rtp stream?
    Thanks

    Thanks for your response.
    Very much appreciated. Was very informative.
    This is my current situation with 3 your suggestions:
    Daniele,
    Your suggestion 1’s result:
    In Wireshark ----> Under Statistics --->I have VoIP calls.
    (I don’t see VoIP calls under Telephony –> may be a different version of Wireshark).
    Anyway, there is only one call because the Wireshark had a Capture Filter to track information between one source and one destination IP address. So I select that call and click on Player button and then click on Decode button. Then I select the forward stream (From IP1 to IP2) and click on play and I don’t hear anything at all. All silence. Same when I select the reverse stream from IP2 to IP1 and play.
    Your suggestion 2’s result:
    In Wireshark ---> Under Statistics ---> I Selected Stream Analysis (Did not select Show All Streams – not sure what the difference is) then ---> Save Payload ----> Select “au” instead of raw and it says – “Can’t save in a file:saving in au format supported only for alaw / ulaw stream
    Your suggestion 3’s result:
    Saved the file in .raw format. Opened Audacity and imported the file as raw and specified FIRST the A-Law codec for G.711A and selected 8000hz and that didn’t work and SECOND tried the u-Law coding for G.711u and selected the sample frequency again equal to 8000 Hz and that didn't work.
    Didn't work means:
    When I played the imported information I get all noise (like heavy metallic sound) and no voice.
    So my guess is that this capture is neither A-Law or u-Law codec - right. This capture was given to me by a customer.
    Any other suggestions – much appreciated Daniele.

  • When I connect my iPhone 5 to my laptop and iTunes, I can't play movies from the iPhone on my computer.Why is that? Can I do this or it's not possible with iPhone5? With my iPod it's no problem.

    When I connect my iPhone 5 to my laptop and iTunes, I can't play movies from the iPhone on my computer.Why is that? Can I do this or it's not possible with iPhone5? With my iPod it's no problem.

    Reinstall iTunes. Make sure you follow the instructions in this support document to the letter. http://support.apple.com/kb/HT1923.
    You may have some problems because Apple has not certified that everything works with Windows 8 yet.

  • I am in New Zealand and when I type up a rather long email to send back home, the send button does not light up by the time I finish and I cannot send the email and can't seem to save the message or anything and then as soon as I touch a button, poof, gon

    Can anyone tell me why when I type a very long email, the send button is not highlighted anymore when I am done and I can't send the message? And I can't seem to save the message or anything and as soon as I touch a button, I lose the whole thing. Any suggestions?

    Have you tried typing and saving using Notes or word processing Apps before sending message?

  • HT1349 I have downloaded 4 films purchased on my Ipad to my laptop but can only play 1.  The other 3 do not have a screen symbol in the list and are called ie The Lion King - Extras.  How can I play the films?

    I have downloaded 4 films purchased on my Ipad to my laptop but can only play 1.  The other 3 do not have a screen symbol in the list and are called ie The Lion King - Extras.  How can I play the films?

    Hello Bagpus113
    Check out the article below to troubleshooting issues with the sound for music and for videos. One other thing you can try is to convert the songs to a different format
    iTunes and QuickTime for Windows: Audio does not play or plays incorrectly
    http://support.apple.com/kb/TS1362
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    iTunes: How to convert a song to a different file format
    http://support.apple.com/kb/ht1550
    Regards,
    -Norm G.

  • Can I copy one frame of a movie using iMove and save the frame as a file that can be printed like a picture?

    Can I copy one frame of a movie using iMovie and save the frame as a file that can be printed like a picture?  If so, how do I do that?

    You could if you want a postcard sized print.
    Printers need a lot more "dots" per inch and even a 1920X1080 video doesn't have enough "dots" to make more than a postcard.
    Look at the "More Like This" links at the right side of this page for instructions.

  • HT3775 I'm using version 10.7.5 OSX. I can't play or use the normal AVI recently. Some problem with (codecs version incompatible with OSX) Please give me some help. I'm in Vietnam and to have a real place to have stuffs from Apple is ****-

    I'm using version 10.7.5 OSX. I can't play or use the normal AVI recently. Some problem with (codecs version incompatible with OSX) Please give me some help. I'm in Vietnam and to have a real place to have stuffs from Apple is ****…

    I would recommend that you download and install the excellent and Free "VLCPlayer for Mac", which reads many more types of files for video than Quicktime Player:
                 http://vlc-media-player.en.softonic.com/mac

  • Can we edit webi and deski reports and save the changes?

    Can we edit webi and deski reports and save the changed values for a particular column?
    If yes what rights should be granted to particular user?
    Will the report changes reflect at database end also?

    Both Web Intelligence and Desktop Intelligence comes with designers, where you have a GUI to design reports. 
    Web Intelligence you'd design in InfoView using the DHTML Report Panel or the applet-based Java Reporting Panel.
    Desktop Intelligence you'd use the Desktop Intelligence client.
    ReportEngine Java SDK (REBean) is what you'd use to programmatically create/modify Web Intelligence Documents.
    Desktop Intelligence Reporter COM SDK is what you'd use to programmatically create/modify Desktop Intelligence Documents.
    Sincerely,
    Ted Ueda

Maybe you are looking for