[Lazarus] Play video from memory
ListMember
listmember at letterboxes.org
Fri Mar 6 19:58:27 CET 2015
On 2015-03-06 19:32, aradeonas wrote:
> Dear Silvio I checked them before and I couldn't find out way for
> opening from memory.
Seeing that there isn't an option to feed a memorystream to a video
player, it seems your best option to do that using a RAMDisk. You could
use mapped file streams for speed too.
BTW, I am aware that this is not much different from buffering the
videostream to physical disk, but at least you get to have a greater
speed plus, of course, there will be no traces of the video file once
you reboot.
or you could take a look at, if you haven't already, to BoxedApp:
http://boxedapp.com/encrypted_video_streaming.html
HTH,
More information about the Lazarus
mailing list