Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change 
notification.

The following page has been changed by 12.249.4.129:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

------------------------------------------------------------------------------
@@ -375,3 +375,18 @@
 runs it through it's own layer before putting it on the screen, the audio, on the 
other hand, is passed through a cable from the TV card to your sound card (in most 
cases) and thus there is a delay, depending on the speed of your machine between the 
audio, and the video showing up the screen since the video must pass through mplayer 
first.
 
 A number of solutions for this are being examined; if you have a fast machine, this 
probably won't occur, but for slower machines, we should have a workaround shortly.
+
+= Why is that my scheduled recordings never actually record? =
+
+One error that prevents scheduled recordings from actually recording is as follows, 
check for this in the logfiles in /var/log/freevo/
+
+{{{ sh: relocation error: ./runtime/dll/libc.so.6: symbol
+_dl_debug_files, version GLIBC_2.2 not defined in file
+ld-linux.so.2 with link time reference}}}
+
+The fix for this error is adding the following inside
+of src/tv/record_daemon.py.  Add the following line
+after "import os".
+{{{ 
+import os
+os.environ['LD_PRELOAD'] =  ''  # Add this line to stop GLIBC_2.X preload errors }}}


-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to