Hi all, I am trying to do an encripted video player. It Simply convert file and play. For doing that I need to precess binary file first with audio and video togheter and after pass the buffer to vlc in some ways. I was trying to use shm_open, and pass the file descriptor to libvlc fd call but it di...