Hi,<br>I'm trying to modify ALSA channel to read and to decode (using ffmpeg) video frames.<br>I've initialized ffmpeg environment and I've tried to decode the stream with the 'avcodec_decode_video', 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'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's wrong?
<br><br>Thanks for your help<br>Sergio<br><br>P.S. I'm using the trunk version of asterisk<br>