<http://forum.openscenegraph.org/viewtopic.php?t=4673>

>
>  That's working!!! Finally!  :D
> I installed the ffmpeg plugin and loaded the movie with .mov.ffmpeg
> extension.  As you said before, the code is correct...  only a plugin
> problem.
> Only the audio is not playing... but that's no much important.
>
> Thanks again!
>
>
Hi Almir,

Glad it helped.
I think you can't get audio from ffmpeg plugin out of the box (although it
already contains an audio decoder). I think you need to implement an
osg::AudioSink to produce the sound. I found this thread that talks about an
implementation of AudioSink (using SDL) used with the ffmpeg plugin :

http://forum.openscenegraph.org/viewtopic.php?t=4673

<http://forum.openscenegraph.org/viewtopic.php?t=4673>Mourad
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to