0

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.

Martin Sax
  • 1,122
  • 7
  • 11
  • Ugh. Why FTP? FTP is unreliable because it depends on complicated TCP connections and different port values making firewalling hard. What's wrong with HTTP? – Dai Mar 25 '13 at 22:24
  • Sadly I don't have access to the recourses though HTTP – Martin Sax Mar 27 '13 at 12:29

0 Answers0