You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get an RTSP stream from a camera and show it in Unity. While searching the internet to find to see how can I do that, I have stumbled upon this project. So, may I ask these questions?
Is it possible to integrate it into a Unity project to be built to Android?
Is it possible to obtain video frames coming through RTSP protocol in Unity something like a byte array?
Kindest regards.
The text was updated successfully, but these errors were encountered:
I don't see why it would not be possible, if your using Rtsp and depacketizing the video then it's likely this library can help you especially if the video type is one which is implemented, e.g. MJPEG or H264 etc.
The .net core source code is slightly more up to do but this code should work fine as well.
Let me know what difficulties you run into and I will do whatever I can to help.
I am trying to get an RTSP stream from a camera and show it in Unity. While searching the internet to find to see how can I do that, I have stumbled upon this project. So, may I ask these questions?
Kindest regards.
The text was updated successfully, but these errors were encountered: