I wrote my first Community Server module to display Windows Media Streams inside blog posts (bin and src download attached to this post). You can do something similar with the YouTube plugin that Scott W wrote, but I wanted to try my hand at writing a CS plug-in and thought this would be a cool exercise.
Check out the BBC 24 News Headlines below:
To install this module, add the following line to the communityserver.config file under the <CSModules> tag, and copy the DLL to the bin directory.
<add name = "MMS" type = "RobGarrett.com.CSModules.MMSModule, RobGarrett.com.CSModules.mmsModule" />
To add a stream to a post, use the following syntax (replace { } with [ ] ):
{mms_url:width:height}
e.g
{MMS://wmlive.bbc.net.uk/wms/news/heads_bb_s1:400:270}
That's all there is to it.