Re: [Freevo-users] livepause

2012-04-09 Thread Liz
On Mon, 09 Apr 2012 21:48:47 +0100
Adam Charrett  wrote:

> On Fri, 2012-04-06 at 12:22 +1000, Liz wrote:
> > I'm back at this point
> > I found that the /tmp/freevo/live.buf file for the buffer was being
> > destroyed on reboot, so /tmp/freevo is the current file, and
> > livepause is not dying anymore
> > 
> > However, I'm not getting any tuning happening
> > the line which is setting the target is returning 'none'
> > hdhomerun_config 1110D413 set /tuner0>/target :1235
> > 
> > I've had some look at the code, and if 'none' it is supposed to set
> > localhost (i think)
> > but 
> > hdhomerun_config 1110D413 set /tuner0>/target none 
> > is going to the tuner, and it seems to do exactly nothing
> > 
> 
> A quick fix for this would be to change the /etc/hosts file so that
> the host name of computer didn't resolve to 127.0.0.1 but to the IP
> address of the network interface that is used to talk to the
> HDHomeRun.
> 
> That will mean freevo can work out what IP address to tell the
> HDHomeRun to send the packets to.
> 
> Cheers
> 
> Adam
> 

I was close... but didn't try enough parameters
So it plays, but does not stop...


