Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unity3D Integration #15

Open
mericgeren opened this issue Jan 14, 2024 · 1 comment
Open

Unity3D Integration #15

mericgeren opened this issue Jan 14, 2024 · 1 comment

Comments

@mericgeren
Copy link

mericgeren commented Jan 14, 2024

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.

@juliusfriedman
Copy link
Owner

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.

Sincerely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants