Hi,
I'm really hoping someone has seen the issue we're experiencing as it's causing us real headaches. We've used vlc mozilla plugin vsn 0.8.6 to play a dvb-t udp network stream (streamed from vlc elsewhere) perfectly for a while, but we now want to display subtitles on screen, which do not work on 0.8.6. We've upgraded our thin client boxes to Debian lenny, and vlc and the plugin to 1.0.3-1. We can now get the subtitles to display within the vlc window on the webpage, but using the "Default" output format, we get red horizontal lines corrupting just the vlc window on the screen. If I boot to a X-term and fire up the vlc UI I can tweak the settings - I'd read that using the X11 output may provide a fix, but using this we just get the video compressed in black and white on the left side of the screen. Using sdl as the output format gives us a clear picture with slightly blurred subtitles, but importantly no corruption. My question is, how do I make the plugin use sdl as it's default output format ? I've tried specifying it in the options...
var options = new Array(":vout=vout-sdl",":aspect-ratio=4:3");
var id = vlc.playlist.add("udp://@239.0.0.1", "BBC News", options);
vlc.playlist.playItem(id);
..but this has no effect (although the aspect ratio option does get used). I've tried setting the output format to sdl in the vlc config file (~/.config/vlc/vlcrc), but it looks like the mozilla plugin ignores this file - is there a separate settings file specifically for the plugin - I couldn't find anything ?
Interestingly the corruption also disappears when we switch on deinterlacing (Bob does the trick), but then subtitle display is choppy. However I've read elsewhere that deinterlacing currently can't be switched on / off on the plugin until v 1.1.0 or above, so this probably doesn't help either. For info, the thin client boxes have VIA chipsets and are using the openchrome (1:0.2.904+) drivers.
Any help, gratefully received...