0
votes
2answers
22 views
Video decoding and rendering library for XLib
Currently what I have a Linux application that was written using Xlib and I needed to add video playing capabilities into it.
What libraries would you recommend that I could use for video decoding …
3
votes
4answers
93 views
On Linux, could a process render another process’s GUI?
I am writing a video player on Linux and I would like to separate it into 2 process :
A. decoder process
B. GUI
In this way, I could use different programming languages and when a problem happens, …
