Yalir / sfeMovie

sfeMovie is a simple C++ library that lets you play movies in SFML based applications. It relies on FFmpeg to read medias and remains consistent with SFML's naming conventions.
http://sfemovie.yalir.org/
GNU Lesser General Public License v2.1
114 stars 37 forks source link

sfeMovie not playing vp6 files #56

Closed feliwir closed 9 years ago

feliwir commented 9 years ago

The program loops is, because the timer interfaces aren't working. This results in timer being stuck

Ceylo commented 9 years ago

More precisely, seeking just fails for the concerned sample media file. Testing with ffplay or VLC shows that they can't seek too (although they don't require seeking before starting playback).

So to sum up:

Ceylo commented 9 years ago

Such files can now be played, although they can't be sought.