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

How decrease the decoding and playing time while using GStreamer #41

Open
spaul13 opened this issue Apr 4, 2019 · 0 comments
Open

How decrease the decoding and playing time while using GStreamer #41

spaul13 opened this issue Apr 4, 2019 · 0 comments

Comments

@spaul13
Copy link

spaul13 commented Apr 4, 2019

I am using the GStreamer on Unity playing a video and whenever a clicking a mouse button I am switching videos. It's working perfectly fine. Each of my videos contains just one I frame (`190KB). But what I observed the fps is really low almost 15-16.

I have to achieve 60 FPS in this scenario. I saw GStreamer is not using GPU support. Is it possible to enable GPU support for GStreamer to achieve 60 FPS from 15-16 FPS? If yes, can anyone please tell me how to achieve that?
Or is there any other optimizations possible to increase the FPS, reducing the latency, might be by introducing multithreading, etc.

Any help will be highly appreciated.

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

1 participant