08-07-2008 10:39 PM
I want to send MPEG video by internet between two computers. What I have been doing till now is compress each frame using Imaq flatten to JPEG but is it possible to send those frames by MPEG format and then reproduce in the other end. IMAQ AVI Write Frame can save the fames in mpeg format (using compression codec) but how to send it through internet.
08-08-2008 02:33 AM
Hi aman_bajra,
you can use the TCP/IP functions to send your data. You can send every binary information you want.
Hope it helps.
Mike
08-08-2008 03:15 AM
08-08-2008 03:39 AM
08-08-2008 04:56 AM
Hi Aman,
We don't actually support streaming video using the MPEG file format. To stream the image as an AVI you will need to use one of the methods suggested in the other thread I linked too in my first post although if you are interested in speed I would suggest using TCP, this can be implemented using the examples in LabVIEW (Example finder>>Network>>TCP&UDP). This KB has some information about speeding up your image transfer time over the network so you can get the best frame rate possible.
Sorry the MPEG isn't possible but hopefully one of the other options will provide you with a solution, if you have any further problems implementing these solutions please just post back.
Tom