Page 1 of 1

activex control!

Posted: 13 Feb 2006 23:11
by hossein
hi all,
i want to use vlc activex in VB for making special applications for streaming or direct show or open network stream with special config , but the activex hasn't many of controls!!! what should i do? can i use MRL in this case? how? can i use a special config file with an application that use activex?
tnx all.

Posted: 14 Feb 2006 19:54
by tonsofpcs

Posted: 14 Feb 2006 20:22
by hossein
Thank you for your attention, but it didn't help,
as you know you can stream video and audio with vlc and many other ability, my question was:
- is there any way to control other parameter in activex like streaming or activex is limited to a very simple player?
- is the mrl propertie only for the playable option or as you see in vlc it can contain other properties like streaming?
- if non of them, is there any way to make a program that use vlc activex that uses a special config file, like vlc file in application data folder that setting of vlc is set in that?
thank you again.. :shock:

Posted: 15 Feb 2006 05:57
by tonsofpcs
1) the former
2) the former, just like the command line for the player

Look at the addTarget method. uri is the MRL (string), options is an array of strings in a similar format to the command line options.

Posted: 15 Feb 2006 06:27
by hossein
thank you,
if you have any simple project, could we see it as a sample?!
yours