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 difnt not work.
Have you any suggestion on how play video from a buffer?
I mean I wanted emulate the libvlc media from
Path or from file descriptor.
Thanks