GithubHelp home page GithubHelp logo

almoga296 / mraygstreamerunity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrayy/mraygstreamerunity

0.0 0.0 0.0 35.42 MB

GStreamer Integration with Unity using a Native plugin

License: MIT License

C++ 15.35% C 79.47% C# 3.67% Objective-C++ 0.08% Objective-C 0.50% ShaderLab 0.14% Roff 0.13% Makefile 0.16% Batchfile 0.02% Java 0.49%

mraygstreamerunity's Introduction

mrayGStreamerUnity

GStreamer Integration with Unity using a Native plugin

Updated 29/April/2020:

The current plugin uses GStreamer 1.16.2:

https://gstreamer.freedesktop.org/data/pkg/windows/1.16.2/

If you had run time issues of missing libraries, make sure to install 1.16.2, and add the bin folder to the PATH environment.

Updated 11/April/2017:

Currently designed to run under Unity 64bit version - Windows The current integration implements a GStreamer H264 UDP receiver texture inside Unity.

To compile the plugin:

1- Download and install (Complete, preferebly to C:) gstreamer 1.0 runtimes 64bit (tested on 1.11.x - x86_64)

http://gstreamer.freedesktop.org/data/pkg/windows/

2- Install Visual studio runtimes x64 version:

VS 2010: https://www.microsoft.com/en-US/Download/confirmation.aspx?id=14632 VS 2013: https://www.microsoft.com/en-us/download/details.aspx?id=40784

3- [Important] Add gstreamer binary folder path to System Environment Variables:

Computer -> System properties -> Advanced System Settings -> Advanced Tab -> Environment Variables... -> System Variables -> Variable: Path -> Edit -> New -> C:\gstreamer\1.0\x86_64\bin

New Variable: GST_SDK_PATH= C:\gstreamer\1.0\x86_64\

GStreamer path should be similar to this (depending on installation directory): C:\gstreamer\1.0\x86_64\bin

4- [Optional] Compile using Visual studio 2013 and put the result dll into Plugins/x86_64 Unity folder (or use the already compiled dll in the Plugins/x86_64 folder)

5- Open test scenes and check the info text

mraygstreamerunity's People

Contributors

mrayy avatar reime005 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.