Can Unity or any of the plugins available support video streaming requirements for iOS which are- low latency of less than one second (preferably much lower).
The issue: What Is Low Latency and Who Needs It? | Video | Wowza
While looking at the solutions for video streaming available in Unity we were told that the below 3 might be relevant:
Well, I have no idea what you are doing (streaming video in? out? recording screen?). But as this question sounds more like research for a bid, I’ll answer more generally
Yes, you can absolutely what you want. Unity supports C++ plugins, and they are easy to make and bind. So, if the Unity plugins you mention don’t work, then you can implement a native solution instead.