Koduri,

> Code:
> 02-09 14:01:41.114: W/Osg Viewer(14026): FFmpegImageStream::open : 
> av_open_input_file() failed
> 02-09 14:01:41.118: W/Osg Viewer(14026): Warning: Could not find plugin to 
> read objects from file "/mnt/sdcard/VideoTest/1.avi.ffmpeg".

This leads me to believe you either don't have permission to read that folder 
from the application, or ffmpeg cannot read the file with your current build 
configuration. If you should have permissions to read from that folder, you may 
want to find the correct demuxer for the "avi" container. Otherwise, you can 
try getting a raw h264 file to play.

David

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

Reply via email to