libvlc_media_player_set_time
Posted: 16 Mar 2012 20:07
Hi all,
I used to call libvlc_media_player_set_time() with the previous version of libVLC, without problems.
With version 2.0 I get mpeg_decode_postinit() failure.
This seems to be an ffmpeg problem.
What happens is the following: after I call libvlc_media_player_set_time, for about 5 seconds, nothing happens. Then I get several times (8) the error message mpeg_decode_postinit() failure.
After that, I call libvlc_media_player_set_time() without any problem.
Can someone help me out here? Can I disable ffmpeg, and use the old codec?
I used to call libvlc_media_player_set_time() with the previous version of libVLC, without problems.
With version 2.0 I get mpeg_decode_postinit() failure.
This seems to be an ffmpeg problem.
What happens is the following: after I call libvlc_media_player_set_time, for about 5 seconds, nothing happens. Then I get several times (8) the error message mpeg_decode_postinit() failure.
After that, I call libvlc_media_player_set_time() without any problem.
Can someone help me out here? Can I disable ffmpeg, and use the old codec?