Hi,<br>I&#39;m trying to modify ALSA channel to read and to decode (using ffmpeg) video frames.<br>I&#39;ve initialized ffmpeg environment and I&#39;ve tried to decode the stream with the &#39;avcodec_decode_video&#39;, but when I call it, asterisk exits at the first frame without a message.
<br>Because I would like to test the decoding process, I&#39;ve tried to write video frames in a file (in a directory with permissions), but when I write or when I close the file descriptor, asterisk exits again.<br>Does anyone know what&#39;s wrong?
<br><br>Thanks for your help<br>Sergio<br><br>P.S. I&#39;m using the trunk version of asterisk<br>