Search found 3 matches

Go to advanced search

by FvE
10 Sep 2015 16:58
Forum: Development around libVLC
Topic: Required configuration
Replies: 1
Views: 644

Required configuration

When I compile from source vlc, run the vlc player and open a stream I get the following logging: VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42) [00000000016179f8] core interface error: no suitable interface module [000000000152a358] core libvlc error: interface &quo...
by FvE
10 Sep 2015 16:54
Forum: VLM
Topic: vlm api call seems to be blocking
Replies: 1
Views: 3971

vlm api call seems to be blocking

Hi, I want to use the vlm api library in my own application to create a vod stream. Therefore I have the following code (for prototyping): int main(int argc, char **argv) { const char* psz_name = "test"; /* Load the VLC engine */ libvlc = libvlc_new(0, NULL); libvlc_vlm_add_vod(libvlc, psz...
by FvE
10 Sep 2015 10:42
Forum: Development around libVLC
Topic: vlm api call seems to be blocking
Replies: 0
Views: 258

vlm api call seems to be blocking

Hi, I want to use the vlm api library in my own application to create a vod stream. Therefore I have to following code (for prototyping): int main(int argc, char **argv) { const char* psz_name = "test"; /* Load the VLC engine */ libvlc = libvlc_new(0, NULL); libvlc_vlm_add_vod(libvlc, psz_...

Go to advanced search