Skip to content
Snippets Groups Projects
user avatar
Kuntz Thomas authored
https://github.com/jitsi/libjitsi/pull/11#issuecomment-49404492
Also fix a bug where the first frame only was send (when loopFile was true) :

FFmpeg doesn't set the number of frame contained in the IVF file, so
the IVFFileReader was reading only the first frame because it thought
it has reached the last frame. It now use the EOF to know if the end
is reached or not.
eb513625
History

libjitsi

libjitsi is an advanced Java media library for secure real-time audio/video communication. It allows applications to capture, playback, stream, encode/decode and encrypt audio and video flows. It also allows for advanced features such as audio mixing, handling multiple streams, participation in audio and video conferences. Originally libjitsi was part of the Jitsi client source code but we decided to spin it off so that other projects can also use it. libjitsi is distributed under the terms of the LGPL.