Search found 3 matches

Go to advanced search

by psadaic
18 Mar 2020 12:24
Forum: Development around libVLC
Topic: EOF reached (VLC_DEMUXER_EOF) shortly before file end locks actions
Replies: 4
Views: 932

Re: EOF reached (VLC_DEMUXER_EOF) shortly before file end locks actions

I have bypassed this by manipulating alsa mixer directly and not using vlc volume controls at all but this really is something you should think about improving inside your library. Since my application is limited to alsa this approach is acceptable but for anyone doing multi-platform implementation ...
by psadaic
14 Mar 2020 15:42
Forum: Development around libVLC
Topic: EOF reached (VLC_DEMUXER_EOF) shortly before file end locks actions
Replies: 4
Views: 932

Re: EOF reached (VLC_DEMUXER_EOF) shortly before file end locks actions

You should still be able to change the volume, but it might only apply on the next media item. I've been testing this specifically and it does not apply for current nor next media item. All changes during that period are ignored. Near the end, all remaining samples will fit and already be queued to...
by psadaic
14 Mar 2020 09:58
Forum: Development around libVLC
Topic: EOF reached (VLC_DEMUXER_EOF) shortly before file end locks actions
Replies: 4
Views: 932

EOF reached (VLC_DEMUXER_EOF) shortly before file end locks actions

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 playb...

Go to advanced search