I'm trying to stream video in my C# Windows RT app for Windows 8. I want to do this through FTP. Let's say I have a stream open to the file that I want to view, or some kind of buffer.
How do I send this on to Windows 8, so that it can display my video?
What would be the best approach? Note that I don't want to download the file first. I want to stream it live.