2012-04-10 08:12:51,307 - stdout - INFO - os.system('hdhomerun_config
1110D413 set /tuner1/channel 21950') 2012-04-10 08:12:51,308 -
stdout - INFO - os.system('hdhomerun_config 1110D413
set /tuner1/program 672') 2012-04-10 08:12:51,308 - stdout - INFO -
os.system('hdhomerun_config 1110D413 set /tuner1/target
x.y.z.zz:1235') 2012-04-10 08:14:09,741 - root - WARNING -
childapp.py (173): ChildApp.write(line='quit'): failed 2012-04-10
08:14:09,761 - base.async - ERROR - Unhandled InProgress exception:
Traceback (most recent call last): File
"/usr/local/lib/python2.7/dist-packages/kaa/base/thread.py", line 118,
in __call__ result = super(MainThreadCallable, self).__call__(*args,
**kwargs) File
"/usr/local/lib/python2.7/dist-packages/kaa/base/callable.py", line
232, in __call__ return cb(*cb_args, **cb_kwargs) File
"/usr/local/lib/python2.7/dist-packages/kaa/base/timer.py", line 175,
in start self._id = notifier.timer_add(int(interval * 1000), self)
ValueError: invalid literal for int() with base 10:
'5*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*6
05*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*60'
==

So I killed vlc and then could not play another channel although it did
go through Tune:Buffer:Play


2012-04-10 08:14:23,702 - stdout - INFO - os.system('hdhomerun_config
1110D413 set /tuner1/channel 21950') 2012-04-10 08:14:23,703 -
stdout - INFO - os.system('hdhomerun_config 1110D413
set /tuner1/program 674') 2012-04-10 08:14:23,703 - stdout - INFO -
os.system('hdhomerun_config 1110D413 set /tuner1/target
192.168.79.243:1235') 2012-04-10 08:14:59,362 - base.async - ERROR -
Unhandled InProgress exception: Traceback (most recent call last): File
"/usr/local/lib/python2.7/dist-packages/kaa/base/thread.py", line 118,
in __call__ result = super(MainThreadCallable, self).__call__(*args,
**kwargs) File
"/usr/local/lib/python2.7/dist-packages/kaa/base/callable.py", line
232, in __call__ return cb(*cb_args, **cb_kwargs) File
"/usr/local/lib/python2.7/dist-packages/kaa/base/timer.py", line 175,
in start self._id = notifier.timer_add(int(interval * 1000), self)
ValueError: invalid literal for int() with base 10:
'5*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*60'
2012-04-10 08:15:18,116 - base.async - ERROR - Unhandled InProgress
exception: Traceback (most recent call last): File
"/usr/local/lib/python2.7/dist-packages/kaa/base/thread.py", line 118,
in __call__ result = super(MainThreadCallable, self).__call__(*args,
**kwargs) File
"/usr/local/lib/python2.7/dist-packages/kaa/base/callable.py", line
232, in __call__ return cb(*cb_args, **cb_kwargs) File
"/usr/local/lib/python2.7/dist-packages/kaa/base/timer.py", line 175,
in start self._id = notifier.timer_add(int(interval * 1000), self)
ValueError: invalid literal for int() with base 10:
'5*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*605*60'
=



--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-04-09 Thread Adam Charrett
On Fri, 2012-04-06 at 12:22 +1000, Liz wrote:
> I'm back at this point
> I found that the /tmp/freevo/live.buf file for the buffer was being
> destroyed on reboot, so /tmp/freevo is the current file, and livepause
> is not dying anymore
> 
> However, I'm not getting any tuning happening
> the line which is setting the target is returning 'none'
> hdhomerun_config 1110D413 set /tuner0>/target :1235
> 
> I've had some look at the code, and if 'none' it is supposed to set
> localhost (i think)
> but 
> hdhomerun_config 1110D413 set /tuner0>/target none 
> is going to the tuner, and it seems to do exactly nothing
> 

A quick fix for this would be to change the /etc/hosts file so that the
host name of computer didn't resolve to 127.0.0.1 but to the IP address
of the network interface that is used to talk to the HDHomeRun.

That will mean freevo can work out what IP address to tell the HDHomeRun
to send the packets to.

Cheers

Adam


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-04-05 Thread Liz
On Mon, 26 Mar 2012 12:41:50 +0100 (BST)
Adam Charrett  wrote:

> 
> 
> On Mon, 26 Mar 2012, Liz wrote:
> 
> > On Mon, 26 Mar 2012 09:30:35 +1100
> >
> > I have got tuner information set in the local_conf.py
> > ie
> > TV_CHANNELS = [
> >( 'abcnews24.free.au' ,'ABC News 24' , '21950.672' ),
> >( 'abc1.free.au', 'ABC1' , '21950.673' ),
> >( 'abc2.free.au', 'ABC2', '21950.674' ),
> >( 'abc3.free.au', 'ABC3', '21950.676'),
> >( 'sbshd.free.au', 'SBS HD' , '56450.853' ),
> >( 'sbsone.free.au', 'SBS ONE', '56450.849' ),
> >( 'sbstwo.free.au', 'SBS TWO', '56450.850' ),
> >( 'win.free.au', 'WIN', '17750.6151' ),
> >( 'prime7.free.au', 'Seven', '17750.6039' ),
> >( 'sc10.free.au', 'TEN', '17750.6167' ),
> >( 'gem.free.au', 'GEM', '54350.6168' ),
> >( 'go!.free.au', 'GO!', '54350.6152' ),
> >( 'one.free.au', 'ONE', '55750.6169'  ),
> >( 'eleven.free.au', 'Eleven', '55750.6153' ),
> >]
> >
> >
> > but none of these channels actually tune.
> > I now get a GUI which says "Tuning to ABC News 24"
> > and in the terminal I get
> >
> > sh: 1: Syntax error: redirection unexpected
> > (repeated 3 or 4 times)
> >
> > It actually detunes the channel when I check the result.
> >
> So for tuning to ABC News 24 this is what the code should be doing:
> 
> hdhomerun_config  set /tuner/channel 21950
> hdhomerun_config  set /tuner/program 672
> hdhomerun_config  set /tuner/target  IP>:1235
> 
> Where  and  come from splitting the video
> device at ':', and  is the ip address detected for the
> Freevo PC. At a guess I would imagine it's the id of the HDHomeRun
> that is a problem, what have you got you video groups set to?
> 
> Cheers
> 
> Adam
> 
>
I'm back at this point
I found that the /tmp/freevo/live.buf file for the buffer was being
destroyed on reboot, so /tmp/freevo is the current file, and livepause
is not dying anymore

However, I'm not getting any tuning happening
the line which is setting the target is returning 'none'
hdhomerun_config 1110D413 set /tuner0>/target :1235

I've had some look at the code, and if 'none' it is supposed to set
localhost (i think)
but 
hdhomerun_config 1110D413 set /tuner0>/target none 
is going to the tuner, and it seems to do exactly nothing

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause - 'bad news'

2012-04-05 Thread Liz
On Sat, 31 Mar 2012 21:00:46 +1100
Liz  wrote:

> On Sat, 31 Mar 2012 20:46:49 +1100
> Liz  wrote:
> 
> > On Sat, 31 Mar 2012 10:00:38 +0100
> > Adam Charrett  wrote:
> > 
> > > This is your problem, vdev should be '1110D413:1',
> > trying this next
> > 
> 
> still a livepause crash happening 
> debian testing/unstable occurred after the update
> log file follows
> 
> but I will try a recompile of livepause
> 

new hardware
faster video
can watch from the hdhomerun on the main xserver
new install of freevo
still got "livepause died!"
when i try to tune a tv channel


livepause_crash is the first attachment that didn't go with the
previous mail
livepause is the newest crash on the new hardware
(not worried about mpd, its not configured)

freevo@shuttlefreevo:~$ freevo

Freevo 1.9.2-svn rupstream started at Fri Apr  6 08:55:49 2012

Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/scd0', 'CD-1')"

Freevo 1.9.2-svn rupstream started at Fri Apr  6 08:55:49 2012

OSD_SINGLE_WINDOW disabled!
WARNING: PyLirc not found, lirc remote control disabled!
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/freevo/helpers/inputhelper.py", line 
246, in 
inputs = [Lirc()]
  File "/usr/lib/python2.7/dist-packages/freevo/helpers/inputhelper.py", line 
63, in __init__
import pylirc
ImportError: No module named pylirc

Please run 'freevo cache'

version: 1.9.2 rupstream
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: 
'/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: 
'/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: 
'/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: 
'/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: 
'/dev/scd0'"
Couldn't open Line-In mixer "Line"
Couldn't open sync mixer "Master Surround"
failed to load plugin alsamixer
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/share/pyshared/freevo/plugin.py", line 581, in __load_plugin__
p = eval(object)()
  File "/usr/share/pyshared/freevo/plugins/alsamixer.py", line 146, in __init__
self.setMicVolume(0)
  File "/usr/share/pyshared/freevo/plugins/alsamixer.py", line 304, in 
setMicVolume
self._setVolume(self.mic_mixer, volume)
  File "/usr/share/pyshared/freevo/plugins/alsamixer.py", line 228, in 
_setVolume
device.setvolume(volume)
ALSAAudioError: No such channel
plugin dialog.x11_overlay_display deactivated, reason: kaa.display is not 
installed
failed to load plugin audio.mpd_playlist
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/share/pyshared/freevo/plugin.py", line 581, in __load_plugin__
p = eval(object)()
  File "/usr/share/pyshared/freevo/audio/plugins/mpd_playlist.py", line 79, in 
__init__
config.MPD_SERVER_PASSWORD)
  File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 440, in 
__init__
self.conn = mpd_connection(host, port)
  File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 343, in 
__init__
self.talker = socket_talker(host, port)
  File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 33, in 
__init__
self.sock.connect((host, port))
  File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
failed to load plugin audio.mpd_status
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/share/pyshared/freevo/plugin.py", line 581, in __load_plugin__
p = eval(object)()
  File "/usr/share/pyshared/freevo/audio/plugins/mpd_status.py", line 87, in 
__init__
config.MPD_SERVER_PASSWORD)
  File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 440, in 
__init__
self.conn = mpd_connection(host, port)
  File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 343, in 
__init__
self.talker = socket_talker(host, port)
  File "/usr/share/pyshared/freevo/audio/plugins/mpdclient2.py", line 33, in 
__init__
self.sock.connect((host, port))
  File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
Freevo 1.9.2 rupstream ready
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: 
'/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: 
'/dev/scd0'"
WARNING: opening '/dev/scd0' failed: [Errno 2] No such file or directory: 
'/dev/scd

Re: [Freevo-users] livepause

2012-03-31 Thread Liz
On Sat, 31 Mar 2012 20:46:49 +1100
Liz  wrote:

> On Sat, 31 Mar 2012 10:00:38 +0100
> Adam Charrett  wrote:
> 
> > This is your problem, vdev should be '1110D413:1',
> trying this next
> 

still a livepause crash happening 
debian testing/unstable occurred after the update
log file follows

but I will try a recompile of livepause

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-31 Thread Liz
On Sat, 31 Mar 2012 10:00:38 +0100
Adam Charrett  wrote:

> This is your problem, vdev should be '1110D413:1',
trying this next

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-31 Thread Liz
On Sat, 31 Mar 2012 10:00:38 +0100
Adam Charrett  wrote:

> What size buffer have you set? This could be that you don't have
> enough space on the disk you're putting the ring buffer.The default
> is 2GB (LIVE_PAUSE2_BUFFER_SIZE) with the file
left at default
> in /tmp/freevo/livepause (LIVE_PAUSE2_BUFFER_PATH).
5.1G free on that partition
> 
> > Because this hardware is slow and vlc doesn't seem to have a
> > framedrop option like mplayer so that watching tv on this is
> > painful (when done through the X-server) i have ordered new
> > hardware.  
> 
> The livepause plugin does have the option to use either vlc, mplayer
> or xine.(See LIVE_PAUSE2_PREFERRED_PLAYER)
I did try all three, before deciding that I wasn't getting very far and
faster video hardware was going to be necessary

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-31 Thread Adam Charrett
On Tue, 2012-03-27 at 08:25 +1100, Liz wrote:
> On Mon, 26 Mar 2012 12:41:50 +0100 (BST)
> > Where  and  come from splitting the video
> > device at ':', and  is the ip address detected for the
> > Freevo PC. At a guess I would imagine it's the id of the HDHomeRun
> > that is a problem, what have you got you video groups set to?
> 
> 
> # HDHomeRun
> TV_VIDEO_GROUPS = [
>  # Use this group for watching tv
>  VideoGroup(vdev='<1110D413>:<1>',
This is your problem, vdev should be '1110D413:1',

> group_type='hdhomerun',
> desc='Watching Video Group',
> )
> ]
> 
> 
> Sadly, since a reboot following some upgrades, livepause is crashing.
> I was hoping that a newer vlc etc might help.
> 
> the terminal output is "Exception: Livepause died!"
> the error log says
> Failed to initialise ringbuffer.
> livepause-stderr-1000-1332796351.log (END)

What size buffer have you set? This could be that you don't have enough
space on the disk you're putting the ring buffer.The default is 2GB
(LIVE_PAUSE2_BUFFER_SIZE) with the file in /tmp/freevo/livepause
(LIVE_PAUSE2_BUFFER_PATH).

> Because this hardware is slow and vlc doesn't seem to have a framedrop
> option like mplayer so that watching tv on this is painful (when done
> through the X-server) i have ordered new hardware.

The livepause plugin does have the option to use either vlc, mplayer or
xine.(See LIVE_PAUSE2_PREFERRED_PLAYER)

Cheers

Adam


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-26 Thread Liz
On Mon, 26 Mar 2012 12:41:50 +0100 (BST)
Adam Charrett  wrote:

> So for tuning to ABC News 24 this is what the code should be doing:
> 
> hdhomerun_config  set /tuner/channel 21950
> hdhomerun_config  set /tuner/program 672
> hdhomerun_config  set /tuner/target  IP>:1235

The hdhomerun id and the tuner id work on the command line
freevo@eeetv:~$ hdhomerun_config 1110D413 set /tuner1/channel 21950
freevo@eeetv:~$ hdhomerun_config 1110D413 set /tuner1/program 672
freevo@eeetv:~$ hdhomerun_config 1110D413 set /tuner1/target
192.168.79.179:1235
freevo@eeetv:~$ hdhomerun_config 1110D413 get /tuner1/status
ch=auto:21950 lock=t7qam64 ss=100 snq=100 seq=100 bps=23051808
pps=791


> 
> Where  and  come from splitting the video
> device at ':', and  is the ip address detected for the
> Freevo PC. At a guess I would imagine it's the id of the HDHomeRun
> that is a problem, what have you got you video groups set to?


# HDHomeRun
TV_VIDEO_GROUPS = [
 # Use this group for watching tv
 VideoGroup(vdev='<1110D413>:<1>',
group_type='hdhomerun',
desc='Watching Video Group',
)
]


Sadly, since a reboot following some upgrades, livepause is crashing.
I was hoping that a newer vlc etc might help.

the terminal output is "Exception: Livepause died!"
the error log says
Failed to initialise ringbuffer.
livepause-stderr-1000-1332796351.log (END)

Because this hardware is slow and vlc doesn't seem to have a framedrop
option like mplayer so that watching tv on this is painful (when done
through the X-server) i have ordered new hardware.




--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-26 Thread Adam Charrett


On Mon, 26 Mar 2012, Liz wrote:

> On Mon, 26 Mar 2012 09:30:35 +1100
>
> I have got tuner information set in the local_conf.py
> ie
> TV_CHANNELS = [
>( 'abcnews24.free.au' ,'ABC News 24' , '21950.672' ),
>( 'abc1.free.au', 'ABC1' , '21950.673' ),
>( 'abc2.free.au', 'ABC2', '21950.674' ),
>( 'abc3.free.au', 'ABC3', '21950.676'),
>( 'sbshd.free.au', 'SBS HD' , '56450.853' ),
>( 'sbsone.free.au', 'SBS ONE', '56450.849' ),
>( 'sbstwo.free.au', 'SBS TWO', '56450.850' ),
>( 'win.free.au', 'WIN', '17750.6151' ),
>( 'prime7.free.au', 'Seven', '17750.6039' ),
>( 'sc10.free.au', 'TEN', '17750.6167' ),
>( 'gem.free.au', 'GEM', '54350.6168' ),
>( 'go!.free.au', 'GO!', '54350.6152' ),
>( 'one.free.au', 'ONE', '55750.6169'  ),
>( 'eleven.free.au', 'Eleven', '55750.6153' ),
>]
>
>
> but none of these channels actually tune.
> I now get a GUI which says "Tuning to ABC News 24"
> and in the terminal I get
>
> sh: 1: Syntax error: redirection unexpected
> (repeated 3 or 4 times)
>
> It actually detunes the channel when I check the result.
>
So for tuning to ABC News 24 this is what the code should be doing:

hdhomerun_config  set /tuner/channel 21950
hdhomerun_config  set /tuner/program 672
hdhomerun_config  set /tuner/target :1235

Where  and  come from splitting the video device at 
':', and  is the ip address detected for the Freevo PC.
At a guess I would imagine it's the id of the HDHomeRun that is a problem, 
what have you got you video groups set to?

Cheers

Adam

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-25 Thread Liz
On Mon, 26 Mar 2012 09:30:35 +1100

I have got tuner information set in the local_conf.py
ie 
TV_CHANNELS = [
( 'abcnews24.free.au' ,'ABC News 24' , '21950.672' ),
( 'abc1.free.au', 'ABC1' , '21950.673' ),
( 'abc2.free.au', 'ABC2', '21950.674' ),
( 'abc3.free.au', 'ABC3', '21950.676'),
( 'sbshd.free.au', 'SBS HD' , '56450.853' ),
( 'sbsone.free.au', 'SBS ONE', '56450.849' ),
( 'sbstwo.free.au', 'SBS TWO', '56450.850' ),
( 'win.free.au', 'WIN', '17750.6151' ),
( 'prime7.free.au', 'Seven', '17750.6039' ),
( 'sc10.free.au', 'TEN', '17750.6167' ),
( 'gem.free.au', 'GEM', '54350.6168' ),
( 'go!.free.au', 'GO!', '54350.6152' ),
( 'one.free.au', 'ONE', '55750.6169'  ),
( 'eleven.free.au', 'Eleven', '55750.6153' ),
]


but none of these channels actually tune.
I now get a GUI which says "Tuning to ABC News 24"
and in the terminal I get

sh: 1: Syntax error: redirection unexpected
(repeated 3 or 4 times)

It actually detunes the channel when I check the result.

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-25 Thread Liz
This will be wrong too - although i haven't noted any code calling for
the device from this line in local_conf.py

# TV_SETTINGS = 'NORM INPUT CHANLIST DEVICE'
TV_SETTINGS = 'pal television australia /dev/dvb/adapter0/frontend0'

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-25 Thread Liz
On Sun, 25 Mar 2012 21:03:41 +0100
Adam Charrett  wrote:

> > Just to add to what Adam said for recording, I think the commands I
> > use for recording a stream from my Hauppauge HD PVR will also work
> > for recording on the HD Home Run. I added this to the Freevo wiki
> > for TV-DVB config 2 years ago. By the way, after you start the
> > record server, you'll need to open a second terminal to start
> > Freevo. When you go to schedule a recording, it will say the record
> > server is not on. Ignore the warning and schedule one anyway, it
> > should record. Let us know if you have any luck with this.I use
> > video1, since video0 is my web cam. Here it is  
> 
> Actually that won't work as the HDHomeRun isn't a device attached to
> a computer, but to the network. You'll need to use netcat (or vlc) to
> dump the stream to disk.

But how does Freevo and livepause tune the HDHomerun?
No use recording white noise
and at this point it hangs, responds to no input from the keyboard and
I have to resort to kill



Freevo 1.9.2 rupstream ready
WARNING: Unable to get channel list for australia.
WARNING: Unable to get channel list for australia.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/freevo/main.py", line 300, in
eventhandler consumed = app.eventhandler(event)
  File "/usr/share/pyshared/freevo/menu.py", line 801, in eventhandler
if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/share/pyshared/freevo/tv/tvguide.py", line 230, in
eventhandler pi.actions()[0][0](menuw=self.menuw)
  File "/usr/share/pyshared/freevo/tv/programitem.py", line 179, in play
self.parent.player('tv', self.prog.channel_id)
  File "/usr/share/pyshared/freevo/tv/tvmenu.py", line 82, in start_tv
p.Play(mode, tuner_id)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py",
line 298, in Play self.change_channel(tuner_channel)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py",
line 346, in change_channel self.backend.change_channel(channel)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py",
line 325, in change_channel
self.controller.start_filling(self.livepause_app, vg, channel,
WAIT_FOR_DATA_TIMEOUT) File
"/usr/share/pyshared/freevo/tv/plugins/livepause/controllers.py", line
192, in start_filling freq, channel = channel.split('.', 2) ValueError:
need more than 1 value to unpack Waiting for event thread

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-25 Thread Adam Charrett
On Sun, 2012-03-25 at 10:29 -0700, Phil Raymond wrote:
> Liz,
> 
> Just to add to what Adam said for recording, I think the commands I use for 
> recording a stream from my Hauppauge HD PVR will also work for recording on 
> the HD Home Run. I added this to the Freevo wiki for TV-DVB config 2 years 
> ago. By the way, after you start the record server, you'll need to open a 
> second terminal to start Freevo. When you go to schedule a recording, it will 
> say the record server is not on. Ignore the warning and schedule one anyway, 
> it should record. Let us know if you have any luck with this.I use video1, 
> since video0 is my web cam. Here it is

Actually that won't work as the HDHomeRun isn't a device attached to a 
computer, but to the network.
You'll need to use netcat (or vlc) to dump the stream to disk.

> - Original Message -
> From: Liz 
> To: freevo-users@lists.sourceforge.net
> Cc: 
> Sent: Sunday, March 25, 2012 1:30 AM
> Subject: Re: [Freevo-users] livepause
> 
> On Sun, 25 Mar 2012 16:53:08 +1100
> Liz  wrote:
> > > Just got to the point of being able to try this
> > > (small problem with floods in our region)
> > > and can't compile livepause 
> > > g
> > > yet another mailing list to join
> > > 
> > 
> > That hurdle passed
> > now how does Freevo tune the HDHomerun??
> > 
> >
> attached is the terminal output
Having looked at the code, the format of the channel names has to be
..

You'll also need hdhomerun_config installed.

Cheers

Adam


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-25 Thread Phil Raymond
Liz,

Just to add to what Adam said for recording, I think the commands I use for 
recording a stream from my Hauppauge HD PVR will also work for recording on the 
HD Home Run. I added this to the Freevo wiki for TV-DVB config 2 years ago. By 
the way, after you start the record server, you'll need to open a second 
terminal to start Freevo. When you go to schedule a recording, it will say the 
record server is not on. Ignore the warning and schedule one anyway, it should 
record. Let us know if you have any luck with this.I use video1, since video0 
is my web cam. Here it is

VCR_CMD = 'cat/dev/video1> %(filename)s + & sleep %(seconds)s ; kill -9 $!' 
#(or video0)
TV_DEVICE = '/dev/video1' #(or video0)
TV_INPUT = 1 #(or 0)
TV_REC_SIZE = (1920, 1080)
TV_RECORD_FILE_SUFFIX = '.mpg'
DEBUG = 5
DEBUG_CHILDAPP = 1


- Original Message -
From: Liz 
To: freevo-users@lists.sourceforge.net
Cc: 
Sent: Sunday, March 25, 2012 1:30 AM
Subject: Re: [Freevo-users] livepause

On Sun, 25 Mar 2012 16:53:08 +1100
Liz  wrote:

> On Sun, 25 Mar 2012 14:46:50 +1100
> Liz  wrote:
> 
> > On Tue, 28 Feb 2012 19:55:20 +
> > Adam Charrett  wrote:
> > 
> > > The livepause plugin has support for HDHomerun (although there may
> > > be a few bugs). As for recording this would be easy to do using
> > > the generic recording plugin and a script that used netcat or vlc
> > > to dump the UDP stream to a file.
> > 
> > Just got to the point of being able to try this
> > (small problem with floods in our region)
> > and can't compile livepause 
> > g
> > yet another mailing list to join
> > 
> 
> That hurdle passed
> now how does Freevo tune the HDHomerun??
> 
>
attached is the terminal output
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-24 Thread Liz
On Sun, 25 Mar 2012 16:53:08 +1100
Liz  wrote:

> On Sun, 25 Mar 2012 14:46:50 +1100
> Liz  wrote:
> 
> > On Tue, 28 Feb 2012 19:55:20 +
> > Adam Charrett  wrote:
> > 
> > > The livepause plugin has support for HDHomerun (although there may
> > > be a few bugs). As for recording this would be easy to do using
> > > the generic recording plugin and a script that used netcat or vlc
> > > to dump the UDP stream to a file.
> > 
> > Just got to the point of being able to try this
> > (small problem with floods in our region)
> > and can't compile livepause 
> > g
> > yet another mailing list to join
> > 
> 
> That hurdle passed
> now how does Freevo tune the HDHomerun??
> 
>
attached is the terminal output

freevo.err
Description: Binary data
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-24 Thread Liz
On Sun, 25 Mar 2012 14:46:50 +1100
Liz  wrote:

> On Tue, 28 Feb 2012 19:55:20 +
> Adam Charrett  wrote:
> 
> > The livepause plugin has support for HDHomerun (although there may
> > be a few bugs). As for recording this would be easy to do using the
> > generic recording plugin and a script that used netcat or vlc to
> > dump the UDP stream to a file.
> 
> Just got to the point of being able to try this
> (small problem with floods in our region)
> and can't compile livepause 
> g
> yet another mailing list to join
> 

That hurdle passed
now how does Freevo tune the HDHomerun??

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause

2012-03-24 Thread Liz
On Tue, 28 Feb 2012 19:55:20 +
Adam Charrett  wrote:

> The livepause plugin has support for HDHomerun (although there may be
> a few bugs). As for recording this would be easy to do using the
> generic recording plugin and a script that used netcat or vlc to dump
> the UDP stream to a file.

Just got to the point of being able to try this
(small problem with floods in our region)
and can't compile livepause 
g
yet another mailing list to join

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-10-12 Thread Dan Schmidt
Thanks Adam!  Unfortunately, that locked it up.  :-(  Thanks much for
your help! 

The first problem was easy:

  File "/usr/share/pyshared/freevo/tv/plugins/livepause/controllers.py",
line 216, in __init__
COntroller.__init__(self)
NameError: global name 'COntroller' is not defined

That was an easy fix - cApitalization problem.  Next problem:

  File "/usr/share/pyshared/freevo/tv/v4l2.py", line 429, in setinputbyname
(index, name, type, audioset, tuner, std, status) = self.inputs[v_input]
AttributeError: IVTV instance has no attribute 'inputs'

Not as easy.  Still tries to tune twice.  Obviously didn't catch the
exception.

428 try:
429 (index, name, type, audioset, tuner, std, status) =
self.inputs[v_input]
430 self.setinput(index)
431 except KeyError, e:
432 _debug_('setinputbyname failed: %s' % (e), DERROR)
433 _debug_('possible are: %r' % (self.inputs.keys()), DINFO)
434 raise
435 _debug_('setinputbyname: %s->%s set' % (name, index))

d...@dan-desktop:/home/freevo/log$ cat livepause-stdout-112-1286925481.log
!! 0 Mode set to http
!! 0 OK
d...@dan-desktop:/home/freevo/log$

Any suggestions appreciated!

-Dan
On 10/12/2010 02:40 AM, Adam Charrett wrote:
> On Wed, 2010-10-06 at 17:57 -0600, Dan Schmidt wrote:
>   
>> Sorry to take so long to respond - sick days are the only time I get to
>> work on my Freevo box.
>>
>> d...@dan-desktop:/etc/freevo$ cat
>> /home/freevo/log/livepause-stdout-112-1286408602.log
>> !! 0 Mode set to http
>> !! 0 OK
>> !! 0 Started filler udp
>> !! 0 OK
>> !! 0 Started filler udp
>> !! 0 OK
>> !! 0 Started filler udp
>> !! 0 OK
>> d...@dan-desktop:/etc/freevo$
>>
>> I do get a lot of:
>> error: [Errno 111] Connection refused
>> 2010-10-06 17:44:31,102 INFO mplayer.py (164): MPLAYER_ARGS not
>> defined for 'mpeg', using default
>> Traceback (most recent call last):
>>   File "/usr/share/pyshared/freevo/tv/plugins/livepause/controllers.py",
>> line 161, in stop_filling
>> self.manager.disable_output(self.last_device)
>>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/manager.py",
>> line 77, in disable_output
>> self.set_mrl(adapter,  'null://')
>>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/manager.py",
>> line 94, in set_mrl
>> controller.set_servicefilter_mrl(comms.PRIMARY_SERVICE_FILTER, mrl)
>>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
>> line 113, in set_servicefilter_mrl
>> (errcode, errmsg, msg) = self.execute_command('setsfmrl %s %s' %
>> (service_filter, mrl), True)
>>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
>> line 67, in execute_command
>> ctrlcon.open()
>>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
>> line 256, in open
>> self.socket.connect((self.host, self.adapter + 54197))
>>   File "", line 1, in connect
>> error: [Errno 111] Connection refused
>>
>>
>> Sometimes it comes up with a screen that says "Tuning to channel 4" but
>> it never does.  Also, looking at the IR, it looks like it's trying to
>> tune to the channel twice.  Any ideas much appreciated!
>>
>> plugin.remove('tv.mplayer')
>> plugin.activate('tv.livepause')
>> LIVE_PAUSE2_BUFFER_PATH = "/var/tmp/livepause"
>>
>> TV_VIDEO_GROUPS = [
>> VideoGroup(vdev='0',
>>adev=None,
>>input_type='s-video 1',
>>input_num=1,
>>tuner_type='external',
>>tuner_norm=CONF.tv,
>>tuner_chanlist=CONF.chanlist,
>>group_type='dvb',
>>desc='PVR-350 Video Group'),
>> ]
>>
>> 
> Hi Dan you need to change the group_type to 'ivtv' for it to work, as
> you've got it at the moment it's trying to connect dvbstreamer!
>
> Cheers
>
> Adam
>
>
>   

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-10-12 Thread Adam Charrett
On Wed, 2010-10-06 at 17:57 -0600, Dan Schmidt wrote:
> Sorry to take so long to respond - sick days are the only time I get to
> work on my Freevo box.
> 
> d...@dan-desktop:/etc/freevo$ cat
> /home/freevo/log/livepause-stdout-112-1286408602.log
> !! 0 Mode set to http
> !! 0 OK
> !! 0 Started filler udp
> !! 0 OK
> !! 0 Started filler udp
> !! 0 OK
> !! 0 Started filler udp
> !! 0 OK
> d...@dan-desktop:/etc/freevo$
> 
> I do get a lot of:
> error: [Errno 111] Connection refused
> 2010-10-06 17:44:31,102 INFO mplayer.py (164): MPLAYER_ARGS not
> defined for 'mpeg', using default
> Traceback (most recent call last):
>   File "/usr/share/pyshared/freevo/tv/plugins/livepause/controllers.py",
> line 161, in stop_filling
> self.manager.disable_output(self.last_device)
>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/manager.py",
> line 77, in disable_output
> self.set_mrl(adapter,  'null://')
>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/manager.py",
> line 94, in set_mrl
> controller.set_servicefilter_mrl(comms.PRIMARY_SERVICE_FILTER, mrl)
>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
> line 113, in set_servicefilter_mrl
> (errcode, errmsg, msg) = self.execute_command('setsfmrl %s %s' %
> (service_filter, mrl), True)
>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
> line 67, in execute_command
> ctrlcon.open()
>   File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
> line 256, in open
> self.socket.connect((self.host, self.adapter + 54197))
>   File "", line 1, in connect
> error: [Errno 111] Connection refused
> 
> 
> Sometimes it comes up with a screen that says "Tuning to channel 4" but
> it never does.  Also, looking at the IR, it looks like it's trying to
> tune to the channel twice.  Any ideas much appreciated!
> 
> plugin.remove('tv.mplayer')
> plugin.activate('tv.livepause')
> LIVE_PAUSE2_BUFFER_PATH = "/var/tmp/livepause"
> 
> TV_VIDEO_GROUPS = [
> VideoGroup(vdev='0',
>adev=None,
>input_type='s-video 1',
>input_num=1,
>tuner_type='external',
>tuner_norm=CONF.tv,
>tuner_chanlist=CONF.chanlist,
>group_type='dvb',
>desc='PVR-350 Video Group'),
> ]
> 
Hi Dan you need to change the group_type to 'ivtv' for it to work, as
you've got it at the moment it's trying to connect dvbstreamer!

Cheers

Adam


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-10-06 Thread Dan Schmidt
Sorry to take so long to respond - sick days are the only time I get to
work on my Freevo box.

d...@dan-desktop:/etc/freevo$ cat
/home/freevo/log/livepause-stdout-112-1286408602.log
!! 0 Mode set to http
!! 0 OK
!! 0 Started filler udp
!! 0 OK
!! 0 Started filler udp
!! 0 OK
!! 0 Started filler udp
!! 0 OK
d...@dan-desktop:/etc/freevo$

I do get a lot of:
error: [Errno 111] Connection refused
2010-10-06 17:44:31,102 INFO mplayer.py (164): MPLAYER_ARGS not
defined for 'mpeg', using default
Traceback (most recent call last):
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/controllers.py",
line 161, in stop_filling
self.manager.disable_output(self.last_device)
  File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/manager.py",
line 77, in disable_output
self.set_mrl(adapter,  'null://')
  File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/manager.py",
line 94, in set_mrl
controller.set_servicefilter_mrl(comms.PRIMARY_SERVICE_FILTER, mrl)
  File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
line 113, in set_servicefilter_mrl
(errcode, errmsg, msg) = self.execute_command('setsfmrl %s %s' %
(service_filter, mrl), True)
  File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
line 67, in execute_command
ctrlcon.open()
  File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py",
line 256, in open
self.socket.connect((self.host, self.adapter + 54197))
  File "", line 1, in connect
error: [Errno 111] Connection refused


Sometimes it comes up with a screen that says "Tuning to channel 4" but
it never does.  Also, looking at the IR, it looks like it's trying to
tune to the channel twice.  Any ideas much appreciated!

plugin.remove('tv.mplayer')
plugin.activate('tv.livepause')
LIVE_PAUSE2_BUFFER_PATH = "/var/tmp/livepause"

TV_VIDEO_GROUPS = [
VideoGroup(vdev='0',
   adev=None,
   input_type='s-video 1',
   input_num=1,
   tuner_type='external',
   tuner_norm=CONF.tv,
   tuner_chanlist=CONF.chanlist,
   group_type='dvb',
   desc='PVR-350 Video Group'),
]


On 03/29/2010 08:43 AM, Adam Charrett wrote:
> On Sat, March 27, 2010 11:31 pm, Dan Schmidt wrote:
>   
>> I was less than successful, has anybody seen this?  Suggestions
>> appreciated.
>> 
> Try adding DEBUG_CHILDAPP=1 to your local_conf.py, but at a guess I would
> say that freevo hasn't found the livepause executable.
>
> Cheers
>
> Adam
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-05-03 Thread John Molohan
I know the feeling, my only involvement with freevo at he moment is the 
odd catch up with the mailing lists but someday soon I'll find some time 
again :)

Dan Schmidt wrote:
> No, thkx 4 asking.  Unfortunately,  I have had NO time to play with 
> the Freevo, but I hope to soon as the xine ivtv plugin is not stable.  
> Also, I have not forgotten that I need to update the wiki with the 
> other information. 
>
> John Molohan wrote:
>> On 29/03/2010 15:43, Adam Charrett wrote:
>>   
>>> On Sat, March 27, 2010 11:31 pm, Dan Schmidt wrote:
>>>
>>> 
 I was less than successful, has anybody seen this?  Suggestions
 appreciated.
  
   
>>> Try adding DEBUG_CHILDAPP=1 to your local_conf.py, but at a guess I would
>>> say that freevo hasn't found the livepause executable.
>>>
>>> Cheers
>>>
>>> Adam
>>>
>>>
>>> --
>>> Download Intel® Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> ___
>>> Freevo-users mailing list
>>> Freevo-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>>
>>> 
>> Hi Dan,
>>
>> Did you get livepause working with IVTV? If so could you put a quick 
>> entry in the wiki on it?
>>
>> Thanks,
>>
>> John
>>
>> --
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
>>   


-- 
John Molohan
IT Manager

Griffith College Dublin
South Circular Road
Dublin 8
Ireland

Phone: +353 1 4163366
Web: www.it.gcd.ie www.gcd.ie

Disclaimer:
This E-mail is from Griffith College Dublin.
The E-mail and any files transmitted with it are confidential and may be 
privileged and are intended solely for the use of the individual or entity to 
whom they are addressed. If you are not the addressee you are prohibited from 
disclosing its content, copying it or distributing it otherwise than to the 
addressee. If you have received this e-mail in error, please immediately notify 
the sender by replying to this e-mail and delete the e-mail from your computer.

Bellerophon Ltd, trades as Griffith College (registered in Ireland No. 60469) 
with its registered address as Griffith College Campus, South Circular Road, 
Dublin 8, Ireland.



--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-04-30 Thread Dan Schmidt




No, thkx 4 asking.  Unfortunately,  I have had NO time to play with the
Freevo, but I hope to soon as the xine ivtv plugin is not stable. 
Also, I have not forgotten that I need to update the wiki with the
other information.  

John Molohan wrote:

  On 29/03/2010 15:43, Adam Charrett wrote:
  
  
On Sat, March 27, 2010 11:31 pm, Dan Schmidt wrote:
   


  I was less than successful, has anybody seen this?  Suggestions
appreciated.
 
  

Try adding DEBUG_CHILDAPP=1 to your local_conf.py, but at a guess I would
say that freevo hasn't found the livepause executable.

Cheers

Adam


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
   

  
  Hi Dan,

Did you get livepause working with IVTV? If so could you put a quick 
entry in the wiki on it?

Thanks,

John

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

  




--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-04-30 Thread John Molohan
On 29/03/2010 15:43, Adam Charrett wrote:
> On Sat, March 27, 2010 11:31 pm, Dan Schmidt wrote:
>
>> I was less than successful, has anybody seen this?  Suggestions
>> appreciated.
>>  
> Try adding DEBUG_CHILDAPP=1 to your local_conf.py, but at a guess I would
> say that freevo hasn't found the livepause executable.
>
> Cheers
>
> Adam
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
Hi Dan,

Did you get livepause working with IVTV? If so could you put a quick 
entry in the wiki on it?

Thanks,

John

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-03-29 Thread Adam Charrett
On Sat, March 27, 2010 11:31 pm, Dan Schmidt wrote:
> I was less than successful, has anybody seen this?  Suggestions
> appreciated.

Try adding DEBUG_CHILDAPP=1 to your local_conf.py, but at a guess I would
say that freevo hasn't found the livepause executable.

Cheers

Adam


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-03-27 Thread Dan Schmidt




I was less than successful, has anybody seen this?  Suggestions
appreciated. 

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/freevo/main.py", line 306, in
eventhandler
    app.eventhandler(event)
  File "/usr/share/pyshared/freevo/menu.py", line 784, in eventhandler
    if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/share/pyshared/freevo/tv/tvguide.py", line 229, in
eventhandler
    pi.actions()[0][0](menuw=self.menuw)
  File "/usr/share/pyshared/freevo/tv/programitem.py", line 172, in play
    self.parent.player('tv', self.prog.channel_id)
  File "/usr/share/pyshared/freevo/tv/tvmenu.py", line 82, in start_tv
    p.Play(mode, tuner_id)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py",
line 293, in Play
    self.change_channel(tuner_channel)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py",
line 341, in change_channel
    self.backend.change_channel(channel)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py",
line 308, in change_channel
    self.livepause_app.set_mode(self.mode)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py",
line 402, in set_mode
    self.send_command_wait_for_output('mode ' + mode)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py",
line 457, in send_command_wait_for_output
    raise Exception('Livepause died!')
Exception: Livepause died!

plugin.remove('tv.mplayer')
plugin.activate('tv.livepause')
LIVE_PAUSE2_BUFFER_PATH = "/var/tmp/livepause"

TV_VIDEO_GROUPS = [
    VideoGroup(vdev='0',
   adev=None,
   input_type='s-video 1',
   input_num=1,
   tuner_type='external',
   tuner_norm=CONF.tv,
   tuner_chanlist=CONF.chanlist,
   group_type='dvb',
   desc='PVR-350 Video Group'),
]


Adam Charrett wrote:

  On Sun, March 14, 2010 9:02 pm, Dan Schmidt wrote:
  
  
I have heard it said that the livepause plugin (dvbstreamer) does not
yet support svideo/external tuner.  Does anybody know if there is a
workaround?

  
  
Actually, livepause plugin does support IVTV. You'll need the svn version
of the livepause app (svn co
https://dvbstreamer.svn.sourceforge.net/svnroot/dvbstreamer/livepause/trunk)
as the released version has a bug that can cause it to lock up if it
looses sync with the stream generated by the ivtv card (due to another
process using 100% cpu for example).

To use the plugin make sure that the group_type in the VideoGroup settings
is set to 'ivtv'. See the wiki or plugin information for more details on
getting the plugin setup.

Cheers

Adam




--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

  




--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-03-19 Thread Dan Schmidt




Thanks, when I get some free time, I'll give it a try!

Adam Charrett wrote:

  On Sun, March 14, 2010 9:02 pm, Dan Schmidt wrote:
  
  
I have heard it said that the livepause plugin (dvbstreamer) does not
yet support svideo/external tuner.  Does anybody know if there is a
workaround?

  
  
Actually, livepause plugin does support IVTV. You'll need the svn version
of the livepause app (svn co
https://dvbstreamer.svn.sourceforge.net/svnroot/dvbstreamer/livepause/trunk)
as the released version has a bug that can cause it to lock up if it
looses sync with the stream generated by the ivtv card (due to another
process using 100% cpu for example).

To use the plugin make sure that the group_type in the VideoGroup settings
is set to 'ivtv'. See the wiki or plugin information for more details on
getting the plugin setup.

Cheers

Adam




--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

  




--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause external turner

2010-03-15 Thread Adam Charrett
On Sun, March 14, 2010 9:02 pm, Dan Schmidt wrote:
> I have heard it said that the livepause plugin (dvbstreamer) does not
> yet support svideo/external tuner.  Does anybody know if there is a
> workaround?

Actually, livepause plugin does support IVTV. You'll need the svn version
of the livepause app (svn co
https://dvbstreamer.svn.sourceforge.net/svnroot/dvbstreamer/livepause/trunk)
as the released version has a bug that can cause it to lock up if it
looses sync with the stream generated by the ivtv card (due to another
process using 100% cpu for example).

To use the plugin make sure that the group_type in the VideoGroup settings
is set to 'ivtv'. See the wiki or plugin information for more details on
getting the plugin setup.

Cheers

Adam




--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] livepause external turner

2010-03-14 Thread Dan Schmidt
I have heard it said that the livepause plugin (dvbstreamer) does not
yet support svideo/external tuner.  Does anybody know if there is a
workaround? 

If not, I suppose that leaves only ivtv xine which appears to randomly
lock up on launch. 

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause instant recording troubles

2010-01-27 Thread Philip Tuckey
On Wednesday 2 December 2009 22:15, Adam Charrett wrote:
> On Wed, 2009-12-02 at 17:48 +0100, Philip Tuckey wrote:
> > On Wednesday 2 December 2009 10:51, Adam Charrett wrote:
> > > On Wed, December 2, 2009 5:11 am, Philip Tuckey wrote:
> > > > Thanks Adam
> > > >
> > > > By chance I found that this issue is already in the tracker, with
> > > > a patch for both the problems I mentioned, plus a third
> > > > ("cancel_save") which I have also encountered. I haven't tested
> > > > the patch yet, but thanks m0y! Here
> > > > is the reference:
> > > >
> > > > http://sourceforge.net/tracker/?func=detail&aid=2888365&group_id=4
> > > >6652 &atid=446895

I finally got around to testing this patch and found it does indeed resolve 
the livepause instant recording problems, so would recommend it for 
inclusion in svn.

I mention that I have successfully tested this patch on the 1.9.0 release. 
I see no reason why it would not also work in the 1.9.1 branch or current 
svn, but I have other problems with both of those (without the patch) which 
stop me really testing it there.

Philip


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause instant recording troubles

2009-12-02 Thread Adam Charrett
On Wed, 2009-12-02 at 17:48 +0100, Philip Tuckey wrote:
> On Wednesday 2 December 2009 10:51, Adam Charrett wrote:
> > On Wed, December 2, 2009 5:11 am, Philip Tuckey wrote:
> > > Thanks Adam
> > >
> > > By chance I found that this issue is already in the tracker, with a
> > > patch for both the problems I mentioned, plus a third ("cancel_save")
> > > which I have also encountered. I haven't tested the patch yet, but
> > > thanks m0y! Here
> > > is the reference:
> > >
> > > http://sourceforge.net/tracker/?func=detail&aid=2888365&group_id=46652
> > >&atid=446895
> > 
> > Ah, that is useful, again thanks m0y.
> > 
> > > If I understand correctly this patch is rev 11634, while the
> > > freevo-1.x repository
> > > (http://svn.freevo.org/listing.php?repname=Freevo+1.x&;) stops at
> > > 11632. Is there some systematic way to see such "proposed" patches, or
> > > does
> > > one just check through the bug reports?
> > 
> > The websvn is lying, the actual revision of the repo is 11637, I've run
> > into this in the past as well. I believe (and I could be wrong here)
> >  that the websvn isn't working on the repo but a copy of it.
> 
> Hmmm, let's take a step back. In my freevo-1.x tree, "svn update" says "At 
> revision 11637.", however src/tv/plugins/livepause/record.py does not 
> include the above patch. Is that as it should be?
> 

Yep, Duncan hasn't committed the patch yet. You could try applying the
patch yourself and she if it does resolve the problem.

Cheers

Adam


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause instant recording troubles

2009-12-02 Thread Philip Tuckey
On Wednesday 2 December 2009 10:51, Adam Charrett wrote:
> On Wed, December 2, 2009 5:11 am, Philip Tuckey wrote:
> > Thanks Adam
> >
> > By chance I found that this issue is already in the tracker, with a
> > patch for both the problems I mentioned, plus a third ("cancel_save")
> > which I have also encountered. I haven't tested the patch yet, but
> > thanks m0y! Here
> > is the reference:
> >
> > http://sourceforge.net/tracker/?func=detail&aid=2888365&group_id=46652
> >&atid=446895
> 
> Ah, that is useful, again thanks m0y.
> 
> > If I understand correctly this patch is rev 11634, while the
> > freevo-1.x repository
> > (http://svn.freevo.org/listing.php?repname=Freevo+1.x&;) stops at
> > 11632. Is there some systematic way to see such "proposed" patches, or
> > does
> > one just check through the bug reports?
> 
> The websvn is lying, the actual revision of the repo is 11637, I've run
> into this in the past as well. I believe (and I could be wrong here)
>  that the websvn isn't working on the repo but a copy of it.

Hmmm, let's take a step back. In my freevo-1.x tree, "svn update" says "At 
revision 11637.", however src/tv/plugins/livepause/record.py does not 
include the above patch. Is that as it should be?

Philip

> 
> Cheers
> 
> Adam
> 
> 
> 
> -- Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause instant recording troubles

2009-12-02 Thread Adam Charrett
On Wed, December 2, 2009 5:11 am, Philip Tuckey wrote:
> Thanks Adam
>
> By chance I found that this issue is already in the tracker, with a patch
> for both the problems I mentioned, plus a third ("cancel_save") which I
> have also encountered. I haven't tested the patch yet, but thanks m0y!
> Here
> is the reference:
>
> http://sourceforge.net/tracker/?func=detail&aid=2888365&group_id=46652&atid=446895

Ah, that is useful, again thanks m0y.

> If I understand correctly this patch is rev 11634, while the freevo-1.x
> repository (http://svn.freevo.org/listing.php?repname=Freevo+1.x&;) stops
> at
> 11632. Is there some systematic way to see such "proposed" patches, or
> does
> one just check through the bug reports?

The websvn is lying, the actual revision of the repo is 11637, I've run
into this in the past as well. I believe (and I could be wrong here) that
the websvn isn't working on the repo but a copy of it.

Cheers

Adam


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause instant recording troubles

2009-12-01 Thread Philip Tuckey
Thanks Adam

By chance I found that this issue is already in the tracker, with a patch 
for both the problems I mentioned, plus a third ("cancel_save") which I 
have also encountered. I haven't tested the patch yet, but thanks m0y! Here 
is the reference:

http://sourceforge.net/tracker/?func=detail&aid=2888365&group_id=46652&atid=446895

If I understand correctly this patch is rev 11634, while the freevo-1.x 
repository (http://svn.freevo.org/listing.php?repname=Freevo+1.x&;) stops at 
11632. Is there some systematic way to see such "proposed" patches, or does 
one just check through the bug reports?

Philip

On Tuesday 1 December 2009 13:43, Adam Charrett wrote:
> On Mon, November 30, 2009 7:26 pm, Philip Tuckey wrote:
> > Hi all, and in particular Adam I hope
> 
> Hi,
> 
> > This is for freevo version 1.9.0. When watching dvb tv with livepause,
> > if I
> > press the "REC" button on the remote I get an error saying global name
> > 'current_buffer_time' is not defined in
> > tv/plugins/livepause/record.py, line 66, in start_recording - see the
> > traceback below.
> >
> > Having done a search through the code, current_buffer_time only seems
> > to appear in this file and I can't see where its value would be set,
> > but maybe
> > I'm not understanding something. However, on line 66, is
> > current_buffer_time not rather meant to be start_time, set on line 65
> > or line 60? Also there seems to be the same problem on line 69, the
> > other occurrence of current_buffer_time.
> 
> I think you are correct current_buffer_time should indeed be start_time
> 
> I have to say that I possibly didn't test this as well as I should, its
> one of those features I rarely use and when I want to use it and it
>  fails I forget I need to fix it :-P.
> 
> > Yes I should test this myself, but I am currently running my
> > distribution's
> > packages and it will take me little time and effort to set up my own
> > copy of the source and build it.
> >
> > Hmmm, since I am crashing on line 66 of record.py, that means the call
> > to _get_program on line 56 didn't work, which looks like another
> > problem as my
> > guide is working. Oh well, one thing at a time.
> 
> Hmm indeed, can't see just by looking why this shouldn't work. That'll
> need some further investigation.
> 
> Cheers
> 
> Adam
> 
> 
> 
> -- Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause instant recording troubles

2009-12-01 Thread Adam Charrett
On Mon, November 30, 2009 7:26 pm, Philip Tuckey wrote:
> Hi all, and in particular Adam I hope

Hi,

> This is for freevo version 1.9.0. When watching dvb tv with livepause, if
> I
> press the "REC" button on the remote I get an error saying global name
> 'current_buffer_time' is not defined in tv/plugins/livepause/record.py,
> line 66, in start_recording - see the traceback below.
>
> Having done a search through the code, current_buffer_time only seems to
> appear in this file and I can't see where its value would be set, but
> maybe
> I'm not understanding something. However, on line 66, is
> current_buffer_time not rather meant to be start_time, set on line 65 or
> line 60? Also there seems to be the same problem on line 69, the other
> occurrence of current_buffer_time.

I think you are correct current_buffer_time should indeed be start_time

I have to say that I possibly didn't test this as well as I should, its
one of those features I rarely use and when I want to use it and it fails
I forget I need to fix it :-P.

> Yes I should test this myself, but I am currently running my
> distribution's
> packages and it will take me little time and effort to set up my own copy
> of the source and build it.
>
> Hmmm, since I am crashing on line 66 of record.py, that means the call to
> _get_program on line 56 didn't work, which looks like another problem as
> my
> guide is working. Oh well, one thing at a time.

Hmm indeed, can't see just by looking why this shouldn't work. That'll
need some further investigation.

Cheers

Adam


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] livepause instant recording troubles

2009-11-30 Thread Philip Tuckey
Hi all, and in particular Adam I hope

This is for freevo version 1.9.0. When watching dvb tv with livepause, if I 
press the "REC" button on the remote I get an error saying global name 
'current_buffer_time' is not defined in tv/plugins/livepause/record.py, 
line 66, in start_recording - see the traceback below.

Having done a search through the code, current_buffer_time only seems to 
appear in this file and I can't see where its value would be set, but maybe 
I'm not understanding something. However, on line 66, is 
current_buffer_time not rather meant to be start_time, set on line 65 or 
line 60? Also there seems to be the same problem on line 69, the other 
occurrence of current_buffer_time.

Yes I should test this myself, but I am currently running my distribution's 
packages and it will take me little time and effort to set up my own copy 
of the source and build it.

Hmmm, since I am crashing on line 66 of record.py, that means the call to 
_get_program on line 56 didn't work, which looks like another problem as my 
guide is working. Oh well, one thing at a time.

Thanks
Philip


009-11-30 02:01:07,198 ERRORevent callback
Traceback (most recent call last):
   File "/usr/lib/python2.6/dist-packages/kaa/event.py", line 190, in 
handle
 handler(event)
   File "/usr/lib/python2.6/dist-packages/kaa/event.py", line 144, in 
__call__
 super(EventHandler, self).__call__(event)
   File "/usr/lib/python2.6/dist-packages/kaa/nf_wrapper.py", line 86, 
in __call__
 ret = super(NotifierCallback, self).__call__(*args, **kwargs)
   File "/usr/lib/python2.6/dist-packages/kaa/callback.py", line 212, in 
__call__
 result = cb(*cb_args, **cb_kwargs)
   File "/usr/lib/python2.6/dist-packages/freevo/main.py", line 293, in 
eventhandler
 if not rc.app()(event):
   File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py", 
line 361, in eventhandler
 event_consumed = handler(event, menuw)
   File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py", 
line 442, in __playing_tv_record
 record.start_recording(self.backend, self.last_channel)
   File "/usr/share/pyshared/freevo/tv/plugins/livepause/record.py", 
line 66, in start_recording
 end_time = current_buffer_time + 
config.LIVE_PAUSE2_INSTANT_RECORD_LENGTH
NameError: global name 'current_buffer_time' is not defined

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-20 Thread Adam Charrett
On Thu, November 19, 2009 8:24 pm, Bernard Mentink wrote:
> On Fri, Nov 20, 2009 at 9:18 AM, Adam Charrett 
> wrote:
>
>> On Fri, 2009-11-20 at 07:12 +1300, Bernard Mentink wrote:
>>
>> >
>> >
>> > When I tried the new OSD with xine, I only got the partial support,
>> > like it would work for volume but not for seeking, or something like
>> > that ..
>> > (memory is vague ..)
>> >
>> > Cheers,
>> > Bernie
>>
>>
>> I rather suspect you had assumed that my poor attempt for a OSD was in
>> fact the Xine OSD, I had made it rather similar. Its far easier to copy
>> something than come up with something new when your not an artist (or
>> artistic :0) )
>> If the volume was working then the rest of the OSDs should have been
>> too.
>>
>> cheers
>>
>> Adam
>>
>>
>>
> Well with xine I wasn't getting the nice blue OSD, I was getting the
> default
> white play/pause symbols that xine has by default.
> Are you saying to didn't keep with the blue OSD for pause/play but stayed
> with white? Confused.
> What functions for xine did you change the OSD for . I did see the
> blue
> volume bar, but don't remember any other blue OSD.

There was no blue OSD originally, that's Hennes skin, the base skin (for
video playback and volume) was all white.
Seek/Pause/Toggle OSD (Display) have been modified to use the OSD, as well
as anything that tries to display a message (like bookmarks).

It is possible that certain keys were being sent directly to xine rather
than freevo, I don't use lirc so can't really help on that front.

Cheers

Adam


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-19 Thread Bernard Mentink
On Fri, Nov 20, 2009 at 9:18 AM, Adam Charrett  wrote:

> On Fri, 2009-11-20 at 07:12 +1300, Bernard Mentink wrote:
>
> >
> >
> > When I tried the new OSD with xine, I only got the partial support,
> > like it would work for volume but not for seeking, or something like
> > that ..
> > (memory is vague ..)
> >
> > Cheers,
> > Bernie
>
>
> I rather suspect you had assumed that my poor attempt for a OSD was in
> fact the Xine OSD, I had made it rather similar. Its far easier to copy
> something than come up with something new when your not an artist (or
> artistic :0) )
> If the volume was working then the rest of the OSDs should have been
> too.
>
> cheers
>
> Adam
>
>
>
Well with xine I wasn't getting the nice blue OSD, I was getting the default
white play/pause symbols that xine has by default.
Are you saying to didn't keep with the blue OSD for pause/play but stayed
with white? Confused.
What functions for xine did you change the OSD for . I did see the blue
volume bar, but don't remember any other blue OSD.

Cheers,
Bernie
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-19 Thread Adam Charrett
On Fri, 2009-11-20 at 07:12 +1300, Bernard Mentink wrote:

> 
> 
> When I tried the new OSD with xine, I only got the partial support,
> like it would work for volume but not for seeking, or something like
> that ..
> (memory is vague ..) 
> 
> Cheers,
> Bernie  


I rather suspect you had assumed that my poor attempt for a OSD was in
fact the Xine OSD, I had made it rather similar. Its far easier to copy
something than come up with something new when your not an artist (or
artistic :0) )
If the volume was working then the rest of the OSDs should have been
too.

cheers

Adam



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-19 Thread Bernard Mentink
On Thu, Nov 19, 2009 at 11:47 PM, Adam Charrett wrote:

> On Wed, November 18, 2009 7:00 pm, Philip Tuckey wrote:
> > On Sunday 15 November 2009 21:13, Bernard Mentink wrote:
> >> On Sun, Nov 15, 2009 at 11:19 PM, Philip Tuckey 
> > wrote:
> > ...
> >> > Could you please post the config you ended up with for xine for
> >> > livepause - in particular for deinterlacing?
> >> >
> >> > Thanks
> >> > Philip
> >>
> >> Hi Philip,
> >> I couldn't get xine working with a good de-interlacer at all. Now that
> >>  we have a good OSD with the lastest freevo svn I have gone back to
> >>  mplayer with it's
> >> better range of de-interlacers  i.e yadif and mcdeint
> >>
> >> Cheers,
> >> Bernie
> >
> > Thanks for that, it made me look over the unread messages of the past few
> > months and find the thread about the new OSD. Which looks good but only
> > works with mplayer, according to the author's note accompanying the
> patch.
> > However for me, livepause channel changing is significantly faster with
> > xine and vlc than with mplayer, so I haven't taken the trouble to update
> > to
> > svn in order to try the new OSD.
>
> Thats not quite correct, the new OSD works for both Xine and Mplayer when
> playing movies or using livepause. It also works for vlc when using
> livepause. However it doesn't yet display the information screen when
> playing movies through xine.
>
> Cheers
>
> Adam
>
>
> When I tried the new OSD with xine, I only got the partial support, like it
would work for volume but not for seeking, or something like that ..
(memory is vague ..)

Cheers,
Bernie
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-19 Thread Bernard Mentink
On Thu, Nov 19, 2009 at 8:00 AM, Philip Tuckey  wrote:

> On Sunday 15 November 2009 21:13, Bernard Mentink wrote:
> > On Sun, Nov 15, 2009 at 11:19 PM, Philip Tuckey 
> wrote:
> ...
> > > Could you please post the config you ended up with for xine for
> > > livepause - in particular for deinterlacing?
> > >
> > > Thanks
> > > Philip
> >
> > Hi Philip,
> > I couldn't get xine working with a good de-interlacer at all. Now that
> >  we have a good OSD with the lastest freevo svn I have gone back to
> >  mplayer with it's
> > better range of de-interlacers  i.e yadif and mcdeint
> >
> > Cheers,
> > Bernie
>
> Thanks for that, it made me look over the unread messages of the past few
> months and find the thread about the new OSD. Which looks good but only
> works with mplayer, according to the author's note accompanying the patch.
> However for me, livepause channel changing is significantly faster with
> xine and vlc than with mplayer, so I haven't taken the trouble to update to
> svn in order to try the new OSD.
>
> For xine I ended up finding (as you certainly know) that one can add "-D"
> to the options to turn on deinterlacing, or bind the corresponding command
> to a button on the remote. Google also finds a little bit of information
> about how to use the tvtime deinterlacing filters in xine postprocessing. I
> haven't played around with it all enough yet to find what suits me.
>
> Philip
>
>
Hi Philip,

If you find a good TvTime de-interlacer that works with xine, please let the
list know .. I would love to go back to xine as the
audio sync is better and channel changes faster like you say ..

Cheers,
Bernie
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-19 Thread Adam Charrett
On Wed, November 18, 2009 7:00 pm, Philip Tuckey wrote:
> On Sunday 15 November 2009 21:13, Bernard Mentink wrote:
>> On Sun, Nov 15, 2009 at 11:19 PM, Philip Tuckey 
> wrote:
> ...
>> > Could you please post the config you ended up with for xine for
>> > livepause - in particular for deinterlacing?
>> >
>> > Thanks
>> > Philip
>>
>> Hi Philip,
>> I couldn't get xine working with a good de-interlacer at all. Now that
>>  we have a good OSD with the lastest freevo svn I have gone back to
>>  mplayer with it's
>> better range of de-interlacers  i.e yadif and mcdeint
>>
>> Cheers,
>> Bernie
>
> Thanks for that, it made me look over the unread messages of the past few
> months and find the thread about the new OSD. Which looks good but only
> works with mplayer, according to the author's note accompanying the patch.
> However for me, livepause channel changing is significantly faster with
> xine and vlc than with mplayer, so I haven't taken the trouble to update
> to
> svn in order to try the new OSD.

Thats not quite correct, the new OSD works for both Xine and Mplayer when
playing movies or using livepause. It also works for vlc when using
livepause. However it doesn't yet display the information screen when
playing movies through xine.

Cheers

Adam


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-19 Thread Philip Tuckey
On Sunday 15 November 2009 21:13, Bernard Mentink wrote:
> On Sun, Nov 15, 2009 at 11:19 PM, Philip Tuckey  
wrote:
...
> > Could you please post the config you ended up with for xine for
> > livepause - in particular for deinterlacing?
> >
> > Thanks
> > Philip
> 
> Hi Philip,
> I couldn't get xine working with a good de-interlacer at all. Now that
>  we have a good OSD with the lastest freevo svn I have gone back to
>  mplayer with it's
> better range of de-interlacers  i.e yadif and mcdeint
> 
> Cheers,
> Bernie

Thanks for that, it made me look over the unread messages of the past few 
months and find the thread about the new OSD. Which looks good but only 
works with mplayer, according to the author's note accompanying the patch. 
However for me, livepause channel changing is significantly faster with 
xine and vlc than with mplayer, so I haven't taken the trouble to update to 
svn in order to try the new OSD.

For xine I ended up finding (as you certainly know) that one can add "-D" 
to the options to turn on deinterlacing, or bind the corresponding command 
to a button on the remote. Google also finds a little bit of information 
about how to use the tvtime deinterlacing filters in xine postprocessing. I 
haven't played around with it all enough yet to find what suits me.

Philip

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-15 Thread Bernard Mentink
On Sun, Nov 15, 2009 at 11:19 PM, Philip Tuckey  wrote:

> Hi Bernie
>
> On Thursday 24 September 2009 21:33, Bernard Mentink wrote:
> 
> > Hi, make sure lirc is disabled for mplayer and xine (i.e you have
> >  --no-lirc or somesuch in the options line in local.conf.py)
> >
> > As for the pause issue with mplayer, I have had the same and there
> >  doesn't seem to be a fix (see my other thread on that topic). It seems
> >  that with mplayer pause and OSD interfer with each other,
> > if you turn off OSD in mplayer pause works. I have given up on mplayer
> >  with livepause, I now use xine for everything.
> >
> > Cheers,
> > Bernie
>
> Could you please post the config you ended up with for xine for livepause -
> in particular for deinterlacing?
>
> Thanks
> Philip
>
>
>
Hi Philip,
I couldn't get xine working with a good de-interlacer at all. Now that we
have a good OSD with the lastest freevo svn I have gone back to mplayer with
it's
better range of de-interlacers  i.e yadif and mcdeint

Cheers,
Bernie
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-11-15 Thread Philip Tuckey
Hi Bernie

On Thursday 24 September 2009 21:33, Bernard Mentink wrote:

> Hi, make sure lirc is disabled for mplayer and xine (i.e you have
>  --no-lirc or somesuch in the options line in local.conf.py)
> 
> As for the pause issue with mplayer, I have had the same and there
>  doesn't seem to be a fix (see my other thread on that topic). It seems
>  that with mplayer pause and OSD interfer with each other,
> if you turn off OSD in mplayer pause works. I have given up on mplayer
>  with livepause, I now use xine for everything.
> 
> Cheers,
> Bernie

Could you please post the config you ended up with for xine for livepause - 
in particular for deinterlacing?

Thanks
Philip


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-09-24 Thread Bernard Mentink
2009/9/25 lhuizi...@iinet.net.au 

> Hi there.
> I seem to be getting there with a setup that might be close to what I had
> with MP on windows.
> I am trying to set up livepause with mplayer on my freevo box and have
> issues with seeking in a livepause stream.
> So far I have a fairly minimal ~/.freevo/local_conf.py as follows
> CONFIG_VERSION = 5.27
>
> plugin.remove('tv.mplayer')
> plugin.activate('tv.livepause')
> LIVE_PAUSE2_BUFFER_SIZE= 2048 # Size of the live buffer in MB. (Default
> 2GB)
> LIVE_PAUSE2_BUFFER_PATH='/home/freevo/.freevo/tmp/live.buf' # Location of
> the live buffer
> LIVE_PAUSE2_PREFERRED_PLAYER= 'mplayer'
>
> SYS_SHUTDOWN_CONFIRM   = 0
> ROM_DRIVES = [('/mnt/dvd', '/dev/sr0', 'DISC')]
> START_FULLSCREEN_X = 1
> FREEVO_TEMPDIR = '/home/freevo/.frexevo/tmp'
>
> TV_CHANNELS = [
> #   ( 'XMLTV NAME', 'FREEVO DISPLAY NAME', 'CHANNELS.CONF NAME' ),
> ( 'abc.hd.net.au', 'ABC HD', 'ABC HDTV'),
> ( 'abc.net.au', 'ABC', 'ABC1'),
> ( 'abc.hd.net.au', 'ABC2', 'ABC2'),
> ( 'abc.hd.net.au', 'SBS ONE', 'SBS ONE'),
> ( 'abc.hd.net.au', 'SBS TWO', 'SBS TWO'),
> ( 'abc.hd.net.au', 'Southern Cross', 'SCTV Hobart'),
> ( 'abc.hd.net.au', 'SC HD', 'SCTV - HD'),
> ( 'abc.hd.net.au', 'WIN HD', 'WIN HD'),
> ( 'abc.hd.net.au', 'GO!', 'GO!'),
> ( 'abc.hd.net.au', 'WIN', 'WIN TELEVISION'),
> ( 'abc.hd.net.au', 'TDT', 'TDT - SD'),
> ( 'abc.hd.net.au', 'ONE HD', 'ONE HD Tasmania') ]
>
>
> TV_VIDEO_GROUPS = [
>  # Use this group for watching tv
>  VideoGroup(vdev='0',
> group_type='dvb',
> desc='Watching Video Group',
> ) ]
>
> MPLAYER_ARGS = { 'dvd': '-cache 8192',
>  'vcd': '-cache 4096',
>  'cd' : '-cache 1024 -cdda speed=2',
>  'tv' : '-nocache',
>  'ivtv'   : '-cache 8192',
>  'dvb': '-vf pp=de/fd -cache 4096',
>  'avi': '-cache 5000 -idx',
>  'rm' : '-cache 5000 -forceidx',
>  'rmvb'   : '-cache 5000 -forceidx',
>  'default': '-cache 5000'
>  }
>
> I haven't bothered to get  xmltv up and running yet obviously coz my xmltv
> names for channels aren't properly coded.
> The issue is, when I try to watch tv that is fine.  I can even pause tv
> which is cool (in mplayer, or xine).  However, rewinding is weird.
> Left key seems to create a bookmark, but i can't navigate back and forth in
> the stream when it is pressed.  It just seems to pause the stream for a sec,
> then continues on from that point.  Once I press left or right (which is
> worse) the stream gets jittery.
> Is this something to do with the ip of where the stream is being sent to.
> I am running Arch.
> Cheers, Larry
>
>
>
Hi, make sure lirc is disabled for mplayer and xine (i.e you have --no-lirc
or somesuch in the options line in local.conf.py)

As for the pause issue with mplayer, I have had the same and there doesn't
seem to be a fix (see my other thread on that topic). It seems that with
mplayer pause and OSD interfer with each other,
if you turn off OSD in mplayer pause works. I have given up on mplayer with
livepause, I now use xine for everything.

Cheers,
Bernie
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause issues

2009-09-24 Thread Adam Charrett
On Thu, September 24, 2009 2:54 pm, lhuizi...@iinet.net.au wrote:
> 
> Hi there.
> I seem to be getting there with a setup that might be close to what I had
> with MP on windows.
> I am trying to set up livepause with mplayer on my freevo box and have
> issues with seeking in a livepause stream.



> I haven't bothered to get  xmltv up and running yet obviously coz my
> xmltv names for channels aren't properly coded.  
> The issue is, when I try to watch tv that is fine.  I can even pause
> tv which is cool (in mplayer, or xine).  However, rewinding is
> weird.  
> Left key seems to create a bookmark, but i can't navigate back and forth
> in the stream when it is pressed.  It just seems to pause the stream
> for a sec, then continues on from that point.  Once I press left or
> right (which is worse) the stream gets jittery.
> Is this something to do with the ip of where the stream is being sent
> to.

No this sounds like you are controlling Xine/Mplayer directly rather than
controlling freevo which then controls Xine/Mplayer. Are you using lircd
or just a keyboard? If your using the keyboard then you need to make sure
the freevo window has got input focus.

Cheers

Adam


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Livepause issues

2009-09-24 Thread lhuizi...@iinet.net.au

Hi there.
I seem to be getting there with a setup that might be close to what I had with MP on windows.
I am trying to set up livepause with mplayer on my freevo box and have issues with seeking in a livepause stream.
So far I have a fairly minimal ~/.freevo/local_conf.py as follows
CONFIG_VERSION = 5.27

plugin.remove('tv.mplayer')
plugin.activate('tv.livepause')
LIVE_PAUSE2_BUFFER_SIZE= 2048 # Size of the live buffer in MB. (Default 2GB)
LIVE_PAUSE2_BUFFER_PATH='/home/freevo/.freevo/tmp/live.buf' # Location of the live buffer
LIVE_PAUSE2_PREFERRED_PLAYER= 'mplayer'

SYS_SHUTDOWN_CONFIRM   = 0
ROM_DRIVES = [('/mnt/dvd', '/dev/sr0', 'DISC')]
START_FULLSCREEN_X = 1
FREEVO_TEMPDIR = '/home/freevo/.frexevo/tmp'

TV_CHANNELS = [
#   ( 'XMLTV NAME', 'FREEVO DISPLAY NAME', 'CHANNELS.CONF NAME' ),
    ( 'abc.hd.net.au', 'ABC HD', 'ABC HDTV'),
    ( 'abc.net.au', 'ABC', 'ABC1'),
    ( 'abc.hd.net.au', 'ABC2', 'ABC2'),
    ( 'abc.hd.net.au', 'SBS ONE', 'SBS ONE'),
    ( 'abc.hd.net.au', 'SBS TWO', 'SBS TWO'),
    ( 'abc.hd.net.au', 'Southern Cross', 'SCTV Hobart'),
    ( 'abc.hd.net.au', 'SC HD', 'SCTV - HD'),
    ( 'abc.hd.net.au', 'WIN HD', 'WIN HD'),
    ( 'abc.hd.net.au', 'GO!', 'GO!'),
    ( 'abc.hd.net.au', 'WIN', 'WIN TELEVISION'),
    ( 'abc.hd.net.au', 'TDT', 'TDT - SD'),
    ( 'abc.hd.net.au', 'ONE HD', 'ONE HD Tasmania') ]


TV_VIDEO_GROUPS = [
 # Use this group for watching tv
 VideoGroup(vdev='0',
    group_type='dvb',
    desc='Watching Video Group',
    ) ]

MPLAYER_ARGS = { 'dvd'    : '-cache 8192',
 'vcd'    : '-cache 4096',
 'cd' : '-cache 1024 -cdda speed=2',
 'tv' : '-nocache',
 'ivtv'   : '-cache 8192',
 'dvb'    : '-vf pp=de/fd -cache 4096',
 'avi'    : '-cache 5000 -idx',
 'rm' : '-cache 5000 -forceidx',
 'rmvb'   : '-cache 5000 -forceidx',
 'default': '-cache 5000'
 }

I haven't bothered to get  xmltv up and running yet obviously coz my xmltv names for channels aren't properly coded.  
The issue is, when I try to watch tv that is fine.  I can even pause tv which is cool (in mplayer, or xine).  However, rewinding is weird.  
Left key seems to create a bookmark, but i can't navigate back and forth in the stream when it is pressed.  It just seems to pause the stream for a sec, then continues on from that point.  Once I press left or right (which is worse) the stream gets jittery.
Is this something to do with the ip of where the stream is being sent to.
I am running Arch.
Cheers, Larry
 

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-07-13 Thread Bernard Mentink
>
>
>
> In an attempt to find more data on this issue, I have tried the latest svn
> version of mplayer and for good luck compiled in the ffmpeg-mt library, but
> find I now have no OSD at all even though I passed the --enable-menu option
> to configure which is meant to enable OSD.
> Is there anything I have to include in mplayer to enable it to show the
> freevo OSD?
> mplayer is pausing ok without the OSD present, which may give a clue to the
> problem.
>
> Thanks,
> Bernie


I found that I was missing a font/link for mplayer as documented in another
thread I started.

So I have OSD back, but that pesky pause problem is still an issue.
Duncan/Adam any luck with this?
Is it possible to send the play/pause with a different interface, if mplayer
supports various interfaces like xine does.
Cheers,
Bernie
--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-30 Thread Bernard Mentink
On Tue, Jun 30, 2009 at 7:57 AM, Bernard Mentink  wrote:

>
>> Can I just clarify something, the pause problem is happening when you
>> watch TV from the TV guide, correct? I'm just asking as the code you
>> picked out last time would indeed not pause as expected, but that is only
>> used when watching recorded TV or movies.
>>
>> Cheers
>>
>> Adam
>>
>>
> Hi Adam,
>
> Yes, I picked out the wrong mplayer.py, it is only when I am playing TV
> from the guide that I have the pause issue.
>
> Cheers,
> Bernie
>


In an attempt to find more data on this issue, I have tried the latest svn
version of mplayer and for good luck compiled in the ffmpeg-mt library, but
find I now have no OSD at all even though I passed the --enable-menu option
to configure which is meant to enable OSD.
Is there anything I have to include in mplayer to enable it to show the
freevo OSD?
mplayer is pausing ok without the OSD present, which may give a clue to the
problem.

Thanks,
Bernie
--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-29 Thread Bernard Mentink
>
>
> Can I just clarify something, the pause problem is happening when you
> watch TV from the TV guide, correct? I'm just asking as the code you
> picked out last time would indeed not pause as expected, but that is only
> used when watching recorded TV or movies.
>
> Cheers
>
> Adam
>
>
Hi Adam,

Yes, I picked out the wrong mplayer.py, it is only when I am playing TV from
the guide that I have the pause issue.

Cheers,
Bernie
--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-29 Thread Adam Charrett
On Sat, June 27, 2009 9:28 pm, Bernard Mentink wrote:
>
>  Hi Adam,
>
> Really appreciate you having a look at this  I am not having much luck
> getting this going at all.
>
> By the way, what size cache is good for livepause? I find having no cache
> gives me jumpy playback after a time, cache=8192 seems good, and what size
> livepause buffer should I use, I am currently using the default 2G ...

Both of these values look fine, 2GB should be fine if you are watching SD
broadcasts it'll probably give you about an hours worth of buffer. If your
watch HD then you'll probably get around 20 minutes or so.

Can I just clarify something, the pause problem is happening when you
watch TV from the TV guide, correct? I'm just asking as the code you
picked out last time would indeed not pause as expected, but that is only
used when watching recorded TV or movies.

Cheers

Adam



--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-27 Thread Bernard Mentink
On Fri, Jun 26, 2009 at 10:04 PM, Adam Charrett wrote:

> On Thu, June 25, 2009 4:41 pm, Duncan Webb wrote:
> > Bernard Mentink wrote:
> >> Hi again Duncan,
> >>
> >> It looks like the problem is in this bit of code of mplayer.py:
> >>
> >> --- code ---
> >>  if event == PAUSE or event == PLAY:
>
> This behaviour of PAUSE or PLAY was the same in 1.8.3 and before.
>
> >> self.paused = not self.paused
> >> # We have to store the current time before displaying the
> >> dialog
> >> # otherwise the act of requesting the current position
> >> resumes playback!
> >> if self.paused:
> >> self.stored_time_info = self.get_time_info()
> >> dialog.show_play_state(dialog.PLAY_STATE_PAUSE,
> >> self.get_time_info)
>^^
> There is however a bug here, self.get_time_info should be
> self.get_stored_time_info, otherwise mplayer just resumes playback.
>
> >> self.app.write('pause\n')
> >> else:
> >> self.app.write('pause\n')
> >> dialog.show_play_state(dialog.PLAY_STATE_PLAY,
> >> self.get_time_info)
> >>
> >> return True
> >>  end code --
> >
> > Looks a bit odd as the pause command should not un-pause a play-back.
> > mplayer can be odd at times.
>
> > Try adding to your local_conf.py:
> > EVENTS['video']['PLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_set
> > 1.0')
> >
> > Setting the speed to 1.0 is normal playback.
> >
> >> It seems the comment says it all 
> >> Do you have a suggested fix for this? I don't have any knowledge of
> >> python.
> >
> > If you want to change to code then the second self.app.write could be:
> > self.app.write('speed_set 1.0\n')
> >
> > Unless your remote is sending two consecutive pause command this does
> > not explain why the pause is not working.
>
> The code is also from video/plugins/mplayer.py and not
> tv/plugins/livepause/players.py which is used by the livepause plugin, so
> although its a bug its not relevant to the problem with livepause. I'm now
> at a loss to understand why it isn't pausing, I haven't had a chance to
> test this on a proper system yet. The only other reason I could see for
> livepause not pausing would be that the buffer was too small and it had
> resumed playback due to reaching the end of the buffer, but that isn't
> shown in the log output.
>
> With any luck I may get a chance to look at this, this weekend but I can't
> promise anything.
>
> Cheers
>
> Adam
>
>

 Hi Adam,

Really appreciate you having a look at this  I am not having much luck
getting this going at all.

By the way, what size cache is good for livepause? I find having no cache
gives me jumpy playback after a time, cache=8192 seems good, and what size
livepause buffer should I use, I am currently using the default 2G ...

Cheers,
bernie
--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-26 Thread Adam Charrett
On Thu, June 25, 2009 4:41 pm, Duncan Webb wrote:
> Bernard Mentink wrote:
>> Hi again Duncan,
>>
>> It looks like the problem is in this bit of code of mplayer.py:
>>
>> --- code ---
>>  if event == PAUSE or event == PLAY:

This behaviour of PAUSE or PLAY was the same in 1.8.3 and before.

>> self.paused = not self.paused
>> # We have to store the current time before displaying the
>> dialog
>> # otherwise the act of requesting the current position
>> resumes playback!
>> if self.paused:
>> self.stored_time_info = self.get_time_info()
>> dialog.show_play_state(dialog.PLAY_STATE_PAUSE,
>> self.get_time_info)
   ^^
There is however a bug here, self.get_time_info should be
self.get_stored_time_info, otherwise mplayer just resumes playback.

>> self.app.write('pause\n')
>> else:
>> self.app.write('pause\n')
>> dialog.show_play_state(dialog.PLAY_STATE_PLAY,
>> self.get_time_info)
>>
>> return True
>>  end code --
>
> Looks a bit odd as the pause command should not un-pause a play-back.
> mplayer can be odd at times.

> Try adding to your local_conf.py:
> EVENTS['video']['PLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_set
> 1.0')
>
> Setting the speed to 1.0 is normal playback.
>
>> It seems the comment says it all 
>> Do you have a suggested fix for this? I don't have any knowledge of
>> python.
>
> If you want to change to code then the second self.app.write could be:
> self.app.write('speed_set 1.0\n')
>
> Unless your remote is sending two consecutive pause command this does
> not explain why the pause is not working.

The code is also from video/plugins/mplayer.py and not
tv/plugins/livepause/players.py which is used by the livepause plugin, so
although its a bug its not relevant to the problem with livepause. I'm now
at a loss to understand why it isn't pausing, I haven't had a chance to
test this on a proper system yet. The only other reason I could see for
livepause not pausing would be that the buffer was too small and it had
resumed playback due to reaching the end of the buffer, but that isn't
shown in the log output.

With any luck I may get a chance to look at this, this weekend but I can't
promise anything.

Cheers

Adam


--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-25 Thread Duncan Webb
Bernard Mentink wrote:
> Hi again Duncan,
> 
> It looks like the problem is in this bit of code of mplayer.py:
> 
> --- code ---
>  if event == PAUSE or event == PLAY:
> self.paused = not self.paused
> # We have to store the current time before displaying the dialog
> # otherwise the act of requesting the current position
> resumes playback!
> if self.paused:
> self.stored_time_info = self.get_time_info()
> dialog.show_play_state(dialog.PLAY_STATE_PAUSE,
> self.get_time_info)
> self.app.write('pause\n')
> else:
> self.app.write('pause\n')
> dialog.show_play_state(dialog.PLAY_STATE_PLAY,
> self.get_time_info)
> 
> return True
>  end code --

Looks a bit odd as the pause command should not un-pause a play-back.
mplayer can be odd at times.

Try adding to your local_conf.py:
EVENTS['video']['PLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_set 1.0')

Setting the speed to 1.0 is normal playback.

> It seems the comment says it all 
> Do you have a suggested fix for this? I don't have any knowledge of python.

If you want to change to code then the second self.app.write could be:
self.app.write('speed_set 1.0\n')

Unless your remote is sending two consecutive pause command this does
not explain why the pause is not working.

For most of the commands in the lircrc it is useful to have the repeat=0
option as this should stop repeated events being sent.

begin
button = PLAY
prog   = freevo
repeat = 0
config = PLAY
end
begin
button = PAUSE
prog   = freevo
repeat = 0
config = PAUSE
end

Duncan

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-24 Thread Duncan Webb
Bernard Mentink wrote:
> Good suggestion Duncan,
> 
> However, I am only getting a PAUSE command (and only one) in the ircat
> for freevo, nothing in the mplayer window.
> 
> I even removed the .lirc/mplayer file, in fact even removed the .lirc
> directory, restarted lirc and still have the same issue. Even though
> freevo sees only one PAUSE mplayer seems to see two events ... is there
> any way to see what freevo is sending mplayer when it gets the single
> PAUSE command?
> 
> Is there possible a bug here for the mplayer tv situation? How does the
> livepause application fit in here? As you know I am running DVBStreamer
> to livepause to mplayer, is it maybe livepause that is not doing the
> right thing?

In osd.py at about line 530 there is a print, if you uncomment this then
the events that are received from lirc will be printed out.

You can also make sure that the option -nolirc is in the
MPLAYER_ARGS_DEF setting then lirc will not be used for mplayer and only
commands from freevo will be used.

Duncan

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-23 Thread Bernard Mentink
Good suggestion Duncan,

However, I am only getting a PAUSE command (and only one) in the ircat for
freevo, nothing in the mplayer window.

I even removed the .lirc/mplayer file, in fact even removed the .lirc
directory, restarted lirc and still have the same issue. Even though freevo
sees only one PAUSE mplayer seems to see two events ... is there any way to
see what freevo is sending mplayer when it gets the single PAUSE command?

Is there possible a bug here for the mplayer tv situation? How does the
livepause application fit in here? As you know I am running DVBStreamer to
livepause to mplayer, is it maybe livepause that is not doing the right
thing?

Thanks,
Bernie

On Wed, Jun 24, 2009 at 7:54 AM, Duncan Webb  wrote:

> Bernard Mentink wrote:
> > Hi Adam,
> >
> > Thanks but I had already removed that line after you suggested that
> > earlier ..
> >
> > As a workaround for this issue, I am going to use a spare button on the
> > remote to send mplayer the "p" command, so pausing mplayer directly.
> > Actually, light bulb time , I wonder if lirc is sending mplayer a
> > pause command as well? as Mythbuntu sets up all the lircrc files for all
> > the different players ..
> >
> > Maybe mplayer is getting a pause from freevo and also one from lirc
> > direct ...
> >
> > I will investigate and let you know.
>
> This should be easy if you can ssh to the box or see a couple of xterms
>
> You need to:
> # ircat --config=/etc/freevo/lircrc freevo
> # ircat mplayer
>
>
> If you see anything in the mplayer window then you are correct and have
> two events being sent. One to freevo, which sends a command to the stdin
> of mplayer and one on mplayer lirc interface.
>
> Duncan
>
>
> --
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-23 Thread Duncan Webb
Bernard Mentink wrote:
> Hi Adam,
> 
> Thanks but I had already removed that line after you suggested that
> earlier ..
> 
> As a workaround for this issue, I am going to use a spare button on the
> remote to send mplayer the "p" command, so pausing mplayer directly.
> Actually, light bulb time , I wonder if lirc is sending mplayer a
> pause command as well? as Mythbuntu sets up all the lircrc files for all
> the different players ..
> 
> Maybe mplayer is getting a pause from freevo and also one from lirc
> direct ...
> 
> I will investigate and let you know.

This should be easy if you can ssh to the box or see a couple of xterms

You need to:
# ircat --config=/etc/freevo/lircrc freevo
# ircat mplayer


If you see anything in the mplayer window then you are correct and have
two events being sent. One to freevo, which sends a command to the stdin
of mplayer and one on mplayer lirc interface.

Duncan

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-21 Thread Bernard Mentink
Hi Adam,
Thanks but I had already removed that line after you suggested that earlier
..

As a workaround for this issue, I am going to use a spare button on the
remote to send mplayer the "p" command, so pausing mplayer directly.
Actually, light bulb time , I wonder if lirc is sending mplayer a pause
command as well? as Mythbuntu sets up all the lircrc files for all the
different players ..

Maybe mplayer is getting a pause from freevo and also one from lirc direct
...

I will investigate and let you know.

Cheers,
Bernie

On Sun, Jun 21, 2009 at 9:13 PM, Adam Charrett  wrote:

> On Thu, 2009-06-18 at 16:18 +1200, Bernard Mentink wrote:
> > Hi Adam,
> >
> > I turned on logging, this is what shows up in main1000.log:
> >
> > 2009-06-18 16:02:20,066 DEBUGSIGCHLD: entering timed handler
> > 2009-06-18 16:02:20,066 DEBUGSIGCHLD: handler completed
> > 2009-06-18 16:02:20,066 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:20,067 DEBUG__init__.py (353): Event VIDEO_START
> > 2009-06-18 16:02:20,067 DEBUG__init__.py (367): Unused event
> > VIDEO_START in state Playing
> > 2009-06-18 16:02:21,005 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:21,005 DEBUG__init__.py (353): Event
> > DATA_ACQUIRED
> > 2009-06-18 16:02:22,003 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:22,003 DEBUG__init__.py (353): Event
> > DATA_ACQUIRED
> > 2009-06-18 16:02:23,002 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:23,002 DEBUG__init__.py (353): Event
> > DATA_ACQUIRED
> > 2009-06-18 16:02:24,001 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:24,001 DEBUG__init__.py (353): Event
> > DATA_ACQUIRED
> > 2009-06-18 16:02:24,854 DEBUGosd.py (533): pygame
> > event=
> > 2009-06-18 16:02:25,001 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:25,002 DEBUG__init__.py (353): Event
> > DATA_ACQUIRED
> > 2009-06-18 16:02:26,002 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:26,003 DEBUG__init__.py (353): Event
> > DATA_ACQUIRED
> > 2009-06-18 16:02:27,003 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:27,003 DEBUG__init__.py (353): Event
> > DATA_ACQUIRED
> > 2009-06-18 16:02:27,585 DEBUGosd.py (533): pygame
> > event=
> > 2009-06-18 16:02:27,585 DEBUGplayer.py (46): get() _player_=None
> > 2009-06-18 16:02:27,585 DEBUG__init__.py (353): Event PAUSE
> > 2009-06-18 16:02:27,585 DEBUGplayers.py (418): Pausing
> Well there appears to be only 1 pause event here so I don't know why
> mplayer would be resuming, unless it is because a message is being
> displayed which cause mplayer to resume. I have found that mplayer has a
> nasty habit of ignoring the pause state an just going ahead and start
> playing again when you ask it todo anything while it paused. I expect
> this is the problem. Try removing the
> plugin.remove('display.x11_overlay_display') line from you local_conf.py
>
>
> Cheers
>
> Adam
>
>
>
> --
> Are you an open source citizen? Join us for the Open Source Bridge
> conference!
> Portland, OR, June 17-19. Two days of sessions, one day of unconference:
> $250.
> Need another reason to go? 24-hour hacker lounge. Register today!
>
> http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
--
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-21 Thread Adam Charrett
On Thu, 2009-06-18 at 16:18 +1200, Bernard Mentink wrote:
> Hi Adam,
> 
> I turned on logging, this is what shows up in main1000.log:
> 
> 2009-06-18 16:02:20,066 DEBUGSIGCHLD: entering timed handler
> 2009-06-18 16:02:20,066 DEBUGSIGCHLD: handler completed
> 2009-06-18 16:02:20,066 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:20,067 DEBUG__init__.py (353): Event VIDEO_START
> 2009-06-18 16:02:20,067 DEBUG__init__.py (367): Unused event
> VIDEO_START in state Playing
> 2009-06-18 16:02:21,005 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:21,005 DEBUG__init__.py (353): Event
> DATA_ACQUIRED
> 2009-06-18 16:02:22,003 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:22,003 DEBUG__init__.py (353): Event
> DATA_ACQUIRED
> 2009-06-18 16:02:23,002 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:23,002 DEBUG__init__.py (353): Event
> DATA_ACQUIRED
> 2009-06-18 16:02:24,001 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:24,001 DEBUG__init__.py (353): Event
> DATA_ACQUIRED
> 2009-06-18 16:02:24,854 DEBUGosd.py (533): pygame
> event=
> 2009-06-18 16:02:25,001 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:25,002 DEBUG__init__.py (353): Event
> DATA_ACQUIRED
> 2009-06-18 16:02:26,002 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:26,003 DEBUG__init__.py (353): Event
> DATA_ACQUIRED
> 2009-06-18 16:02:27,003 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:27,003 DEBUG__init__.py (353): Event
> DATA_ACQUIRED
> 2009-06-18 16:02:27,585 DEBUGosd.py (533): pygame
> event=
> 2009-06-18 16:02:27,585 DEBUGplayer.py (46): get() _player_=None
> 2009-06-18 16:02:27,585 DEBUG__init__.py (353): Event PAUSE
> 2009-06-18 16:02:27,585 DEBUGplayers.py (418): Pausing
Well there appears to be only 1 pause event here so I don't know why
mplayer would be resuming, unless it is because a message is being
displayed which cause mplayer to resume. I have found that mplayer has a
nasty habit of ignoring the pause state an just going ahead and start
playing again when you ask it todo anything while it paused. I expect
this is the problem. Try removing the
plugin.remove('display.x11_overlay_display') line from you local_conf.py


Cheers

Adam


--
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Livepause crash

2009-06-17 Thread Bernard Mentink
Hi Adam,

I turned on logging, this is what shows up in main1000.log:

2009-06-18 16:02:20,066 DEBUGSIGCHLD: entering timed handler
2009-06-18 16:02:20,066 DEBUGSIGCHLD: handler completed
2009-06-18 16:02:20,066 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:20,067 DEBUG__init__.py (353): Event VIDEO_START
2009-06-18 16:02:20,067 DEBUG__init__.py (367): Unused event VIDEO_START
in state Playing
2009-06-18 16:02:21,005 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:21,005 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:22,003 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:22,003 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:23,002 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:23,002 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:24,001 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:24,001 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:24,854 DEBUGosd.py (533): pygame
event=
2009-06-18 16:02:25,001 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:25,002 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:26,002 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:26,003 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:27,003 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:27,003 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:27,585 DEBUGosd.py (533): pygame
event=
2009-06-18 16:02:27,585 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:27,585 DEBUG__init__.py (353): Event PAUSE
2009-06-18 16:02:27,585 DEBUGplayers.py (418): Pausing
2009-06-18 16:02:28,002 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:28,002 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:29,002 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:29,003 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:30,001 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:30,001 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:31,002 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:31,002 DEBUG__init__.py (353): Event DATA_ACQUIRED
2009-06-18 16:02:31,934 DEBUGosd.py (533): pygame
event=
2009-06-18 16:02:31,935 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:31,935 DEBUG__init__.py (353): Event STOP
2009-06-18 16:02:31,935 DEBUG__init__.py (302): Stopping play back.
2009-06-18 16:02:32,011 DEBUGchildapp.py (412): stdout: no data, closing
log
2009-06-18 16:02:32,011 DEBUGchildapp.py (412): stderr: no data, closing
log
2009-06-18 16:02:32,013 DEBUG__init__.py (562): Changing state from
Playing to Idle
2009-06-18 16:02:32,015 DEBUGosd.py (533): pygame
event=
2009-06-18 16:02:32,016 DEBUGSIGCHLD: entering timed handler
2009-06-18 16:02:32,016 DEBUGSIGCHLD: handler completed
2009-06-18 16:02:32,016 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:32,017 DEBUGplayer.py (46): get() _player_=None
2009-06-18 16:02:32,019 DEBUGIOChannel read data:
channel= fd=9 len=684
2009-06-18 16:02:32,600 DEBUGplayer.py (46): get() _player_=None

That was after watching live TV, hitting the PAUSE button once, then exiting
live TV back to the guide. It looks like only one PAUSE was detected however
mplayer paused briefly then continued to play.


I don't know if it helps, but here is a dump of the mplayer log file (did a
grep on PAUSE)



PARSE_PMT(1035 INDEX 3), STREAM: 3, FOUND pid=0x3e9 (1001), type=0x,
ES_DESCR_LENGTH: 22, bytes left: 0

COLLECT_SECTION, start: 64, size: 184, collected: 184
SKIP: 0+1, TID: 0, TLEN: 13, COLLECTED: 184
PARSE_PAT: section_len: 13, section 0/0
PROG: 1035 (1-th of 1), PMT: 269
A:2050.8 V:2051.1 A-V: -0.248 ct: -0.248  63/ 63  4%  5%  1.3% 0 0 35% ESC[J
A:2050.9 V:2051.1 A-V: -0.244 ct: -0.252  64/ 64  4%  5%  1.3% 0 0 35% ESC[J
A:2050.9 V:2051.1 A-V: -0.240 ct: -0.256  65/ 65  4%  5%  1.3% 0 0 35% ESC[J
  =  PAUSE  =
A:2050.9 V:2051.2 A-V: -0.236 ct: -0.260  66/ 66  4%  5%  1.3% 0 0 35% ESC[J
COLLECT_SECTION, start: 64, size: 184, collected: 184
SKIP: 0+1, TID: 2, TLEN: 70, COLLECTED: 184
FILL_PMT(prog=1035), PMT_len: 184, IS_START: 64, TS_PID: 269, SIZE=184, M=0,
ES_CNT=4, IDX=0, PMT_PTR=0x2323750
PARSE_PMT(1035 INDEX 0), STREAM: 0, FOUND pid=0x203 (515), type=0x1002,
ES_DESCR_LENGTH: 0, bytes left: 52
...descr id: 0x52, len=1
...descr id: 0x56, len=10
PARSE_PMT(1035 INDEX 1), STREAM: 1, FOUND pid=0x243 (579), type=0x,
ES_DESCR_LENGTH: 15, bytes left: 32
PARSE_PMT(1035 INDEX 2), STREAM: 2, FOUND pid=0x28d (653), type=0x50,
ES_DESCR_LENGTH: 0, bytes left: 27
...descr id: 0x66, len=6
...descr id: 0x52, len=1
...descr id: 0x13, len=9
PARSE_PMT(1035 INDEX 3), STREAM: 3, FOUND pid=



Anything else I can try.?

Cheers,
Bernie


On Thu, Jun 18, 2009 at

Re: [Freevo-users] Livepause crash

2009-06-17 Thread Bernard Mentink
Ok, will do that when I get home tonight. I notice I can use the mplayer
pause fuction (pressing 'p' or 'spacebar' on the keyboard) will pause
livepause correctly, just not the remote.
When the remote sends the PAUSE command, does Freevo in turn send a 'p' to
mplayer if it is the player, or does it do the pause via the livepause app,
how does this work?

I will check my lircrc file to make sure I hav'nt turned key repeat on by
mistake on that button as well. However it does work correctly on Xine and
VLC.

Cheers,
bernie

On Thu, Jun 18, 2009 at 12:04 AM, Adam Charrett wrote:

> On Tue, June 16, 2009 10:32 pm, Bernard Mentink wrote:
> > Hi again,
> > Adam, is there any chance this "bug" with mplayer and no pausing of
> > livepause buffer, be fixed any time soon? Do I have to file a bug report
> > somewhere?
>
> Hmm, I've just tried this out (albeit on a VirtualBox Image) and I can
> pause live TV while using mplayer, is it possible you are getting some
> king of double key press issue? I think the only way you are going to
> debug this is to enabled logging for freevo and childapps and send me the
> output.
>
> Add the following lines to your local_conf.py
>
> DEBUG = 1
> LOGGING = logging.DEBUG
> DEBUG_CHILDAPP = 1
>
> > I do prefer mplayer for watching TV as it has some really nice
> > deinterlacers
> > and post processing filters .. :-)
> >
> > But I would still be interested in seeing the options passed to Xine for
> > TV
> > use.
> Don't have access to my main system at the moment, but I'll see what I can
> do tonight.
>
> > Cheers,
> > Bernie
>
> Cheers
>
> Adam
>
>
>
> --
> 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] Livepause crash

2009-06-17 Thread Adam Charrett
On Tue, June 16, 2009 10:32 pm, Bernard Mentink wrote:
> Hi again,
> Adam, is there any chance this "bug" with mplayer and no pausing of
> livepause buffer, be fixed any time soon? Do I have to file a bug report
> somewhere?

Hmm, I've just tried this out (albeit on a VirtualBox Image) and I can
pause live TV while using mplayer, is it possible you are getting some
king of double key press issue? I think the only way you are going to
debug this is to enabled logging for freevo and childapps and send me the
output.

Add the following lines to your local_conf.py

DEBUG = 1
LOGGING = logging.DEBUG
DEBUG_CHILDAPP = 1

> I do prefer mplayer for watching TV as it has some really nice
> deinterlacers
> and post processing filters .. :-)
>
> But I would still be interested in seeing the options passed to Xine for
> TV
> use.
Don't have access to my main system at the moment, but I'll see what I can
do tonight.

> Cheers,
> Bernie

Cheers

Adam


--
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-16 Thread Bernard Mentink
Hi again,
Adam, is there any chance this "bug" with mplayer and no pausing of
livepause buffer, be fixed any time soon? Do I have to file a bug report
somewhere?
I do prefer mplayer for watching TV as it has some really nice deinterlacers
and post processing filters .. :-)

But I would still be interested in seeing the options passed to Xine for TV
use.

Cheers,
Bernie

On Mon, Jun 15, 2009 at 8:56 PM, Adam Charrett  wrote:

> On Mon, June 15, 2009 5:10 am, Bernard Mentink wrote:
> > Hi Adam,
> >
> > Excellent. I installed kaa.display and removed the other plugin as you
> > suggested and now I have OSD working .. cool!
>
> Ahh, actually I should have said don't remove the plugin, you'll just get
> the bog standard text only OSD.
>
> >
> > One small issue, I can't pause TV any more, it pauses momentary then
> > continues, any ideas what is happening now ?
>
> Bug with the code, I don't use mplayer so I expect its not been tested
> enough. I use xine as it seems to be a reasonable compromise between
> mplayer (no subtitles) and vlc (subtitle but on my systems uses the wrong
> XV port so colors are way off).
>
> On VLC, the name of the settings for options is:
>
> VLC_OPTIONS = ''
>
> VLC isn't really very well integrated into freevo at the moment, I think
> its only been added for watching internet TV (tv.vlc and video.vlc)
>
> Cheers
>
> Adam
>
> > Thanks,
> > Bernie
> >
> > On Mon, Jun 15, 2009 at 8:34 AM, Adam Charrett 
> > wrote:
> >
> >> On Mon, 2009-06-15 at 08:16 +1200, Bernard Mentink wrote:
> >> > Hi Adam,
> >> >
> >> >
> >> > Thanks for the reply. Yes, I have installed kaa.display, I installed
> >> > latest svn versions of kaa and freevo as per the wiki, which I beleive
> >> > installs kaa.display by default.
> >>
> >> I haven't checked the wiki, but unless you explicitly install
> >> kaa.display, then you probably don't have it installed.
> >>
> >> >
> >> > When I say change channel, the mplayer window playing the TV goes away
> >> > and is replaced momentarily by a black window with an orange bar OSD,
> >> > then it
> >> > goes away and the mplayer video is back, the OSD bar doesn't overlay
> >> > onto the video at all. It is in a separate window. Same happens when
> >> > seeking fwd/back on paused TV.  Also, I do not get any volume control
> >> > OSD while watching TV. Is there any OSD documentation anywhere?
> >>
> >> Not yet, interested in writing some when you get this working?
> >>
> >> >
> >> > By the way I am running X11. The box was a Mythbuntu box. I am wanting
> >> > to ditch Mythtv so am trying Freevo on the same box. Mythbuntu uses
> >> > xfce and I am not sure what window manager it uses.
> >> That would be xfce window manager.
> >>
> >> > I did try "freevo -fs" at one time, but all I ended up with is a black
> >> > screen and a crashed box  must be some dependancy I am missing.
> >> >
> >> >
> >> > How do I get rid of the "dialog.x11_overlay_display" ??
> >> You do it by adding plugin.remove('dialog.x11_overlay_display') to your
> >> local_conf.py
> >>
> >> >
> >> > Also I would like to replace mplayer as my tv video player with VLC,
> >> > does anyone have the options to put into local_conf, including
> >> > deinterlacing etc for TV ..
> >>
> >> Set LIVE_PAUSE2_PREFERRED_PLAYER to vlc in your local_conf.py
> >>
> >> One very useful command to remember (as the info is more up to date than
> >> the wiki) is freevo plugins -i 
> >>
> >> >
> >> > With those two things sorted by TV experience is complete :-)
> >> >
> >> >
> >> > Thanks,
> >> > Bernie
> >>
> >> Cheers
> >>
> >> Adam
> >>
> >>
> >>
> >>
> >>
> --
> >> 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
> >
>
>
>
>
> --
> 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 deployme

Re: [Freevo-users] Livepause crash

2009-06-15 Thread Bernard Mentink
Hi Adam,
Would you mind posting your settings/options etc for xine for TV.

Also what is the correct way to pass options to mplayer for TV use, there
seems to be conflicting methods in the local.conf file.

Thanks,
Bernie

On Mon, Jun 15, 2009 at 8:56 PM, Adam Charrett  wrote:

> On Mon, June 15, 2009 5:10 am, Bernard Mentink wrote:
> > Hi Adam,
> >
> > Excellent. I installed kaa.display and removed the other plugin as you
> > suggested and now I have OSD working .. cool!
>
> Ahh, actually I should have said don't remove the plugin, you'll just get
> the bog standard text only OSD.
>
> >
> > One small issue, I can't pause TV any more, it pauses momentary then
> > continues, any ideas what is happening now ?
>
> Bug with the code, I don't use mplayer so I expect its not been tested
> enough. I use xine as it seems to be a reasonable compromise between
> mplayer (no subtitles) and vlc (subtitle but on my systems uses the wrong
> XV port so colors are way off).
>
> On VLC, the name of the settings for options is:
>
> VLC_OPTIONS = ''
>
> VLC isn't really very well integrated into freevo at the moment, I think
> its only been added for watching internet TV (tv.vlc and video.vlc)
>
> Cheers
>
> Adam
>
> > Thanks,
> > Bernie
> >
> > On Mon, Jun 15, 2009 at 8:34 AM, Adam Charrett 
> > wrote:
> >
> >> On Mon, 2009-06-15 at 08:16 +1200, Bernard Mentink wrote:
> >> > Hi Adam,
> >> >
> >> >
> >> > Thanks for the reply. Yes, I have installed kaa.display, I installed
> >> > latest svn versions of kaa and freevo as per the wiki, which I beleive
> >> > installs kaa.display by default.
> >>
> >> I haven't checked the wiki, but unless you explicitly install
> >> kaa.display, then you probably don't have it installed.
> >>
> >> >
> >> > When I say change channel, the mplayer window playing the TV goes away
> >> > and is replaced momentarily by a black window with an orange bar OSD,
> >> > then it
> >> > goes away and the mplayer video is back, the OSD bar doesn't overlay
> >> > onto the video at all. It is in a separate window. Same happens when
> >> > seeking fwd/back on paused TV.  Also, I do not get any volume control
> >> > OSD while watching TV. Is there any OSD documentation anywhere?
> >>
> >> Not yet, interested in writing some when you get this working?
> >>
> >> >
> >> > By the way I am running X11. The box was a Mythbuntu box. I am wanting
> >> > to ditch Mythtv so am trying Freevo on the same box. Mythbuntu uses
> >> > xfce and I am not sure what window manager it uses.
> >> That would be xfce window manager.
> >>
> >> > I did try "freevo -fs" at one time, but all I ended up with is a black
> >> > screen and a crashed box  must be some dependancy I am missing.
> >> >
> >> >
> >> > How do I get rid of the "dialog.x11_overlay_display" ??
> >> You do it by adding plugin.remove('dialog.x11_overlay_display') to your
> >> local_conf.py
> >>
> >> >
> >> > Also I would like to replace mplayer as my tv video player with VLC,
> >> > does anyone have the options to put into local_conf, including
> >> > deinterlacing etc for TV ..
> >>
> >> Set LIVE_PAUSE2_PREFERRED_PLAYER to vlc in your local_conf.py
> >>
> >> One very useful command to remember (as the info is more up to date than
> >> the wiki) is freevo plugins -i 
> >>
> >> >
> >> > With those two things sorted by TV experience is complete :-)
> >> >
> >> >
> >> > Thanks,
> >> > Bernie
> >>
> >> Cheers
> >>
> >> Adam
> >>
> >>
> >>
> >>
> >>
> --
> >> 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
> >
>
>
>
>
> --
> 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.sourcefor

Re: [Freevo-users] Livepause crash

2009-06-15 Thread Adam Charrett
On Mon, June 15, 2009 5:10 am, Bernard Mentink wrote:
> Hi Adam,
>
> Excellent. I installed kaa.display and removed the other plugin as you
> suggested and now I have OSD working .. cool!

Ahh, actually I should have said don't remove the plugin, you'll just get
the bog standard text only OSD.

>
> One small issue, I can't pause TV any more, it pauses momentary then
> continues, any ideas what is happening now ?

Bug with the code, I don't use mplayer so I expect its not been tested
enough. I use xine as it seems to be a reasonable compromise between
mplayer (no subtitles) and vlc (subtitle but on my systems uses the wrong
XV port so colors are way off).

On VLC, the name of the settings for options is:

VLC_OPTIONS = ''

VLC isn't really very well integrated into freevo at the moment, I think
its only been added for watching internet TV (tv.vlc and video.vlc)

Cheers

Adam

> Thanks,
> Bernie
>
> On Mon, Jun 15, 2009 at 8:34 AM, Adam Charrett 
> wrote:
>
>> On Mon, 2009-06-15 at 08:16 +1200, Bernard Mentink wrote:
>> > Hi Adam,
>> >
>> >
>> > Thanks for the reply. Yes, I have installed kaa.display, I installed
>> > latest svn versions of kaa and freevo as per the wiki, which I beleive
>> > installs kaa.display by default.
>>
>> I haven't checked the wiki, but unless you explicitly install
>> kaa.display, then you probably don't have it installed.
>>
>> >
>> > When I say change channel, the mplayer window playing the TV goes away
>> > and is replaced momentarily by a black window with an orange bar OSD,
>> > then it
>> > goes away and the mplayer video is back, the OSD bar doesn't overlay
>> > onto the video at all. It is in a separate window. Same happens when
>> > seeking fwd/back on paused TV.  Also, I do not get any volume control
>> > OSD while watching TV. Is there any OSD documentation anywhere?
>>
>> Not yet, interested in writing some when you get this working?
>>
>> >
>> > By the way I am running X11. The box was a Mythbuntu box. I am wanting
>> > to ditch Mythtv so am trying Freevo on the same box. Mythbuntu uses
>> > xfce and I am not sure what window manager it uses.
>> That would be xfce window manager.
>>
>> > I did try "freevo -fs" at one time, but all I ended up with is a black
>> > screen and a crashed box  must be some dependancy I am missing.
>> >
>> >
>> > How do I get rid of the "dialog.x11_overlay_display" ??
>> You do it by adding plugin.remove('dialog.x11_overlay_display') to your
>> local_conf.py
>>
>> >
>> > Also I would like to replace mplayer as my tv video player with VLC,
>> > does anyone have the options to put into local_conf, including
>> > deinterlacing etc for TV ..
>>
>> Set LIVE_PAUSE2_PREFERRED_PLAYER to vlc in your local_conf.py
>>
>> One very useful command to remember (as the info is more up to date than
>> the wiki) is freevo plugins -i 
>>
>> >
>> > With those two things sorted by TV experience is complete :-)
>> >
>> >
>> > Thanks,
>> > Bernie
>>
>> Cheers
>>
>> Adam
>>
>>
>>
>>
>> --
>> 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
>



--
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-14 Thread Bernard Mentink
Hi Adam,

Excellent. I installed kaa.display and removed the other plugin as you
suggested and now I have OSD working .. cool!

One small issue, I can't pause TV any more, it pauses momentary then
continues, any ideas what is happening now ?

Thanks,
Bernie

On Mon, Jun 15, 2009 at 8:34 AM, Adam Charrett  wrote:

> On Mon, 2009-06-15 at 08:16 +1200, Bernard Mentink wrote:
> > Hi Adam,
> >
> >
> > Thanks for the reply. Yes, I have installed kaa.display, I installed
> > latest svn versions of kaa and freevo as per the wiki, which I beleive
> > installs kaa.display by default.
>
> I haven't checked the wiki, but unless you explicitly install
> kaa.display, then you probably don't have it installed.
>
> >
> > When I say change channel, the mplayer window playing the TV goes away
> > and is replaced momentarily by a black window with an orange bar OSD,
> > then it
> > goes away and the mplayer video is back, the OSD bar doesn't overlay
> > onto the video at all. It is in a separate window. Same happens when
> > seeking fwd/back on paused TV.  Also, I do not get any volume control
> > OSD while watching TV. Is there any OSD documentation anywhere?
>
> Not yet, interested in writing some when you get this working?
>
> >
> > By the way I am running X11. The box was a Mythbuntu box. I am wanting
> > to ditch Mythtv so am trying Freevo on the same box. Mythbuntu uses
> > xfce and I am not sure what window manager it uses.
> That would be xfce window manager.
>
> > I did try "freevo -fs" at one time, but all I ended up with is a black
> > screen and a crashed box  must be some dependancy I am missing.
> >
> >
> > How do I get rid of the "dialog.x11_overlay_display" ??
> You do it by adding plugin.remove('dialog.x11_overlay_display') to your
> local_conf.py
>
> >
> > Also I would like to replace mplayer as my tv video player with VLC,
> > does anyone have the options to put into local_conf, including
> > deinterlacing etc for TV ..
>
> Set LIVE_PAUSE2_PREFERRED_PLAYER to vlc in your local_conf.py
>
> One very useful command to remember (as the info is more up to date than
> the wiki) is freevo plugins -i 
>
> >
> > With those two things sorted by TV experience is complete :-)
> >
> >
> > Thanks,
> > Bernie
>
> Cheers
>
> Adam
>
>
>
>
> --
> 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] Livepause crash

