[FFmpeg-devel] Did it possible to serialize AVCodecContext and send it to remote?

zozoh zozoh at qq.com
Tue Jan 7 15:06:15 CET 2014


Hi, 

Did anyone know that is possible or not to serialize AVCodecContext and send it to remote? 

I want to write two little program, 
 * one run on local, which open a Video, and reading AVPacket
 * another run on remote, which listen a port, 
 
local one, send the AVPacket to remote, remove processing the decoding.

If it worked, the remote one don't care about the local one play local file or streaming.

The key is how the remote one get back the AVCodecContext.

Thanks.

zozoh



More information about the ffmpeg-devel mailing list