VLC 1.05 plugin dshow options

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
eric leu
New Cone
New Cone
Posts: 6
Joined: 29 Mar 2010 21:04

VLC 1.05 plugin dshow options

Postby eric leu » 30 Mar 2010 17:37

Need help badly... :(

I got VLC 1.05 play my capture card perfectly. I can even set preference so that I can open vlc and play. No need to modify any setting. But, when I embedded vlc in my IE8 (XP sp3), I already know plugin will not use vlcrc, I do javascript API playlist.add(url, url, options). But, seems like most of the :dshow-xxx stuff don't work. I only want to set ":dshow-video-input=3" and ":dshow-size=720x480". Code are very typical,

var vlc = document.getElementById("vlc");
var options = new Array(":dshow-video-input=3", ":dshow-size=720x480");
var id = vlc.playlist.add("dshow://", "player", options);
vlc.playlist.playItem(id);

I also try playlist (m3u) from plugin and don't work either. Did I do something wrong? Anyway to get it work? I need this desperately. Any help will be every appreciated.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 1.05 plugin dshow options

Postby VLC_help » 31 Mar 2010 17:38

I think the options must be marked as safe ones (change_safe()), if you access VLC activeX via browser. Since those dshow options aren't marked as safe, they cannot be adjusted directly.

eric leu
New Cone
New Cone
Posts: 6
Joined: 29 Mar 2010 21:04

Re: VLC 1.05 plugin dshow options

Postby eric leu » 01 Apr 2010 02:45

How ? You mean change_safe() and recompile? Uh...okay...I'll try...
Will this feature be marked as safe on next release (V1.1)? We really like to play atsc on browser.
Thanks for the prompt reply.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC 1.05 plugin dshow options

Postby VLC_help » 01 Apr 2010 16:21

Will this feature be marked as safe on next release (V1.1)?
AFAIK no.

http://git.videolan.org/?p=vlc.git;a=bl ... /dshow.cpp

eric leu
New Cone
New Cone
Posts: 6
Joined: 29 Mar 2010 21:04

Re: VLC 1.05 plugin dshow options

Postby eric leu » 01 Apr 2010 16:53

Sorry, one more try. Finally ask, maybe there are many non-techy users want to know...

In the near future, unless recompile .cpp code, there is NO way to play NTSC nor ATSC TV in browser using VLC plugin (because we cannot change some of the dshow setting, like tunner-channel, video-input, ...)?!

Still I think VLC is a great software that can do a lot of things. I mean it!

Thanks!


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 32 guests