Page 1 of 1

No fullscreen when deinterlace

Posted: 08 Aug 2006 12:46
by karlar
Hey I cant seems to goto fullscreen via vlc.fullscreen() when i have activated bob, works only if i double click on the vlc object

targetURL = ...
var options = new Array(":rtsp-tcp");
options.push(":vout-filter=deinterlace");
options.push(":deinterlace-mode=bob");
document.vlc.addTarget(targetURL, options, 1, -666);
document.vlc.play();
document.vlc.fullscreen();

It only happens when i have bob enable when i remove the statsments
i can go to fullscreen again.

Anybody got an idea?

Posted: 08 Aug 2006 15:54
by karlar
found a solution
used to goto fullscreen

Code: Select all

X = vlc.getVariable("key-fullscreen") vlc.setVariable("key-pressed", X)
but can anybody tell me if thats a bug or a feature, that i cant get the vlc activex com. to goto fullscreen with document.vlc.fullscreen while deinterlace is enable.

Posted: 18 Aug 2006 23:40
by Quovodis
a bug, most probably, i'll add it to my very long list of things to fix in activex :)