hi,
included is a patch to add timeshifting via
mp1e to freevo (by removing the standard tv
viewer, so use with caution).
I could not test it very well since some hardware
issues I am having. Much is hardcoded and some
nasty things included. So this is nothing for the
faint-hearted at the moment. ;-)
Here's what to do to test it:
- Patch MPlayer with the timeshift patches
- Install mp1e
- unpack, make timeshifter. Put the exe into
freevo dir
- patch freevo with tv_timeshift.patch
- Fire up the TV Viewer. Switch Channels.
Press Pause, FFWD, FBWD, ...
To get back the classic TV change src/tv/tv.py
tvapp = timeshift.get_singleton()
back to:
tvapp = mplayer.get_singleton()
l8r...
Thomas
tv_timeshift.patch.gz
Description: Binary data
timeshifter.tar.gz
Description: Binary data
