Re: [Freevo-users] Livepause crash

2009-06-13 Thread Duncan Webb
Bernard Mentink wrote:
 Ok, not getting any replies,  I found the issue myself. It seems I had
 to replace the LIVE_PAUSEBUFFER with ..PAUSE2.. not ..PAUSE.. etc.
 
 LIVE_PAUSE2_BUFFER_SIZE=128
 
 LIVE_PAUSE2_BUFFER_PATH='/tmp/live.buf' # Location of the live buffer.
 LIVE_PAUSE2_PREFERRED_PLAYER='xine'
 
 This is not documented anywhere, I would have thought that the Wiki
 should have this upto date info ??

The Wiki is the property of the community and it is the task of the
community to keep it up to date!

Anyway after my little rant all plug-in are self-documented but may be
the documentation is not as perfect as it should be.

The trick is to first find the plug-in your interested in.

# freevo plugins -l | grep livepause
tv.livepausePlugin to allowing pausing live TV.
# freevo plugins -i tv.livepause
...

I'll add a bit to the quick-start guide in the wiki for this.

The same information is also on the Freevo webserver under the help menu.

 
 I only managed to fix this by coming across a post with these settings
 about another livepause issue, otherwise I would still be struggling.
 
 How come convert_config  doesn't pick this up? I thought that was what
 it was for..

TV is the hardest part of Freevo to configure but once you have archived
this the rest is a piece of cake.

 Well now that I have TV working, how do I get OSD to work??

Duncan

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-13 Thread Duncan Webb
Jonathan Isom wrote:
 2009/6/12 Bernard Mentink bment...@gmail.com:
 So you mean I can't play anything full screen and have OSD as well? Hmmm ..

 It can fill the screen but not be fullscreen :).  basically Fullscreen
 ignores the
 window manager in some programs.  also I think a window manger is required.

Generally a window manager is not required for Freevo. The exception is
when you want to run external commands from the Freevo command menu.

 I'm personally using compiz(overkill if you ask me) to manage the screen.
 Not sure of another that works correctly though. :(
 
 I had a look through local_conf.py for -fs options and there are none. I did
 an info on the video.mplayer plugin and it showed no options by default. So
 I don't know what is telling it to play full screen? Do I specifically have
 to give an option to mplayer to play in a window?

What you need to remember about Freevo is that it is the glue that
sticks applications together to provide a multimedia system.

So if you need to know what the options are for a specific application
the use the application's documentation.

Duncan


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-13 Thread Evan Hisey
2009/6/12 Bernard Mentink bment...@gmail.com:
 Thanks, I found freevo plugins -i video.vlc, it gave me some info ..

 Now if I can only find out why OSD on TV is not working! .. is there
 anything I have to enable?

 Cheers,
 bernie

The OSD depends on the TV player. TVTime has the best OSD. Xine has an
okay but minimal OSD, Mplayer has  a spartan OSD.VLC I have not used.
Are you sure the problem is that the OSD is not showing up or that you
are expecting the wrong one?

Evan

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-13 Thread Jonathan Isom
On Sat, Jun 13, 2009 at 5:57 PM, Evan Hiseyehi...@gmail.com wrote:
 2009/6/12 Bernard Mentink bment...@gmail.com:
 Thanks, I found freevo plugins -i video.vlc, it gave me some info ..

 Now if I can only find out why OSD on TV is not working! .. is there
 anything I have to enable?

 Cheers,
 bernie

 The OSD depends on the TV player. TVTime has the best OSD. Xine has an
 okay but minimal OSD, Mplayer has  a spartan OSD.VLC I have not used.
 Are you sure the problem is that the OSD is not showing up or that you
 are expecting the wrong one?

1.9 introduces a unified OSD.

Later

Jonathan

 Evan

 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables unlimited
 royalty-free distribution of the report engine for externally facing
 server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users




-- 

ASUS m3a78 mothorboard
AMD Athlon64 X2 Dual Core Processor 6000+ 3.1Ghz
4 Gigabytes of memory
Gigabyte NVidia 9400gt  Graphics adapter
Kworld ATSC 110 TV Capture Card
Kworld ATSC 115 TV Capture Card

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-13 Thread Bernard Mentink
Hi Evan,

I thought that the OSD was supplied by freevo as there was info regarding
OSD in the local_cong.py file, I guess that was a wrong assumption for TV.

I am using mplayer, so not sure what OSD to expect. I was sort of expecting
volume level to show up and maybe channel info etc

What should I be getting? I am getting nothing at all. Thinking about it
though, my remote is sending commands to freevo, I guess freevo is not
passing them on to mplayer. Do I have to configure lirc for mplayer to get
it's OSD showing up? Seems strange as the volume is being handled by freevo,
why not handle the OSD as well ...

Thanks,
Bernie

On Sun, Jun 14, 2009 at 10:57 AM, Evan Hisey ehi...@gmail.com wrote:

 2009/6/12 Bernard Mentink bment...@gmail.com:
  Thanks, I found freevo plugins -i video.vlc, it gave me some info ..
 
  Now if I can only find out why OSD on TV is not working! .. is there
  anything I have to enable?
 
  Cheers,
  bernie
 
 The OSD depends on the TV player. TVTime has the best OSD. Xine has an
 okay but minimal OSD, Mplayer has  a spartan OSD.VLC I have not used.
 Are you sure the problem is that the OSD is not showing up or that you
 are expecting the wrong one?

 Evan


 --
 Crystal Reports - New Free Runtime and 30 Day Trial
 Check out the new simplified licensing option that enables unlimited
 royalty-free distribution of the report engine for externally facing
 server and web deployment.
 http://p.sf.net/sfu/businessobjects
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CD backup not producing the files

2009-06-13 Thread Bernard Mentink
Anyone have a solution to this? ...  Thanks

On Sat, Jun 13, 2009 at 3:20 PM, Bernard Mentink bment...@gmail.com wrote:

 Hi All,

 I have just enabled the audio.cdbackup pluggin and have set the options I
 want, and have installed cdparanioa.

 However, when I go to rip a file, everything looks like it is working, I
 can see the temporary .wav file in /tmp and the progress
 info shows the files been ripped one track at a time. However, when it is
 finished (I am doing flac output) I do not see any files in the directory I
 have specified. (I have flac installed ok)

 My settings are:

 plugin.activate('audio.cdbackup')
 AUDIO_BACKUP_DIR = '/var/lib/mythtv/music'
 CDPAR_CMD = 'cdparanoia'

 I can't see any files in that directory, . any ideas?

 Cheers,
 Bernie


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users