unosquare / ffplaydotnet

A port of FFmpeg's FFplay.c
MIT License
16 stars 5 forks source link

Media container seeking improvements #1

Closed mariodivece closed 7 years ago

mariodivece commented 7 years ago

Under stream seek call the seek frame function is not considered to be working if the following decoded frame occurs after the target time. One of my test files never seeks correctly the first time so its suitable for this test. Tight now there is a hack where I subtract 1 second from target always.

mariodivece commented 7 years ago

The seeking function has been updated! Transport files seek very fast and precisely as matroska and other mp4s.

mariodivece commented 7 years ago

Closing issue.