Search found 3 matches

Go to advanced search

by nvl
19 Apr 2018 11:01
Forum: Development around libVLC
Topic: Can't switch the chapter correctly
Replies: 1
Views: 277

Can't switch the chapter correctly

m4b file.

When I execute once libvlc_media_player_set_chapter (self->priv->mp, 0), I see from libvlc_MediaPlayerChapterChanged callback

Code: Select all

mp_chapter_changed: 0 mp_chapter_changed: 0 mp_chapter_changed: 1

Log: https://pastebin.com/XZ0kv40P

What's wrong?
by nvl
31 Dec 2017 14:54
Forum: Development around libVLC
Topic: libvlc: how to get CoverArt from file?
Replies: 1
Views: 304

libvlc: how to get CoverArt from file?

Is there api-3.0 simple way to get the cover art from mp4 file?
I need to put it into GdkPixbuf.
by nvl
30 Dec 2017 10:34
Forum: Development around libVLC
Topic: In chapter description i_duration is shifted down
Replies: 2
Views: 285

In chapter description i_duration is shifted down

libvlc_media_player_get_full_chapter_descriptions out table with shifted down field i_duration. Shifted one position down. This pice of code output this listing . I tryed different m4b files. Output the same. Is this the libvlc bug? output: Chatper: 0 0 01 Chuck Palahniuk - Track 01 Chatper: 194326 ...

Go to advanced search