[vlc-devel] [PATCH] RemoteOSD video-filter plugin

techfreak smile4you at gmx.ch
Thu Mar 6 00:27:21 CET 2008


Hello all

Here is first try of my patch for VLC, a new plugin as client for the
VDR-ffnetdev-plugin streaming server. The plugin is a VNC overlay for VLC.

I hope you like it and add it.

Please review and comment it.

Regards, techfreak

/*****************************************************************************
 * RemoteOSD uses the RFB-Protocol of VNC to display an On-Screen-Display
 * menu generated by a streaming server as overlay for the streamed video.
 *
 * The streaming server that implements this is the ffnetdev plugin for VDR.
 * VDR (VideoDiskRecorder) is an Linux based OpenSource harddisk recorder
 * software.
 * The VDR ffnetdev plugin emulates the hardware MPEG decoder and 
streams the
 * video over the network instead of hardware video outputs.
 * The OSD menu of VDR is offered with the RFB protocol to a VNC client.
 *
 * In fact this video-filter is a simple VNC client that could be also 
used to
 * connect to a real VNC host.
 * Only 8-bit color is supported at the moment.
 * Using password protected VNC hosts is supported but not recommended, 
because
 * you need to insert the used password in the plugin configuration page of
 * VLC configuration in plain text and it's saved in plain text.
 *****************************************************************************/



-------------- next part --------------
A non-text attachment was scrubbed...
Name: Added-video-filter-RemoteOSD.patch.tar.gz
Type: application/gzip
Size: 22605 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080306/e3e9c718/attachment.bin>


More information about the vlc-devel mailing list