Search found 1 match

by nile997
Mon Aug 09, 2010 12:04 pm
Forum: Code Snippets
Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
Replies: 64
Views: 31550

Hi thespecial1.
I tried to play a movie loop like this:


if (videoPlayer->psVideostate == Playing) { // play active
if (!videoPlayer->refresh()) { // no more AV

videoPlayer->goToFrame(0);
/*
if (videoPlayer->bVideoLoaded) {
videoPlayer->close();
delete videoPlayer;
videoPlayer = new ...