2009-06-14 Thread Bernard Mentink
Hi Adam,

>Set LIVE_PAUSE2_PREFERRED_PLAYER to vlc in your local_conf.py

Done that, what I was after was the options to pass to VLC for
de-interlacing etc ... guess I will have to read the VLC docs

>One very useful command to remember (as the info is more up to date than
>the wiki) is freevo plugins -i 

Yes, found that, but unfortunately the info on some plugins is
very sparse ... try doing it for the tv.vlc ..

Thanks for all your other comments. I would be only too happy to help out
with the docummentation, but expecting this from 1st
time users of freevo is a bit of a tall ask  let me at least learn about
what is there at present to catch up a bit  ;-)

Cheers,
Bernie

On Mon, Jun 15, 2009 at 8:34 AM, Adam Charrett  wrote:

> On Mon, 2009-06-15 at 08:16 +1200, Bernard Mentink wrote:
> > Hi Adam,
> >
> >
> > Thanks for the reply. Yes, I have installed kaa.display, I installed
> > latest svn versions of kaa and freevo as per the wiki, which I beleive
> > installs kaa.display by default.
>
> I haven't checked the wiki, but unless you explicitly install
> kaa.display, then you probably don't have it installed.
>
> >
> > When I say change channel, the mplayer window playing the TV goes away
> > and is replaced momentarily by a black window with an orange bar OSD,
> > then it
> > goes away and the mplayer video is back, the OSD bar doesn't overlay
> > onto the video at all. It is in a separate window. Same happens when
> > seeking fwd/back on paused TV.  Also, I do not get any volume control
> > OSD while watching TV. Is there any OSD documentation anywhere?
>
> Not yet, interested in writing some when you get this working?
>
> >
> > By the way I am running X11. The box was a Mythbuntu box. I am wanting
> > to ditch Mythtv so am trying Freevo on the same box. Mythbuntu uses
> > xfce and I am not sure what window manager it uses.
> That would be xfce window manager.
>
> > I did try "freevo -fs" at one time, but all I ended up with is a black
> > screen and a crashed box  must be some dependancy I am missing.
> >
> >
> > How do I get rid of the "dialog.x11_overlay_display" ??
> You do it by adding plugin.remove('dialog.x11_overlay_display') to your
> local_conf.py
>
> >
> > Also I would like to replace mplayer as my tv video player with VLC,
> > does anyone have the options to put into local_conf, including
> > deinterlacing etc for TV ..
>
> Set LIVE_PAUSE2_PREFERRED_PLAYER to vlc in your local_conf.py
>
> One very useful command to remember (as the info is more up to date than
> the wiki) is freevo plugins -i 
>
> >
> > With those two things sorted by TV experience is complete :-)
> >
> >
> > Thanks,
> > Bernie
>
> Cheers
>
> Adam
>
>
>
>
> --
> 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] Livepause crash

