Yes I meant network... and thanks for your advice, I found out that for my simple program communication, I should just assign a new write frame in the ByteIOcontext structure of my AVFormatContext.
These ffmpeg mechanisms are nicely done :), just ~10 lines of code needed!!!!! On Wed, Aug 5, 2009 at 3:06 PM, V0id <[email protected]> wrote: > У ср, 2009-08-05 у 14:33 +0200, Steve Jiekak пише: > > Hello everyone, > > I try to send an encoded frame over a socket as if It was a call to > > av_write_frame(), because the program which receive read the socket > exactly > > if it was reading > > a video on a file... The only stream here is the video stream. > > > Do you mean "network" or "unix" socket? If first, than you can look to > ffserver.c for an example. > > > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
