command line property in activeX
Posted: 15 Aug 2006 21:47
Hello,
after many attempts to load the http interface (extraintf arg) with the activex, I took a look at the source code and saw that the call to VLC_Init is only made with very few args (and that those args are fixed)
The options that we can add when adding a target in the playlist are only options that belongs to an item (those that can have the : prefix), not general ones (like port for http, interfaces, filters,...).
May I suggest to add a property in the activeX that allow to change the args of the initialisation of the library. Something in the same format as the command line would be very easy to use.
thanks
after many attempts to load the http interface (extraintf arg) with the activex, I took a look at the source code and saw that the call to VLC_Init is only made with very few args (and that those args are fixed)
The options that we can add when adding a target in the playlist are only options that belongs to an item (those that can have the : prefix), not general ones (like port for http, interfaces, filters,...).
May I suggest to add a property in the activeX that allow to change the args of the initialisation of the library. Something in the same format as the command line would be very easy to use.
thanks