2009-06-14 Thread Adam Charrett
On Mon, 2009-06-15 at 08:16 +1200, Bernard Mentink wrote:
> Hi Adam,
> 
> 
> Thanks for the reply. Yes, I have installed kaa.display, I installed
> latest svn versions of kaa and freevo as per the wiki, which I beleive
> installs kaa.display by default.

I haven't checked the wiki, but unless you explicitly install
kaa.display, then you probably don't have it installed.

> 
> When I say change channel, the mplayer window playing the TV goes away
> and is replaced momentarily by a black window with an orange bar OSD,
> then it
> goes away and the mplayer video is back, the OSD bar doesn't overlay
> onto the video at all. It is in a separate window. Same happens when
> seeking fwd/back on paused TV.  Also, I do not get any volume control
> OSD while watching TV. Is there any OSD documentation anywhere?

Not yet, interested in writing some when you get this working?
 
> 
> By the way I am running X11. The box was a Mythbuntu box. I am wanting
> to ditch Mythtv so am trying Freevo on the same box. Mythbuntu uses
> xfce and I am not sure what window manager it uses.
That would be xfce window manager.

> I did try "freevo -fs" at one time, but all I ended up with is a black
> screen and a crashed box  must be some dependancy I am missing.
> 
> 
> How do I get rid of the "dialog.x11_overlay_display" ??
You do it by adding plugin.remove('dialog.x11_overlay_display') to your
local_conf.py

