Jean-Sébastien Guay wrote:
Also, do you have any experience with the ffmpeg api itself? I'm wondering what kind of error handling there is, to be able to better recover from bad format errors or such.

I have some, although I never got into live streaming like you're trying. Also, my experience is with ffmpeg from about 3 years ago :-)

Most of the av_* and avcodec_* functions return error codes. If the error code was negative, badness happened, and I bailed. That's about the limit of the error handling I've done. If you actually examine the error codes, you might be able to handle them more intelligently. I never had the need, so I'm not sure.

--"J"

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to