Yamen Saraiji
Yamen Saraiji
Hi, Do you mean scene Test 4? The streaming functionality should be working, there is no extra dependency on other plugins. Could you try to set the Pipeline value in...
Have you tested it in Chrome? Could you check if it renders in: https://appr.tc/ Also, does Unity render the contents correctly, or does it produce black view?
Could you explain your development environment setup you are using?
I420 is much lighter format for passing the data between gstreamer to unity. Using this format would reduce the rendering latency significantly compared to RGB format. In the plugin I...
Hello, Actually I never tried deploying for UWP, so not sure if the plugins are loaded similar to x64 projects. Can you confirm the plugin folder structure compatibility? On Tue,...
@NHarishGit thank you, could you generate a pull request so I can integrate it to this repo?
The two versions of GStreamer runtimes have different dll conventions: - mingw uses "lib" prefix for the dlls, which leads to the error gstreamer dlls are not found. The compiled...
Please test using today's commit.
Thank you for this PR. I will try to test it over the weekend
There is a component already addresses the load of file and playing its video and audio contents using the plugin. Please refer to FileVideoPlayer component: https://github.com/mrayy/mrayGStreamerUnity/blob/master/Unity/UnityTests/Assets/GStreamerUnity/Components/FileVideoPlayer.cs