> 
> Also I would like to replace mplayer as my tv video player with VLC,
> does anyone have the options to put into local_conf, including
> deinterlacing etc for TV ..

Set LIVE_PAUSE2_PREFERRED_PLAYER to vlc in your local_conf.py

One very useful command to remember (as the info is more up to date than
the wiki) is freevo plugins -i 

> 
> With those two things sorted by TV experience is complete :-)
> 
> 
> Thanks,
> Bernie

Cheers

Adam



--
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-14 Thread Bernard Mentink
Hi Adam,
Thanks for the reply. Yes, I have installed kaa.display, I installed latest
svn versions of kaa and freevo as per the wiki, which I beleive installs
kaa.display by default.

When I say change channel, the mplayer window playing the TV goes away and
is replaced momentarily by a black window with an orange bar OSD, then it
goes away and the mplayer video is back, the OSD bar doesn't overlay onto
the video at all. It is in a separate window. Same happens when seeking
fwd/back on paused TV.  Also, I do not get any volume control OSD while
watching TV. Is there any OSD documentation anywhere?

By the way I am running X11. The box was a Mythbuntu box. I am wanting to
ditch Mythtv so am trying Freevo on the same box. Mythbuntu uses xfce and I
am not sure what window manager it uses.
I did try "freevo -fs" at one time, but all I ended up with is a black
screen and a crashed box  must be some dependancy I am missing.

