ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I fixed the problem by upgrading my stock libavformat to the latest one using Jon's PPA: https://launchpad.net/~jon-severinsson/+archive/ffmpeg
Basically av_new_stream() was renamed to avformat_new_stream(). ffmpeg is quite famous for frequently changing API names..which causes lots of overhead for developers.