Page 1 of 1

Playback from buffer

Posted: 17 Jan 2015 17:24
by AleRm
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

Re: Playback from buffer

Posted: 18 Jan 2015 08:06
by Jean-Baptiste Kempf
VLC can play a file path.