Xine TVSuite input plugin
From My Interesting Version
I created the following plugin for xine so a TVController can be controlled directly with xine as part of the TVSuite
Do the following to get this working (you need the xine-lib sources):
- Download the plugin [xine_tvsuite_plugin.tar]
- Goto the xine-lib source directory. cd <xine-lib source>/src/input
- Extract the plugin archive: tar -xpf xine_tvsuite_plugin.tar
- Patch the make file. patch -p0 < tvsuite_plugin.patch
- Change to the main xine-lib source directory. cd <xine-lib source>
- Configure xine-lib: ./configure
- Make xine-lib: make
- install xine-lib: make install
You should now be able to start xine and let it connect to the tvcontroller:
xine tvsuite://tvcontroller-ip:tvcontroller-port
You can now change channels by using the navigator within xine. Press a number or use the up or down button.
Happy viewing
