On Fri, 25 Sep 2009 08:58:48 -0400, <[email protected]> wrote:
Hi to all,
I'm realizing an application to displaying more than one MPEG4 network streaming. I used ffmpeg library to decode the streaming, but if I try to decode two streams in the same time, it doesn't work fine.
Is it possible to use ffmpeg libraries to make this kind of application ?

It works fine if you use only one thread. In order to have multiple threads each decoding their own stream, you need to synchronize access to several functions. One important one is "avcodec_open". Search this list to find more details.

--
Michael Conrad
IntelliTree Solutions llc.
513-552-6362
[email protected]
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to