How do I get rid of the "dialog.x11_overlay_display" ??

Also I would like to replace mplayer as my tv video player with VLC, does
anyone have the options to put into local_conf, including deinterlacing etc
for TV ..

With those two things sorted by TV experience is complete :-)

Thanks,
Bernie



On Mon, Jun 15, 2009 at 7:52 AM, Adam Charrett  wrote:

> On Sun, 2009-06-14 at 11:50 +1200, Bernard Mentink wrote:
> > 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 ...
>
> Apologies I've been on vacation otherwise I would have commented
> earlier, anyway...
>
> I think you are probably refering to the new OSD that is a shaped window
> over the player (in your case mplayer). I can't remember whether you
> said if you had installed kaa.display?
> If you have and you haven't removed the dialog.x11_overlay_display, it
> could be that your window manager (if you have one) isn't presenting the
> window over the top of the video. If your going to run this as a
> standalone freevo box I would suggest not bothering with a window
> manager altogether.
>
> Cheers
>
> Adam
>
>
>
>
> --
> 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] Livepause crash

2009-06-14 Thread Adam Charrett
On Sun, 2009-06-14 at 11:50 +1200, Bernard Mentink wrote:
> 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 ...

Apologies I've been on vacation otherwise I would have commented
earlier, anyway...
 
