Manas Bhattacharya wrote: > Hi all, > i am developing an application which uses libavformat to demux a stream > .Basically wahat i need to do is store an incoming http progressive donwload > in a buffer and input that buffer to libavformat. Do i need to implement > new protocol for that ?
libavformat already supports http as an input protocol. Just use "http://..." as a file name. Luca _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
