Can Xojo for iOS stream video?

I’m thinking about writing an app and I’d like to use Xojo for the iOS part of it. But, since I don’t currently have a Mac, I’m not able to investigate this myself yet so I thought I’d ask. The app will need to stream video and audio. Ideally, it needs to stream both ways but I’d be happy with the ability to receive only if that’s all I can do.

Can Xojo for iOS accomplish this?

Not natively but you could use a HTMLViewer control to embed a web page. If it’s an open codec it should be able to be viewed through the web browser. This is assuming there aren’t restrictions on the iOSHTMLViewer by Apple that I am unaware of at the moment.