Sending few avi files using rtp to specific ip:port

Hi all,
I need to transmit a series of avi files using rtp to a specific ip & port which RTP reciever is waiting.
Can anyone direct me thruogh JMF?
Thanks,
Lior.

Is there a way to send JPEG files thruogh the RTP session and gather them to movie on the receiver side.
(I mean send images one by the other from a specific path).
Lior.

Similar Messages

  • Read an avi file using "Read from binary file" vi

    My question is how to read an avi file using "Read from binary file" vi .
    My objective is to create a series of small avi files by using IMAQ AVI write frame with mpeg-4 codec of 2 second long (so 40 frames in each file with 20 fps ) and then send them one by one so as to create a stream of video. The image are grabbed from USB camera. If I read those frames using IMAQ AVI read frame then compression advantage would be lost so I want to read the whole file itself.
    I read the avi file using "Read from binary file" with unsigned 8 bit data format and then sent to remote end and save it and then display it, however it didnt work. I later found that if I read an image file using "Read from binary file" with unsigned 8 bit data format and save it in local computer itself , the format would be changed and it would be unrecognizable. Am I doing wrong by reading the file in unsined 8 bit integer format or should I have used any other data types.
    I am using Labview 8.5 and Labview vision development module and vision acquisition module 8.5
    Your help would be highly appreciated.
    Thank you.
    Solved!
    Go to Solution.
    Attachments:
    read avi file in other data format.JPG ‏26 KB

    Hello,
    Check out the (full) help message for "write to binary file"
    The "prepend array or string size" input defaults to true, so in your example the data written to the file will have array size information added at the beginning and your output file will be (four bytes) longer than your input file. Wire a False constant to "prepend array or string size" to prevent this happening.
    Rod.
    Message Edited by Rod on 10-14-2008 02:43 PM

  • How to increase the speed of video (avi file) using labview

    How to increase the speed of video (.avi file) using labview? I have  tried this by skiping alternate frames. also I have used  minimum time delay.Is there  any other option for which i can go?
    please suggest me........... 

    Are you using NI Vision IMAQ AVI Read Frame or anther method to read the AVI file?
    Matthew Fitzsimons
    Certified LabVIEW Architect
    LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison

  • Sending a pdf file using submit without client email program.

    I need a solution on sending a completed pdf file to my email address without the clients email program poping up.  My website has a small pdf file that users can complete and return to me.  I get many complaints from users stating it requires them to save the file first and then they are unsure were it saved or how to attach it to a email.  To make this easer on my users I want the submit button to simply send me the file using some method from my website.  I use iPage to host the site now.  I was looking for a script to call or some way to do this automaticly.  I was woundering if urs/sbin/sendmail might work.  I am simply at a loss on this.

    Using a sendmail type script will send you the form data in the body of an email message, if the form is set up to submit as "HTML". You can create your own script to attach the form data as an FDF, XFDF, or even the complete PDF, but it's unlikely your provider supplies a script for this, so you'd have some custom programming to do.
    Sending just the form data also avoids the licensing restrictions for Reader-enabled forms. You can easily import an FDF or XFDF into a blank form to create a filled-in form.

  • Send a picture file using sockets

    Hi,
    Could someone please tell me how I can send a picture file using sockets across a TCP/IP network? I have managed to do it by converting the file into a byte array and then sending it but I dont see the data back at the client when I recieve the file. I just see the byte array as having size 0 at client.
    Byte array size is correct at client side.
    //client code
    System.out.println("Authenticating client");
              localServer = InetAddress.getLocalHost();
              AuthConnection = new Socket(localServer,8189);
              out = new PrintWriter(AuthConnection.getOutputStream());
              InputStream is = AuthConnection.getInputStream();
              System.out.println(is.available());
              byte[] store = new byte[is.available()];
              is.read(store);
         ImageIcon image = new ImageIcon(store);
              JLabel background = new JLabel(image);
              background.setBounds(0, 0, image.getIconWidth(), image.getIconHeight());
              getLayeredPane().add(background, new Integer(Integer.MIN_VALUE));
    //extra code here
              catch (UnknownHostException e) {
    System.err.println("Don't know about host: LocalHost");
    System.exit(1);
              catch (IOException e) {
    System.err.println("Couldn't get I/O for "
    + "the connection to: LocalHost");
    System.exit(1);
    //server code
                   DataOutputStream out = new DataOutputStream(incoming.getOutputStream());
                   FileInputStream fin = new FileInputStream("3trees.gif");
                   byte[] b = new byte[fin.available()];
                   int ret = fin.read(b);
                   out.write(b);

    i used OutputStream as
    OutputStream out = incoming.getOutputStream(); and flushed the stream too.
    But I still get the same output on the client side. I tried sending a string and it works , but I cant seem to be able to populate the byte array on the client side. It keeps showing zero. Please advise.
    Thank you.

  • How to export/watch .avi files using Quicktime Pro

    Hi there.
    I've got Quicktime Pro and I'm trying to convert .avi files so I can play them on my iPhone. I open up the .avi file in Quicktime and then slect the Movie to iPhone option.
    It will take about 20 mins or so, but when I open the file all I get is a white screen even though the timer is showing that the movie is playing.
    I can't even watch .avi files using Quicktime as all I get is a black screen.
    Could someone please help?
    Thanks

    Thanks, but unfortuntately that didnt work. MPEG Streamclip couldn't play any of the .avi files, it still came up with a white screen while playing.
    I tried this with a number of .avi files but I had the same problem.

  • How to play Windows AVI file using Teststand

    Hi,
    I'm trying to play a Windows AVI (*.avi) file using the Windows Media Player, launched by
    a Teststand CallExecutable type step.
    When the step executes, the Windows Media Player app. starts o.k., but the file to be played
    causes an error which states the file type is not recognised.
    Yet if the AVI file is selected in Windows Explorer, it runs fine, i.e. the file type is associated with
    Windows Media Player.
    If the 1st error is ignored, a 2nd is displayed. This states the file cannot be played, and suggests that
    the path may be incorrect or the server is unavailable.
    When configuring the Teststand CallExecutable step, the Argument Expression field contains the full
    absolute address of the AVI (*.avi) file to load and play.
    I have also tried using an expression and also placing the AVI file in the same directory as the
    Windows Media Player .exe, but the file will still not play.
    If I use the Run utility from the Windows Start menu, I can enter the same details on a single command
    line, and the AVI (*.avi) loads and plays just fine.
    What should I do to get Windows Media Player to run the AVI (*.avi) file using the Teststand CallExecutable step ?
    thanks,
    Gary.

    Gary -
    FYI, with TS 3.5, the MessagePopup step can also display html files. The html file can reference the player control and tell it to run immediately. The html code looks like this:
    <HTML>
    <HEAD>
    <TITLE>Multimedia Control Page</TITLE>
    </HEAD>
    <BODY LANGUAGE = VBScript>
    <p>
    My header text
    <p>
    <object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA​6" id="WindowsMediaPlayer1" width="300" height="200">
     <param name="URL" value="c:\windows\clock.avi">
     <param name="rate" value="1">
     <param name="balance" value="0">
     <param name="currentPosition" value="0">
     <param name="defaultFrame" value>
     <param name="playCount" value="1">
     <param name="autoStart" value="-1">
     <param name="currentMarker" value="0">
     <param name="invokeURLs" value="-1">
     <param name="baseURL" value>
     <param name="volume" value="50">
     <param name="mute" value="0">
     <param name="uiMode" value="full">
     <param name="stretchToFit" value="-1">
     <param name="windowlessVideo" value="0">
     <param name="enabled" value="-1">
     <param name="enableContextMenu" value="-1">
     <param name="fullScreen" value="0">
     <param name="SAMIStyle" value>
     <param name="SAMILang" value>
     <param name="SAMIFilename" value>
     <param name="captioningID" value>
     <param name="enableErrorDialogs" value="0">
    </object>
    </p>
    My footer text
    </BODY>
    </HTML>
    Scott Richardson
    National Instruments

  • TS3276 why i can't send a Pages file using gmail

    i can't send Pages attach file using gmail imap server

    Google blocks the new iwork files :(
    And there is no responce yet when they fix it
    Solution!!!:
    1 - Send it by exporting to office files
    2 - Saving the files as old iwork documents
    3 - Command P and save as PDF
    4 - Save in icloud and send the URL

  • No sound recording avi files using Camileo S20

    Hi all
    I got the s20 on thursday and it has been a nightmare. Before the sound went i couldn't get the video files to work in Movie Edit Pro or sony vegas.
    It didn't even work in the Arcsoft software that came with it.
    I have tried it on three differant computers and it keeps showing up with no audio.
    I have tried all the codecs you can think of and none of them worked. Now i cant hear any sound even when i play it back on the S20.
    I dont really now what to do. I have two other hd camcorders and they work fine on my computer.
    I have had to re-format my computer as the codecs had messed it up. If i had my way i would send it back and be done with it but i have to wait until tomorrow before i can contact this number which i have been given.
    What i want to know is:
    Is there any way i can get the avi files to work in sony vegas and movie edit pro 15 plus?
    Any help or advise would be welcome.
    thanks
    regards
    Chrisc74

    >Is there any way i can get the avi files to work in sony vegas and movie edit pro 15
    As far as I know the S20 creates the h264 encoded videos.
    This means that you need the H264 codex in order to get video and sound on your notebook.
    I cannot say anything about the sony vegas or movie edit pro software because I dont use it.
    But I edited my videos using the common widows movie maker and everything was ok.

  • Sending video and audio using RTP

    Hi All,
    I'm searching for a java networking guru that can might help.
    My mission is to create a video/audio streaming server. I can't use JMF because it cannot create two processors at the same time, which means that I can't have two threads in the JVM send different media files.
    I have tried to use this example :
    http://www.csee.umbc.edu/~pmundur/courses/CMSC691C/lab5-kurose-ross.html
    The thing is that I don't understand how to add audio capability to this example. How can I synch the audio/video using java code in RTP ?
    Does anyone have a simple example of how to send audio/video over RTP without JMF ? I don't care what format it should be.
    Thanks for any help,
    Tom.

    https://discussions.apple.com/thread/4491290?tstart=0

  • Need to send the text file using webservice

    Hi,
    I want to send the text file with contains data through oracle pl/sql using webservice. How can i handle this program?
    Kindly share with your details.
    Thanks in advance,
    Maran

    user8732035 wrote:
    I want to send the text file with contains data through oracle pl/sql using webservice. How can i handle this program?Web services supply XML structured data. Not text files.
    PL/SQL supports web services (XML output) and web procedures (text and binary output).
    You need to clarify your requirements.

  • Need to send mail & upload files using JSP

    hi, got a lot of issues,.. just starting out as a developer.. so here goes.
    1st Need to send mail & upload files to server using JSP(tomcat).. an example to demo it would be nice.
    thanx in advance

    Look at this for email:
    http://forum.java.sun.com/thread.jspa?forumID=45&threadID=285950
    and go to:
    http://servlets.com/cos/
    for a package to upload files.

  • Open AVI files using Adobe Acrobat

    Hello,
    When i open an AVI file(about 600Mb) using Adobe Acrobat it is ok,
    but when i want to play the file, it is very slow befor to play the file, the loading time before playing the file is long,
    how can solve this problem.
    thanks.

    I am using Adobe Acrobat 9 Pro Extended and my file is native AVI file that embeded into an PDF file,
    when I open the file usign adobe acrobat, it is fast, but when i want to play the file it takes about 1 minute.
    how can i increase play speed in adobe acrobat ?
    thanks.

  • Decoding AVI files using Encore CS3 On Macintosh

    I have some AVI files that I want to import as Assets into Encore CS3.
    I AM USING A MAC!!!
    Information about my files (Retrieved from the advanced information tab of the information window in VLC for Mac) in shown below.
    Stream 0
    Codec: XVID
    Language:
    Type: Video
    Resolution: 640 X 480
    Frame Rate: 25.000000
    Stream 1
    Codec: a52
    Language:
    Type: Audio
    Channels: 2
    Sample rate: 48000 Hz
    Bitrate: 256 kb/s
    General
    Duration: 0:24:15 (Obviously this varies from one file to the next)
    Meta-Information
    Setting: HAS_INDEX IS_INTERLEAVED
    I should think the information provided above is all that is necessary to solve my problem. However, if you need statistical information (provided in the statistics tab of the information window) please tell me.
    When I import the AVI files (AS Assets) I receive an error message saying;
    'The Software that's used to decode the media is not available on this system. Installing the correct decoders for the files you are working with may help to correct the problem.'
    I am pretty sure (Thanks to Bill Hunt) that what I need is a codec for decoding XVID video files.
    Am I right?
    Is there such a thing for Mac?
    Where Can I get it?
    P.S: I don't want to convert my AVI files to .mov files or other compatible formats because I have allot of files and not allot of time.
    Thanks

    In the day that's passed since you've posted, you probably could have converted all your media, but anyway...
    If you're for some reason you are still averse to doing that, I would reluctantly suggest installing the Xvid codec on you Mac. Reluctantly, because Xvid can cause havoc on some Windows systems, and I don't know how well it plays on the Mac.
    It may work fine, or not - try it at your own risk.

  • How to load avi files using java ?

    Hi, i need to load avi (movie file) using java. I have usually done with java applet, but the applet just can load image (jpeg, gif)

    All types of data should be downloaded in same way. What is your problem: exception or something else? Post here.

Maybe you are looking for