On Mon, 26 Mar 2012 12:41:50 +0100 (BST)
Adam Charrett <a...@dvbstreamer.org> 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' , '219500000.672' ),
> >        ( 'abc1.free.au', 'ABC1' , '219500000.673' ),
> >        ( 'abc2.free.au', 'ABC2', '219500000.674' ),
> >        ( 'abc3.free.au', 'ABC3', '219500000.676'),
> >        ( 'sbshd.free.au', 'SBS HD' , '564500000.853' ),
> >        ( 'sbsone.free.au', 'SBS ONE', '564500000.849' ),
> >        ( 'sbstwo.free.au', 'SBS TWO', '564500000.850' ),
> >        ( 'win.free.au', 'WIN', '177500000.6151' ),
> >        ( 'prime7.free.au', 'Seven', '177500000.6039' ),
> >        ( 'sc10.free.au', 'TEN', '177500000.6167' ),
> >        ( 'gem.free.au', 'GEM', '543500000.6168' ),
> >        ( 'go!.free.au', 'GO!', '543500000.6152' ),
> >        ( 'one.free.au', 'ONE', '557500000.6169'  ),
> >        ( 'eleven.free.au', 'Eleven', '557500000.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 <HDHomeRun Id> set /tuner<Tuner Id>/channel 219500000
> hdhomerun_config <HDHomeRun Id> set /tuner<Tuner Id>/program 672
> hdhomerun_config <HDHomeRun Id> set /tuner<Tuner Id>/target <Freevo
> IP>:1235
> 
> Where <HDHomeRun Id> and <Tuner ID> come from splitting the video
> device at ':', and <Freevo IP> 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 <Freevo IP>: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

Reply via email to