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?