Search found 3 matches

Go to advanced search

by drogus
18 Apr 2014 16:17
Forum: Development around libVLC
Topic: A way to get a source information from a stream
Replies: 0
Views: 203

A way to get a source information from a stream

I'm writing an out of tree compiled module and I need to get information about a source of the stream (most importantly subtitles streams, but getting source for other media would be great as well). As an example, let's say a user loads 2 subtitles files from a local file, one for EN and one for PL ...
by drogus
18 Apr 2014 01:04
Forum: Development around libVLC
Topic: Interface not showing in preferences
Replies: 1
Views: 254

Re: Interface not showing in preferences

I've found the problem, in order to make it show in the preferences it needs to be set to the main interfaces category:

Code: Select all

set_subcategory( SUBCAT_INTERFACE_MAIN )
by drogus
17 Apr 2014 21:31
Forum: Development around libVLC
Topic: Interface not showing in preferences
Replies: 1
Views: 254

Interface not showing in preferences

I created a hello world module (based on: https://wiki.videolan.org/Hacker_Guide/How_To_Write_a_Module/) which works when activating it by command line (--intf hello --hello-who drogus), but I don't see it in the list of "Main interfaces". I'm compiling it as an our of tree module (as show...

Go to advanced search