EOF reached (VLC_DEMUXER_EOF) shortly before file end locks actions
Posted: 14 Mar 2020 09:58
VLC_DEMUXER_EOF (main input debug: EOF reached) happens about 400 - 500 miliseconds before actual media end which causes action lock.
To be more precise I'm using libvlc_audio_set_volume method to create fade out effect on my libvlc based audio player but in the final 400 - 500 milliseconds of playback method calls make no effect even though method return success status.
Here is the problem I'm referring to:
Ticket with full log:
https://trac.videolan.org/vlc/ticket/24311
To be more precise I'm using libvlc_audio_set_volume method to create fade out effect on my libvlc based audio player but in the final 400 - 500 milliseconds of playback method calls make no effect even though method return success status.
Here is the problem I'm referring to:
Code: Select all
20200313-21:09:35.280200 [000055ae8a026bd0] main input debug: EOF reached
20200313-21:09:35.807774 vlc.mediaplayer: libvlc_MediaPlayerEndReached
Code: Select all
OS: Ubuntu 19.04
Kernel: 5.0.0-38-generic
VLC: 3.0.8 (tested also on current nightly build, gap seems to be even bigger there)
Tested on both ALSA and pulseaudio.
Ticket with full log:
https://trac.videolan.org/vlc/ticket/24311