MATLAB: Computer Vision toolbox streaming functionality

Computer Vision Toolboxvideo streaming

Hi
I'm interested in streaming a video out of Simulink over a LAN. Its mentioned in the Computer vision toolbox v4.0 datasheet under the Video I/O that "You can stream video to and from MMS sources over the Internet or a local network".
I went across all the toolbox blocks and I couldn't find any block that supports this feature.
Would you please point me to the right block/function that enables streaming a video out of Simulink on a LAN?
Kind regards,
Mohamad

Best Answer

It looks like the From Multimedia File block supports MMS sources. From the documentation for the block dialog parameter File name: "On Windows platforms, this parameter supports URLs that point to MMS (Microsoft Media Server) streams." You should also be able to write to an MMS stream using the To Multimedia File block.