On Wed, April 15, 2009 2:48 am, Matthew Job wrote:
>
> Adam
>
>
>
> Thanks for getting back to me about all this.
>
> I dont think the record function is working but I was only playing around
> and until i get normal tv working, I wont be looking at that any time
> soon.
>

The main disadvantage of the record live feature is that when you change
channel any recording currently happening in the live buffer will get
cancelled :-(. No way round this unfortunately.

>
> As far as the LIVE_PAUSE2_PREFERRED_PLAYER variable, I have set this to a
> particular player and unfortunately it didnt work, it would always default
> to vlc first, then xine and finally mplayer no matter what i said this too
>
>
>
> i had
>
> LIVE_PAUSE2_PREFERRED_PLAYER= 'mplayer' in my local_conf.py, and it still
> ran with vlc.

Odd I do use this feature as I have vlc installed on my system but don't
use it as it has problems selecting the correct XV port and I get weird
colours when watching TV. If you fancy trying to work out the problem the
code that selects the player is in tv/plugins/livepause/players.py in the
function get_player(), some well placed print statements should help you
figure out why the config variable isn't being used.

>
>
> I am having problem with my wireless connection at the moment, its not
> comming up as it should and comes up well after freevo has started.  I
> will have a look at the code when I get a chance but does the socket it
> creates bind to a particular interface?  I would have thought that all of
> the network traffic for freevo except for tv_grab etc that looks
> externally would all be on the loopback interface and not use the wireless
> connection.

Ahh, that would explain it, I expect I didn't bind the socket to a
specific address. I'll add a variable in the the new version to do that,
defaulting to localhost. The new version also adds the ability for the
buffer to be on a different host so that you can have a total diskless
unit connecting to a backend with the disks and tuners.

>
>
> How does this new version affect the old version.  As in I can have both
> installed together with no ill effects on the old version, and as long as
> I have the new livepause app both will continue to function correctly?
>

No the new version replaces the old version (ie they are both
tv.livepause), all the configuration items are the same just its a damn
sight faster (forgot to mention seeking is now instant)

cheers

Adam


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to