Play RTSP on WEC7

Does WEC7 support Real Time Streaming Protocol (RTSP)?

Our device controls an IP camera, which puts out an RTSP stream. The objective is to play that stream on our controlling device.

I did a search in these forums and there are RTSP questions with regards to Linux but I can’t seem to find any information for WEC7.

There is no native support for RTSP in the os.
Windows CE supports DirectShow and you may find some open source DirectShow filters supporting RTSP like:

But they usually target win32 and may require some porting effort to support Windows CE.

OK. Thanks for the info. We may try your suggestion about the DirectShow filters.