I think you are probably refering to the new OSD that is a shaped window
over the player (in your case mplayer). I can't remember whether you
said if you had installed kaa.display?
If you have and you haven't removed the dialog.x11_overlay_display, it
could be that your window manager (if you have one) isn't presenting the
window over the top of the video. If your going to run this as a
standalone freevo box I would suggest not bothering with a window
manager altogether.

Cheers

Adam



--
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  wrote:

> 2009/6/12 Bernard Mentink :
> > 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] Livepause crash

2009-06-13 Thread Jonathan Isom
On Sat, Jun 13, 2009 at 5:57 PM, Evan Hisey wrote:
> 2009/6/12 Bernard Mentink :
>> 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 Evan Hisey
2009/6/12 Bernard Mentink :
> 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 Duncan Webb
Jonathan Isom wrote:
> 2009/6/12 Bernard Mentink :
>> 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 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-12 Thread Jonathan Isom
2009/6/12 Bernard Mentink :
> 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.
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?

no.

> Bernie
>
Later

Jonathan
>
> On Sat, Jun 13, 2009 at 3:51 PM, Jonathan Isom  wrote:
>>
>> 2009/6/12 Bernard Mentink :
>> > Hi Jonathan,
>> >
>> > I am using mplayer at present, do I have to make it play in a window
>> > instead
>> > of full-screen?
>> > That seems strange ... how do you setup a "floating window", I am not
>> > sure
>> > what you mean here.
>>
>> For mplayer the -fs option makes it fullscreen and over all other
>> windows.  What I
>> mean by floating is a normal window that a window manager manages and
>> can be moved.
>> set the following for instance will keep freevo itself from doing this.:
>> START_FULLSCREEN_X = 0
>> Check your local_conf.py for "-fs" for various video files you play as
>> well.
>> also a window manger may be nessessary?
>>
>> Later
>>
>> Jonathan
>>
>> > Thanks,
>> > Bernie
>> >
>> > On Sat, Jun 13, 2009 at 2:18 PM, Jonathan Isom  wrote:
>> >>
>> >> 2009/6/12 Bernard Mentink :
>> >> > 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?
>> >>
>> >> Shouldn't be.  if the player you are using is displaying fullscreen
>> >> rather
>> >> than
>> >> a floating window that may fill the screen, it may be that the player
>> >> is
>> >> above \
>> >> the OSD.
>> >>
>> >> Later
>> >>
>> >> Jonathan
>> >>
>> >> > Cheers,
>> >> > bernie
>> >> >
>> >> > On Sat, Jun 13, 2009 at 9:22 AM, Jonathan Isom 
>> >> > wrote:
>> >> >>
>> >> >> 2009/6/12 Bernard Mentink :
>> >> >> > Thanks, seems the Wiki needs updating again ;-)
>> >> >> >
>> >> >> > By the way, I would like to use VLC to watch TV (and it is
>> >> >> > recommended
>> >> >> > ..)
>> >> >> > but there is no
>> >> >> > examples in local_conf.py to pass options etc, only examples for
>> >> >> > mplayer
>> >> >> > and
>> >> >> > xine. Is there some other documentation missing?
>> >> >> >
>> >> >> > Thanks,
>> >> >> > Bernie
>> >> >>
>> >> >> To get a list of plugins use "freevo plugins -l"
>> >> >> to get more info use "freevo plugins -i myplugin"
>> >> >>
>> >> >> etc "freevo plugins -i tv.livepause
>> >> >>
>> >> >>
>> >> >> Later
>> >> >>
>> >> >> Jonathan
>> >> >>
>> >> >> 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
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > 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
>

Re: [Freevo-users] Livepause crash

2009-06-12 Thread Bernard Mentink
So you mean I can't play anything full screen and have OSD as well? Hmmm ..

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?

Bernie



On Sat, Jun 13, 2009 at 3:51 PM, Jonathan Isom  wrote:

> 2009/6/12 Bernard Mentink :
> > Hi Jonathan,
> >
> > I am using mplayer at present, do I have to make it play in a window
> instead
> > of full-screen?
> > That seems strange ... how do you setup a "floating window", I am not
> sure
> > what you mean here.
>
> For mplayer the -fs option makes it fullscreen and over all other
> windows.  What I
> mean by floating is a normal window that a window manager manages and
> can be moved.
> set the following for instance will keep freevo itself from doing this.:
> START_FULLSCREEN_X = 0
> Check your local_conf.py for "-fs" for various video files you play as
> well.
> also a window manger may be nessessary?
>
> Later
>
> Jonathan
>
> > Thanks,
> > Bernie
> >
> > On Sat, Jun 13, 2009 at 2:18 PM, Jonathan Isom  wrote:
> >>
> >> 2009/6/12 Bernard Mentink :
> >> > 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?
> >>
> >> Shouldn't be.  if the player you are using is displaying fullscreen
> rather
> >> than
> >> a floating window that may fill the screen, it may be that the player is
> >> above \
> >> the OSD.
> >>
> >> Later
> >>
> >> Jonathan
> >>
> >> > Cheers,
> >> > bernie
> >> >
> >> > On Sat, Jun 13, 2009 at 9:22 AM, Jonathan Isom 
> wrote:
> >> >>
> >> >> 2009/6/12 Bernard Mentink :
> >> >> > Thanks, seems the Wiki needs updating again ;-)
> >> >> >
> >> >> > By the way, I would like to use VLC to watch TV (and it is
> >> >> > recommended
> >> >> > ..)
> >> >> > but there is no
> >> >> > examples in local_conf.py to pass options etc, only examples for
> >> >> > mplayer
> >> >> > and
> >> >> > xine. Is there some other documentation missing?
> >> >> >
> >> >> > Thanks,
> >> >> > Bernie
> >> >>
> >> >> To get a list of plugins use "freevo plugins -l"
> >> >> to get more info use "freevo plugins -i myplugin"
> >> >>
> >> >> etc "freevo plugins -i tv.livepause
> >> >>
> >> >>
> >> >> Later
> >> >>
> >> >> Jonathan
> >> >>
> >> >> 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
> >> >
> >> >
> >> >
> >> >
> --
> >> > 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
> >
> >
> >
> --
> > Crystal Reports - New Free Runtime and 30 Day Trial
> > Check out the new simplified licensing option that enables unlimited
> > royalty-free distribution of the repo

Re: [Freevo-users] Livepause crash

2009-06-12 Thread Jonathan Isom
2009/6/12 Bernard Mentink :
> Hi Jonathan,
>
> I am using mplayer at present, do I have to make it play in a window instead
> of full-screen?
> That seems strange ... how do you setup a "floating window", I am not sure
> what you mean here.

For mplayer the -fs option makes it fullscreen and over all other
windows.  What I
mean by floating is a normal window that a window manager manages and
can be moved.
set the following for instance will keep freevo itself from doing this.:
START_FULLSCREEN_X = 0
Check your local_conf.py for "-fs" for various video files you play as well.
also a window manger may be nessessary?

Later

Jonathan

> Thanks,
> Bernie
>
> On Sat, Jun 13, 2009 at 2:18 PM, Jonathan Isom  wrote:
>>
>> 2009/6/12 Bernard Mentink :
>> > 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?
>>
>> Shouldn't be.  if the player you are using is displaying fullscreen rather
>> than
>> a floating window that may fill the screen, it may be that the player is
>> above \
>> the OSD.
>>
>> Later
>>
>> Jonathan
>>
>> > Cheers,
>> > bernie
>> >
>> > On Sat, Jun 13, 2009 at 9:22 AM, Jonathan Isom  wrote:
>> >>
>> >> 2009/6/12 Bernard Mentink :
>> >> > Thanks, seems the Wiki needs updating again ;-)
>> >> >
>> >> > By the way, I would like to use VLC to watch TV (and it is
>> >> > recommended
>> >> > ..)
>> >> > but there is no
>> >> > examples in local_conf.py to pass options etc, only examples for
>> >> > mplayer
>> >> > and
>> >> > xine. Is there some other documentation missing?
>> >> >
>> >> > Thanks,
>> >> > Bernie
>> >>
>> >> To get a list of plugins use "freevo plugins -l"
>> >> to get more info use "freevo plugins -i myplugin"
>> >>
>> >> etc "freevo plugins -i tv.livepause
>> >>
>> >>
>> >> Later
>> >>
>> >> Jonathan
>> >>
>> >> 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
>> >
>> >
>> >
>> > --
>> > 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
>
>
> --
> 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 distribu

Re: [Freevo-users] Livepause crash

2009-06-12 Thread Bernard Mentink
Hi Jonathan,

I am using mplayer at present, do I have to make it play in a window instead
of full-screen?
That seems strange ... how do you setup a "floating window", I am not sure
what you mean here.

Thanks,
Bernie

On Sat, Jun 13, 2009 at 2:18 PM, Jonathan Isom  wrote:

> 2009/6/12 Bernard Mentink :
> > 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?
>
> Shouldn't be.  if the player you are using is displaying fullscreen rather
> than
> a floating window that may fill the screen, it may be that the player is
> above \
> the OSD.
>
> Later
>
> Jonathan
>
> > Cheers,
> > bernie
> >
> > On Sat, Jun 13, 2009 at 9:22 AM, Jonathan Isom  wrote:
> >>
> >> 2009/6/12 Bernard Mentink :
> >> > Thanks, seems the Wiki needs updating again ;-)
> >> >
> >> > By the way, I would like to use VLC to watch TV (and it is recommended
> >> > ..)
> >> > but there is no
> >> > examples in local_conf.py to pass options etc, only examples for
> mplayer
> >> > and
> >> > xine. Is there some other documentation missing?
> >> >
> >> > Thanks,
> >> > Bernie
> >>
> >> To get a list of plugins use "freevo plugins -l"
> >> to get more info use "freevo plugins -i myplugin"
> >>
> >> etc "freevo plugins -i tv.livepause
> >>
> >>
> >> Later
> >>
> >> Jonathan
> >>
> >> 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
> >
> >
> >
> --
> > 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
>
--
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-12 Thread Jonathan Isom
2009/6/12 Bernard Mentink :
> 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?

Shouldn't be.  if the player you are using is displaying fullscreen rather than
a floating window that may fill the screen, it may be that the player is above \
the OSD.

Later

Jonathan

> Cheers,
> bernie
>
> On Sat, Jun 13, 2009 at 9:22 AM, Jonathan Isom  wrote:
>>
>> 2009/6/12 Bernard Mentink :
>> > Thanks, seems the Wiki needs updating again ;-)
>> >
>> > By the way, I would like to use VLC to watch TV (and it is recommended
>> > ..)
>> > but there is no
>> > examples in local_conf.py to pass options etc, only examples for mplayer
>> > and
>> > xine. Is there some other documentation missing?
>> >
>> > Thanks,
>> > Bernie
>>
>> To get a list of plugins use "freevo plugins -l"
>> to get more info use "freevo plugins -i myplugin"
>>
>> etc "freevo plugins -i tv.livepause
>>
>>
>> Later
>>
>> Jonathan
>>
>> 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
>
>
> --
> 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-12 Thread Bernard Mentink
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

On Sat, Jun 13, 2009 at 9:22 AM, Jonathan Isom  wrote:

> 2009/6/12 Bernard Mentink :
> > Thanks, seems the Wiki needs updating again ;-)
> >
> > By the way, I would like to use VLC to watch TV (and it is recommended
> ..)
> > but there is no
> > examples in local_conf.py to pass options etc, only examples for mplayer
> and
> > xine. Is there some other documentation missing?
> >
> > Thanks,
> > Bernie
>
> To get a list of plugins use "freevo plugins -l"
> to get more info use "freevo plugins -i myplugin"
>
> etc "freevo plugins -i tv.livepause
>
>
> Later
>
> Jonathan
>
> 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
>
--
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-12 Thread Jonathan Isom
2009/6/12 Bernard Mentink :
> Thanks, seems the Wiki needs updating again ;-)
>
> By the way, I would like to use VLC to watch TV (and it is recommended ..)
> but there is no
> examples in local_conf.py to pass options etc, only examples for mplayer and
> xine. Is there some other documentation missing?
>
> Thanks,
> Bernie

To get a list of plugins use "freevo plugins -l"
to get more info use "freevo plugins -i myplugin"

etc "freevo plugins -i tv.livepause


Later

Jonathan

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-12 Thread Bernard Mentink
Thanks, seems the Wiki needs updating again ;-)

By the way, I would like to use VLC to watch TV (and it is recommended ..)
but there is no
examples in local_conf.py to pass options etc, only examples for mplayer and
xine. Is there some other documentation missing?

Thanks,
Bernie

On Sat, Jun 13, 2009 at 1:34 AM, Jonathan Isom  wrote:

> 2009/6/12 Bernard Mentink :
> > Ok, have done. But do I have to run the record server i.e:
> >
> > "freevo recordserver start" ?? I notice when I do that from a shell, the
> > command does not return .. i.e it doesn't seem to start a separate
> process,
> > but when I start freevo proper, it does recognize the server, as it
> doesn't
> > complain any more about it not being started.
>
> to Start
> "freevo recordserver --daemon"
> to stop
> "freevo recordserver --stop"
>
>
> > I am confused, why the above command doesn't return though, why would you
> > have to give it start/stop commands if it doesn't run as a daemon
> process?
>
> The command line options were changed with 1.9.
>
> Later
>
> Jonathan
>
> > Thanks,
> > Bernie
> >
> > 2009/6/12 r...@telefonica.net 
> >>
> >> > And how does record work, do I have to have the record server running,
> >> > and if so,
> >> > how does it know about dvbstreamer, it seems all the record server
> docs
> >> > are for
> >> > mplayer connected directly to the DVB card, not dvbstreamer
> >>
> >> Try that in your local_conf:
> >>
> >> plugin.remove('tv.generic_record')
> >> plugin.activate('tv.dvbstreamer.record')
> >>
> >>
> >> I updated recently freevo from 1.8.3 to 1.9 and recording is working OK
> >> but livepause not.
> >>
> >> Saludos de Redy: Linuxita por sistema y GNUdista por naturaleza.
> >>
> >> [ parolas.thebbs.org 100% Linux native ]
> >>
> >> In a world without frontiers, who needs Gates and Windows?
> >>
> >>
> >>
> --
> >> 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
> >
> >
>
>
>
> --
>
> 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
>
--
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-12 Thread Redy Rodriguez
Respondiendo a un mensaje de Bernard Mentink sobre Re: [Freevo-users]
Livepause crash:

> "freevo recordserver start" ?? 


Try:

freevo recordserver --daemon



   Saludos de Redy 
 Usuario de Linux n_mero 210.399 en http://counter.li.org.
   [ Parolas BBS 100% Linux native parolas.thebbs.org ] 

 In a world without frontiers, who needs Gates and Windows?

--
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-12 Thread Jonathan Isom
2009/6/12 Bernard Mentink :
> Ok, have done. But do I have to run the record server i.e:
>
> "freevo recordserver start" ?? I notice when I do that from a shell, the
> command does not return .. i.e it doesn't seem to start a separate process,
> but when I start freevo proper, it does recognize the server, as it doesn't
> complain any more about it not being started.

to Start
"freevo recordserver --daemon"
to stop
"freevo recordserver --stop"


> I am confused, why the above command doesn't return though, why would you
> have to give it start/stop commands if it doesn't run as a daemon process?

The command line options were changed with 1.9.

Later

Jonathan

> Thanks,
> Bernie
>
> 2009/6/12 r...@telefonica.net 
>>
>> > And how does record work, do I have to have the record server running,
>> > and if so,
>> > how does it know about dvbstreamer, it seems all the record server docs
>> > are for
>> > mplayer connected directly to the DVB card, not dvbstreamer
>>
>> Try that in your local_conf:
>>
>> plugin.remove('tv.generic_record')
>> plugin.activate('tv.dvbstreamer.record')
>>
>>
>> I updated recently freevo from 1.8.3 to 1.9 and recording is working OK
>> but livepause not.
>>
>> Saludos de Redy: Linuxita por sistema y GNUdista por naturaleza.
>>
>> [ parolas.thebbs.org 100% Linux native ]
>>
>> In a world without frontiers, who needs Gates and Windows?
>>
>>
>> --
>> 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
>
>



-- 

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-12 Thread Bernard Mentink
Ok, have done. But do I have to run the record server i.e:

"freevo recordserver start" ?? I notice when I do that from a shell, the
command does not return .. i.e it doesn't seem to start a separate process,
but when I start freevo proper, it does recognize the server, as it doesn't
complain any more about it not being started.

I am confused, why the above command doesn't return though, why would you
have to give it start/stop commands if it doesn't run as a daemon process?

Thanks,
Bernie

2009/6/12 r...@telefonica.net 

> > And how does record work, do I have to have the record server running,
> and if so,
> > how does it know about dvbstreamer, it seems all the record server docs
> are for
> > mplayer connected directly to the DVB card, not dvbstreamer
>
> Try that in your local_conf:
>
> plugin.remove('tv.generic_record')
> plugin.activate('tv.dvbstreamer.record')
>
>
> I updated recently freevo from 1.8.3 to 1.9 and recording is working OK but
> livepause not.
>
> Saludos de Redy: Linuxita por sistema y GNUdista por naturaleza.
>
> [ parolas.thebbs.org 100% Linux native ]
>
> In a world without frontiers, who needs Gates and Windows?
>
>
> --
> 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] Livepause crash

2009-06-12 Thread r...@telefonica.net
> And how does record work, do I have to have the record server running, and if 
> so, 
> how does it know about dvbstreamer, it seems all the record server docs are 
> for
> mplayer connected directly to the DVB card, not dvbstreamer

Try that in your local_conf:

plugin.remove('tv.generic_record')
plugin.activate('tv.dvbstreamer.record') 


I updated recently freevo from 1.8.3 to 1.9 and recording is working OK but 
livepause not. 


Saludos de Redy: Linuxita por sistema y GNUdista por naturaleza.





[ parolas.thebbs.org 100% Linux native ]





In a world without frontiers, who needs Gates and Windows?
 TERRA 

-->

--
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-11 Thread Bernard Mentink
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 ??

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..

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

And how does record work, do I have to have the record server running, and
if so, how does it know about dvbstreamer, it seems all the record server
docs are for mplayer connected directly to the DVB card, not dvbstreamer ..

Thanks,
Bernie

On Fri, Jun 12, 2009 at 8:25 AM, Bernard Mentink  wrote:

