Tagged Questions
4
votes
4answers
165 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, ...
1
vote
2answers
286 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 ...