From: Ahmed on
i would like to know whether it is possible to transmit a live video stream processed in matlab to a remote destination either using tcp or udp....

can this be achieved in matlab... any help wld be greatly appreciated...
From: Mohammad Khan on

"Ahmed " <aquacure_1(a)hotmail.com> wrote in message
news:hvtu78$8ek$1(a)fred.mathworks.com...
>i would like to know whether it is possible to transmit a live video stream
>processed in matlab to a remote destination either using tcp or udp....
>
> can this be achieved in matlab... any help wld be greatly appreciated...


***********
You may take a look at the following link:
http://www.mathworks.com/support/solutions/en/data/1-BBLJPT/?solution=1-BBLJPT

It explains how to send or receive audio and video content over a network
via the Microsoft (R) MMS protocol. An example (in Matlab code) can also be
downloaded.

Mohammad