> Of course I have the livepause app installed  -( ... and I did a "freevo
> setup" which detected it installed to /usr/local/bin
> Any not-so-beginner suggestions ??
>
> Bernie
>
>
> On Fri, Jun 12, 2009 at 12:37 AM, Jonathan Isom  wrote:
>
>> 2009/6/11 Bernard Mentink :
>> > Anyone help??
>> >
>> > I am just about at my limit to getting Freevo to work ... if I don't get
>> > answer's soon I am going to give up on Freevo  shame really ... I
>> wanted
>> > to replace my Mythtv system .. thought it was simpler easier to install
>> ...
>> > but it's not .. setting up TV is a nightmare ..
>> >
>> > Anyone have some suggestions before I give up ... I have even turned on
>> > debugging, but no info in the logs, just the crash ...
>>
>> Just a thought.  Do you have the livepause program installed?
>> 
>> Later
>>
>> Jonathan
>>
>> > Bernie
>> >
>> > On Wed, Jun 10, 2009 at 7:36 PM, Bernard Mentink 
>> wrote:
>> >>
>> >> Hi All,
>> >>
>> >> I get the following after trying to tune into a channel using DVBServer
>> >> and livepause, it crashes Freevo so that I have to kill that process..
>> >>
>> >> I should be able to tune into a channel even without current EGP data
>> ...
>> >> correct?
>> >>
>> >> Any help appreciated.
>> >>
>> >> Cheers,
>> >> Bernie
>> >>
>> >> Traceback (most recent call last):
>> >>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/main.py",
>> >> line 306, in eventhandler
>> >> app.eventhandler(event)
>> >>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/menu.py",
>> >> line 784, in eventhandler
>> >> if not isinstance(menu, Menu) and menu.eventhandler(event):
>> >>   File
>> >>
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvguide.py",
>> >> line 229, in eventhandler
>> >> pi.actions()[0][0](menuw=self.menuw)
>> >>   File
>> >>
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/programitem.py",
>> >> line 172, in play
>> >> self.parent.player('tv', self.prog.channel_id)
>> >>   File
>> >>
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvmenu.py",
>> >> line 82, in start_tv
>> >> p.Play(mode, tuner_id)
>> >>   File
>> >>
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
>> >> line 293, i
>> >> n Play
>> >> self.change_channel(tuner_channel)
>> >>   File
>> >>
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
>> >> line 341, i
>> >> n change_channel
>> >> self.backend.change_channel(channel)
>> >>   File
>> >>
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
>> >> line 308, in
>> >>  change_channel
>> >> self.livepause_app.set_mode(self.mode)
>> >>   File
>> >>
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
>> >> line 402, in
>> >>  set_mode
>> >> self.send_command_wait_for_output('mode ' + mode)
>> >>   File
>> >>
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
>> >> line 457, in send_command_wait_for_output
>> >> raise Exception('Livepause died!')
>> >> Exception: Livepause died!
>> >>
>> >
>> >
>> >
>> --
>> > 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 AT

Re: [Freevo-users] Livepause crash

2009-06-11 Thread Bernard Mentink
Of course I have the livepause app installed  -( ... and I did a "freevo
setup" which detected it installed to /usr/local/bin
Any not-so-beginner suggestions ??

Bernie

On Fri, Jun 12, 2009 at 12:37 AM, Jonathan Isom  wrote:

> 2009/6/11 Bernard Mentink :
> > Anyone help??
> >
> > I am just about at my limit to getting Freevo to work ... if I don't get
> > answer's soon I am going to give up on Freevo  shame really ... I
> wanted
> > to replace my Mythtv system .. thought it was simpler easier to install
> ...
> > but it's not .. setting up TV is a nightmare ..
> >
> > Anyone have some suggestions before I give up ... I have even turned on
> > debugging, but no info in the logs, just the crash ...
>
> Just a thought.  Do you have the livepause program installed?
> 
> Later
>
> Jonathan
>
> > Bernie
> >
> > On Wed, Jun 10, 2009 at 7:36 PM, Bernard Mentink 
> wrote:
> >>
> >> Hi All,
> >>
> >> I get the following after trying to tune into a channel using DVBServer
> >> and livepause, it crashes Freevo so that I have to kill that process..
> >>
> >> I should be able to tune into a channel even without current EGP data
> ...
> >> correct?
> >>
> >> Any help appreciated.
> >>
> >> Cheers,
> >> Bernie
> >>
> >> Traceback (most recent call last):
> >>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/main.py",
> >> line 306, in eventhandler
> >> app.eventhandler(event)
> >>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/menu.py",
> >> line 784, in eventhandler
> >> if not isinstance(menu, Menu) and menu.eventhandler(event):
> >>   File
> >>
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvguide.py",
> >> line 229, in eventhandler
> >> pi.actions()[0][0](menuw=self.menuw)
> >>   File
> >>
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/programitem.py",
> >> line 172, in play
> >> self.parent.player('tv', self.prog.channel_id)
> >>   File
> >> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvmenu.py",
> >> line 82, in start_tv
> >> p.Play(mode, tuner_id)
> >>   File
> >>
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
> >> line 293, i
> >> n Play
> >> self.change_channel(tuner_channel)
> >>   File
> >>
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
> >> line 341, i
> >> n change_channel
> >> self.backend.change_channel(channel)
> >>   File
> >>
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
> >> line 308, in
> >>  change_channel
> >> self.livepause_app.set_mode(self.mode)
> >>   File
> >>
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
> >> line 402, in
> >>  set_mode
> >> self.send_command_wait_for_output('mode ' + mode)
> >>   File
> >>
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
> >> line 457, in send_command_wait_for_output
> >> raise Exception('Livepause died!')
> >> Exception: Livepause died!
> >>
> >
> >
> >
> --
> > 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
>
--
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-11 Thread Jonathan Isom
2009/6/11 Bernard Mentink :
> Anyone help??
>
> I am just about at my limit to getting Freevo to work ... if I don't get
> answer's soon I am going to give up on Freevo  shame really ... I wanted
> to replace my Mythtv system .. thought it was simpler easier to install ...
> but it's not .. setting up TV is a nightmare ..
>
> Anyone have some suggestions before I give up ... I have even turned on
> debugging, but no info in the logs, just the crash ...

Just a thought.  Do you have the livepause program installed?

Later

Jonathan

> Bernie
>
> On Wed, Jun 10, 2009 at 7:36 PM, Bernard Mentink  wrote:
>>
>> Hi All,
>>
>> I get the following after trying to tune into a channel using DVBServer
>> and livepause, it crashes Freevo so that I have to kill that process..
>>
>> I should be able to tune into a channel even without current EGP data ...
>> correct?
>>
>> Any help appreciated.
>>
>> Cheers,
>> Bernie
>>
>> Traceback (most recent call last):
>>   File "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/main.py",
>> line 306, in eventhandler
>>     app.eventhandler(event)
>>   File "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/menu.py",
>> line 784, in eventhandler
>>     if not isinstance(menu, Menu) and menu.eventhandler(event):
>>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvguide.py",
>> line 229, in eventhandler
>>     pi.actions()[0][0](menuw=self.menuw)
>>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/programitem.py",
>> line 172, in play
>>     self.parent.player('tv', self.prog.channel_id)
>>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvmenu.py",
>> line 82, in start_tv
>>     p.Play(mode, tuner_id)
>>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
>> line 293, i
>> n Play
>>     self.change_channel(tuner_channel)
>>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
>> line 341, i
>> n change_channel
>>     self.backend.change_channel(channel)
>>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
>> line 308, in
>>  change_channel
>>     self.livepause_app.set_mode(self.mode)
>>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
>> line 402, in
>>  set_mode
>>     self.send_command_wait_for_output('mode ' + mode)
>>   File
>> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
>> line 457, in send_command_wait_for_output
>>     raise Exception('Livepause died!')
>> Exception: Livepause died!
>>
>
>
> --
> 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-10 Thread Bernard Mentink
Anyone help??

I am just about at my limit to getting Freevo to work ... if I don't get
answer's soon I am going to give up on Freevo  shame really ... I wanted
to replace my Mythtv system .. thought it was simpler easier to install ...
but it's not .. setting up TV is a nightmare ..

Anyone have some suggestions before I give up ... I have even turned on
debugging, but no info in the logs, just the crash ...

Bernie

On Wed, Jun 10, 2009 at 7:36 PM, Bernard Mentink  wrote:

>
> Hi All,
>
> I get the following after trying to tune into a channel using DVBServer and
> livepause, it crashes Freevo so that I have to kill that process..
>
> I should be able to tune into a channel even without current EGP data ...
> correct?
>
> Any help appreciated.
>
> Cheers,
> Bernie
>
> Traceback (most recent call last):
>   File "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/main.py",
> line 306, in eventhandler
> app.eventhandler(event)
>   File "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/menu.py",
> line 784, in eventhandler
> if not isinstance(menu, Menu) and menu.eventhandler(event):
>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvguide.py",
> line 229, in eventhandler
> pi.actions()[0][0](menuw=self.menuw)
>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/programitem.py",
> line 172, in play
> self.parent.player('tv', self.prog.channel_id)
>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvmenu.py",
> line 82, in start_tv
> p.Play(mode, tuner_id)
>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
> line 293, i
> n Play
> self.change_channel(tuner_channel)
>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
> line 341, i
> n change_channel
> self.backend.change_channel(channel)
>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
> line 308, in
>  change_channel
> self.livepause_app.set_mode(self.mode)
>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
> line 402, in
>  set_mode
> self.send_command_wait_for_output('mode ' + mode)
>   File
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
> line 457, in send_command_wait_for_output
> raise Exception('Livepause died!')
> Exception: Livepause died!
>
>
--
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


[Freevo-users] Livepause crash

2009-06-10 Thread Bernard Mentink
Hi All,

I get the following after trying to tune into a channel using DVBServer and
livepause, it crashes Freevo so that I have to kill that process..

I should be able to tune into a channel even without current EGP data ...
correct?

Any help appreciated.

Cheers,
Bernie

Traceback (most recent call last):
  File "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/main.py",
line 306, in eventhandler
app.eventhandler(event)
  File "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/menu.py",
line 784, in eventhandler
if not isinstance(menu, Menu) and menu.eventhandler(event):
  File
"/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvguide.py",
line 229, in eventhandler
pi.actions()[0][0](menuw=self.menuw)
  File
"/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/programitem.py",
line 172, in play
self.parent.player('tv', self.prog.channel_id)
  File
"/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/tvmenu.py",
line 82, in start_tv
p.Play(mode, tuner_id)
  File
"/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
line 293, i
n Play
self.change_channel(tuner_channel)
  File
"/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/__init__.py",
line 341, i
n change_channel
self.backend.change_channel(channel)
  File
"/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
line 308, in
 change_channel
self.livepause_app.set_mode(self.mode)
  File
"/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
line 402, in
 set_mode
self.send_command_wait_for_output('mode ' + mode)
  File
"/home/bmentink/freevo/lib/python2.6/site-packages/freevo/tv/plugins/livepause/backend.py",
line 457, in send_command_wait_for_output
raise Exception('Livepause died!')
Exception: Livepause died!
--
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, Freevo, HDHomerun

2009-02-27 Thread Adam Charrett
On Sun, February 22, 2009 8:11 pm, Chris Fearing wrote:
> I am setting up a Freevo system (on top of ubuntu) with an HDHomerun
> tuner and was wondering if anyone had an example local_conf.py,
> channels.conf combination and any other example files necessary for
> this setup.  The documentation is a bit disjointed for this setup and
> it would be useful to see how/where to set channel
> names/numbers/frequencies and any other important variables and which
> files they need set in.
>
> Thanks,
>
> Chris
>
Sorry for the late reply,

I think it may be possible (please someone correct me) that you are one of
the first people to try getting this to work.

But basically you need to activate the livepause plugin,
plugin.activate('tv.livepause')

and then add the hdhomerun to your video groups
TV_VIDEO_GROUPS = [
 # Use this group for watching tv
 VideoGroup(vdev=':',
group_type='hdhomerun',
desc='Watching Video Group')]

where  is the id that you would pass to hdhomerun_config to
control your box and tuner is the tuner number to control.

Then you'll need to configure TV_CHANNELS

TV_CHANNELS = [('','',''),
   ...
  ]

Where  is the id in the xmltv file you've grabbed,  will be displayed by freevo in the guide and  is
the usual US syntax for specifying a station ie 48.1

The reason the documentation is a bit sparse is as I say you may be the
first to try it and I don't live in the US so can't give you exact
details.
If you do find some issue please do report them it.

Cheers

Adam


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] livepause and vlc 0.9.x

2008-10-11 Thread Jonathan Isom
Hello
   I noticed that the livepause plugin now uses vlc to display the overlay
(I'm real observant, Today at least :)  However with the 0.9.x series vlc wants
an actual image to start.
vlc --sub-filter vlc --sub-filter [EMAIL PROTECTED] --logo-file
/tmp/vlcosd.png -I rc video
will work if /tmp/vlcosd.png exists ,and
vlc --sub-filter vlc --sub-filter [EMAIL PROTECTED] --logo-file dummy -I rc 
video
does not (probably should be reported to vlc)

also the object defined on commandline @mylogo needs to precede the commands.
for instance to display:
@mylogo logo-file /tmp/vlcosd.png
@mylogo logo-transparency 220
@mylogo logo-position 8

to Hide
@mylogo logo-file dummy

Is the kaa.display interface depreated?


also  this patch (also attached) I believe,  both changes are needed
for vlc 0.9.x
without the second change all you can do is pause, no seeking.

Index: src/tv/plugins/livepause/players.py
===
--- src/tv/plugins/livepause/players.py (revision 11096)
+++ src/tv/plugins/livepause/players.py (working copy)
@@ -479,7 +479,7 @@
 Stop the player.
 """
 if self.app:
-self.app.send_command('quit')
+self.app.stop('quit\n')
 self.app = None


@@ -488,7 +488,7 @@
 Restart playing the mrl, this is to allow the rendering pipeline to be
 restarted after a seek in the ringbuffer.
 """
-self.app.send_command('goto 0')
+self.app.send_command('goto 1')
 # If subtitles where enable make sure we reenable them!
 if self.current_sub_index > 0:
 self.set_subtitles(self.current_sub_index)


Later

Jonathan
Index: src/tv/plugins/livepause/players.py
===
--- src/tv/plugins/livepause/players.py (revision 11096)
+++ src/tv/plugins/livepause/players.py (working copy)
@@ -479,7 +479,7 @@
 Stop the player.
 """
 if self.app:
-self.app.send_command('quit')
+self.app.stop('quit\n')
 self.app = None
 
 
@@ -488,7 +488,7 @@
 Restart playing the mrl, this is to allow the rendering pipeline to be
 restarted after a seek in the ringbuffer.
 """
-self.app.send_command('goto 0')
+self.app.send_command('goto 1')
 # If subtitles where enable make sure we reenable them!
 if self.current_sub_index > 0:
 self.set_subtitles(self.current_sub_index)
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause plugin segfaulting?

2008-09-17 Thread Philip Armstrong
On Wed, Sep 17, 2008 at 09:45:52AM +0100, Adam Charrett wrote:
>On Tue, September 16, 2008 9:58 pm, Philip Armstrong wrote:
>> On Tue, Sep 16, 2008 at 09:41:04PM +0100, Philip Armstrong wrote:
>>>(gdb) pyframe
>>>/usr/lib/python2.5/site-packages/freevo/osd.py (901): drawbox
>>>(gdb) lineno
>>>901
>>>
>>>Does that help any?
>>
>> If I comment out lines 897-899 in osd.py, then the crash disappears
>> and I can watch TV.
>>
>> Slight problem in that I don't appear to be able to *stop* watching
>> TV, but I imagine that's a remote -> signal name mapping issue.
>
>Which 'player' are you using i.e. do you have vlc installed? I know there
>is an issue with some recent version of vlc where the rc interface no
>longer works when used via a pipe, try this and see if it works:

fbxine. (ie, xine over DirectFB)

Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause plugin segfaulting?

2008-09-17 Thread Adam Charrett
On Tue, September 16, 2008 9:58 pm, Philip Armstrong wrote:
> On Tue, Sep 16, 2008 at 09:41:04PM +0100, Philip Armstrong wrote:
>>(gdb) pyframe
>>/usr/lib/python2.5/site-packages/freevo/osd.py (901): drawbox
>>(gdb) lineno
>>901
>>
>>Does that help any?
>
> If I comment out lines 897-899 in osd.py, then the crash disappears
> and I can watch TV.
>
> Slight problem in that I don't appear to be able to *stop* watching
> TV, but I imagine that's a remote -> signal name mapping issue.

Which 'player' are you using i.e. do you have vlc installed? I know there
is an issue with some recent version of vlc where the rc interface no
longer works when used via a pipe, try this and see if it works:

cat | vlc -I rc --rc-fake-tty

then type quit, if vlc exits you don't have a problem, if it doesn't quit
you may want to change the LIVE_PAUSE2_PREFERRED_PLAYER variable to be 
'xine'

cheers

Adam


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause plugin segfaulting?

2008-09-16 Thread Philip Armstrong
On Tue, Sep 16, 2008 at 09:41:04PM +0100, Philip Armstrong wrote:
>(gdb) pyframe
>/usr/lib/python2.5/site-packages/freevo/osd.py (901): drawbox
>(gdb) lineno
>901
>
>Does that help any?

If I comment out lines 897-899 in osd.py, then the crash disappears
and I can watch TV.

Slight problem in that I don't appear to be able to *stop* watching
TV, but I imagine that's a remote -> signal name mapping issue.

cheers, Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause plugin segfaulting?

2008-09-16 Thread Philip Armstrong
On Tue, Sep 16, 2008 at 08:31:39PM +0100, Philip Armstrong wrote:
>So it looks like the first argument to this call isn't actually a Surface?
>
>Is there some way to get the line of python that's actually calling
>this code out of the interpreter from gdb?

OK, having installed the python2.5 debug symbols & the python .gdbinit
file, here's some more information:

(gdb) pyo surfobj
object  : 
type: pygame.Surface
refcount: 5
address : 0x85b19e0
$1 = void

So the surface object is Dead? That doesn't sound good.

(gdb) pyframe
/usr/lib/python2.5/site-packages/freevo/osd.py (901): drawbox
(gdb) lineno
901

Does that help any?

Phil 

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] livepause plugin segfaulting?

2008-09-16 Thread Philip Armstrong
On Tue, Sep 16, 2008 at 11:14:46AM +0100, Philip Armstrong wrote:
>On Mon, Sep 15, 2008 at 09:09:27PM +0200, Duncan Webb wrote:
>>When I had this problem, I used gdb to track it down. Using:
>>DISPLAY="" ./freevo -d -d
>>writes a /tmp/freevo-gdb.sh which you can use to run freevo under gdb 
>>and it will break in main.
>
>Will give it a whirl & see what I get. (Should the above be put on the
>wiki somewhere? It might be useful.)

OK. Having compiled my own pygame to get debugging symbols, here's the
backtrace:

Program received signal SIGSEGV, Segmentation fault.
lines (self=0x0, arg=0x8df33ec) at src/draw.c:296
296  if(surf->format->BytesPerPixel <= 0 || 
surf->format->BytesPerPixel > 4)
(gdb) bt
#0  lines (self=0x0, arg=0x8df33ec) at src/draw.c:296
#1  0xb7437c46 in polygon (self=0x0, arg=0xa128c0c) at src/draw.c:553
#2  0xb7437d9c in rect (self=0x0, arg=0x8e78fcc) at src/draw.c:644
#3  0x080ced31 in PyEval_EvalFrameEx ()
#4  0x080d0635 in PyEval_EvalCodeEx ()
#5  0x080cea20 in PyEval_EvalFrameEx ()
#6  0x080cfeed in PyEval_EvalFrameEx ()
#7  0x080cfeed in PyEval_EvalFrameEx ()
#8  0x080cfeed in PyEval_EvalFrameEx ()
#9  0x080d0635 in PyEval_EvalCodeEx ()
#10 0x080cea20 in PyEval_EvalFrameEx ()
#11 0x080d0635 in PyEval_EvalCodeEx ()
#12 0x0811729e in ?? ()
#13 0xb7dc1410 in ?? ()
#14 0xb7dfeacc in ?? ()
#15 0x in ?? ()
(gdb) p surf
$1 = (SDL_Surface *) 0x0
(gdb) p surfobj
$2 = (PyObject *) 0x8712720
(gdb) l 278,297
278   static PyObject* lines(PyObject* self, PyObject* arg)
279   {
280PyObject *surfobj, *colorobj, *closedobj, *points, *item;
281SDL_Surface* surf;
282int x, y;
283int top, left, bottom, right;
284int pts[4], width=1;
285Uint8 rgba[4];
286Uint32 color;
287int closed;
288int result, loop, length, drawn;
289int startx, starty;
290   
291/*get all the arguments*/
292if(!PyArg_ParseTuple(arg, "O!OOO|i", &PySurface_Type, &surfobj, 
&colorobj, &closedobj, &points, &width))
293return NULL;
294 surf = PySurface_AsSurface(surfobj);
295
296 if(surf->format->BytesPerPixel <= 0 || surf->format->BytesPerPixel 
> 4)
297 return RAISE(PyExc_ValueError, "unsupport bit depth for 
line draw");

So it looks like the first argument to this call isn't actually a Surface?

Is there some way to get the line of python that's actually calling
this code out of the interpreter from gdb?

cheers, Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


  1   2   >