What c++ lib for codecs and video
Posted: Tue Apr 19, 2011 4:30 pm
I am trying to read mpeg 4 video & things like that over the internet in c++.
It seems extremely hard to find something that work with a meaningfull documentation. Either to do the RTSP, or to do the H264 decoding part.
Directshow is a kind of tentacular absurdity when it comes to its msdn documentation..
Live555 does not decode things, just forward them...
And apparently, under windows, everybody is using VLC code (under the GPL), even microsoft' MVPs recommend it.
Do you know anything that work (even commercial) for decoding h264 buffers in c++, and for rtsp communication ?
As a 'side rant', I am amazed that many standards are so stupidly complicated that there are no working full implementation for them (like x3d, collada, mpeg2 -it is supposed to support multiview -, even svg).
Pierre
It seems extremely hard to find something that work with a meaningfull documentation. Either to do the RTSP, or to do the H264 decoding part.
Directshow is a kind of tentacular absurdity when it comes to its msdn documentation..
Live555 does not decode things, just forward them...
And apparently, under windows, everybody is using VLC code (under the GPL), even microsoft' MVPs recommend it.
Do you know anything that work (even commercial) for decoding h264 buffers in c++, and for rtsp communication ?
As a 'side rant', I am amazed that many standards are so stupidly complicated that there are no working full implementation for them (like x3d, collada, mpeg2 -it is supposed to support multiview -, even svg).
Pierre