[FFmpeg-user] producing media file into memcache
anubhav jain
anubhav.nitt at gmail.com
Mon Jan 9 10:06:21 CET 2012
Hi All,
I wrote one sample code by using ffmpeg libraries, i am processing a video
file and producing the o/p using url_fopen(&output_context->pb,
output_filename, URL_WRONLY) into a disk file. Now i want to produce the
output into a memcache* means i want to write the bytes of a media file
into memchache.
Can i do that with the help of ffmpeg libraries ?
Thanks
memcache:- memcache listen on tcp and follow this protocol
https://github.com/memcached/memcached/blob/master/doc/protocol.txt for
communication b/w server and client.
More information about the ffmpeg-user
mailing list