Hi folks,

I found a problem when using ffmpeg 0.8 (from***ffmpeg*.zeranoe.com/builds/)
with Visual Studio 2010 x64 and osg 3.1.3.

When trying to play the stream from my webcam the FFmpegDecoder::open blocks in

 if (av_find_stream_info(p_format_context) < 0)
            throw std::runtime_error("av_find_stream_info() failed");
(around line 127 in FFmpegDecoder.cpp)

as a minimal example:
osgmovie 0 -e ffmpeg -O "format=vfwcap frame_rate=25"

Playback of "normal" videos is working.

Anyone else tried the 0.8 version in this environment?

cheers
Sebastian

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to