-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Richard Scott wrote: | I upgraded from freevo 1.7.4, which worked well, to 1.7.6. Live TV works just fine in freevo 1.7.6. However, if I click on a program in the future there is no option to record it. Also if I schedule a program to record in the future via the freevo webserver I get a <program>.fxd file but no <program>.avi file. | | mencoder-stdout-500.log: | MEncoder dev-SVN-rUNKNOWN-4.1.2 (C) 2000-2008 MPlayer Team | CPU: Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz (Family: 6, Model: 15, Stepping: 11) | CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 | Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 | | | Exiting... (error parsing command line) | | | mencoder-stderr-500.log: | Option tv: Unknown suboption forceaudio | | | I have greped through local_conf.py and found one commented out line that contains forceaudio.
Commenting it out is part of the problem :) Freevo configuration is stacked so that everything has defaults (configured in freevo_config.py, usually found at /usr/share/freevo/freevo_config.py) and then local_conf.py is loaded over the top changing anything that you've custom configured. A quick grep over freevo_config.py shows forceaudio exists in that too, so you'd be better off uncommenting it in local_conf.py and just removing the 'forceaudio' part, i.e. change : VCR_AUDIO = (':adevice=%s' % AUDIO_DEVICE + ~ ':audiorate=32000' + # 44100 for better sound ~ ':forceaudio:forcechan=1:' + # Forced mono for bug in my driver ~ 'buffersize=64') # 64MB capture buffer, change? to VCR_AUDIO = (':adevice=%s' % AUDIO_DEVICE + ~ ':audiorate=32000' + # 44100 for better sound ~ 'buffersize=64') # 64MB capture buffer, change? Andrew | | Any ideas on getting freevo to recorde again? | | Do I need to post more information? | | Thanks | | | | | | ------------------------------------------------------------------------ | | ------------------------------------------------------------------------- | This SF.net email is sponsored by the 2008 JavaOne(SM) Conference | Don't miss this year's exciting event. There's still time to save $100. | Use priority code J8TL2D2. | http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone | | | ------------------------------------------------------------------------ | | _______________________________________________ | Freevo-users mailing list | Freevo-users@lists.sourceforge.net | https://lists.sourceforge.net/lists/listinfo/freevo-users - -- "Encouraging innovation by restricting the spread & use of information seems highly counterintuitive to me." - Slashdot comment -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIGQHZ/5R+ugbygqQRArS2AJ9/VdAt1r4jBeWAM+6sSr//HA5+OACfZZ1e u//Dr+QebAjBImZ4dyed6kY= =N26E -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users