Re: [Freevo-users] How to use freq's for TV in framebuffer

2007-01-19 Thread Michel Hoogervorst

Ok, yesterday, I 'accidentally' spotted the freq.py file, and tried to put
it in there.
So I opened the freq.py, and put this in it:

CHANLIST = {
 .
nl-multikabel : dict(PAL_MULTIKABEL),
}


And I declared the PAL_MULTIKABEL like this:

PAL_MULTIKABEL = [
   (10, 208000 ), # Nederland 1
   (11, 216000 ), # Nederland 2
   (12, 224000 ), # Nederland 3
   (25, 504000 ), # RTL 4
   (28, 528000 ), # RTL 5
   (66, 832000 ), # MTV
]


After that, I edited the freevo.conf and changed the chanlist from
europe-west to nl-multikabel.
Next, in local_conf.py I edited the TV_CHANNELS, to use channel numbers
instead of names pointing to the items in FREQUENCY_TABLE, and I commented
out the FREQUENCY_TABLE list.  So now it looks like this:

TV_CHANNELS = [
   ('1.tvgids.nl', 'Nederland 1', '10'),
   ('2.tvgids.nl', 'Nederland 2', '11'),
   ('3.tvgids.nl', 'Nederland 3', '12'),
   ('4.tvgids.nl', 'RTL 4', '25'),
   ('5.tvgids.nl', 'RTL 5', '28'),
   ('25.tvgids.nl', 'MTV', '66'),
]

...AND IT WORKS!!  Frequencies with mplayer!! :-D


So, now my next project is to enable the record server to see if it works
with mencoder as well. :-)


2007/1/3, Michel Hoogervorst [EMAIL PROTECTED]:


Hi,

I would like to know if it is possible to use frequencies instead of
channels with TV on a framebuffer.
When I manually type 'mplayer tv:// -tv driver=v4l2:freq=208' everything
works, but how to set this in my Freevo configuration?

According to the Wiki it's not possible for watching, and there's a hack
provided for recording with mencoder, but since that information is already
nearly 2 years old, I hoped there was a solution for this in the meantime?

The FREQUENCY_TABLE thing in local_conf doesn't work because Mpayer
doesn't like using both a channel and a frequency.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Problem with -playlist rel-1 svn

2007-01-19 Thread John Molohan
John Molohan wrote:
 After upgrading to rel-1 svn audio tracks fail to play. Freevo tries the 
 following commands.

 mplayer.py (162): MPlayer.play(): Starting cmd=['--prio=-20', 
 '/usr/bin/mplayer', '-slave', '-autosync', '100', '-nolirc', 
 '-nojoystick', '-autoq', '100', '-fs', '', '-vo', 'null', '-ao', 
 'oss:/dev/dsp', '', '-demuxer', '17', '', '', '-playlist', 
 '/mnt/removable/mp3/aerosmith/pandoras_box_cd_1/15-_Lord_Of_The_Thighs.mp3']
 self.t1.isAlive()=False, self.t2.isAlive()=False
 ChildApp.__init__(), pid=4081, app=/usr/bin/mplayer -slave -autosync 100 
 -nolirc -nojoystick -autoq 100 -fs -vo null -ao oss:/dev/dsp -demuxer 17 
 -playlist 
 /mnt/removable/mp3/aerosmith/pandoras_box_cd_1/15-_Lord_Of_The_Thighs.mp3, 
 poll=0
 player.py (108): error, try next player
 self.t1.isAlive()=True, self.t2.isAlive()=True
 ChildApp.__init__(), pid=4088, app=/usr/bin/fbxine -V none -A --stdctl 
 --no-lirc 
 file:///mnt/removable/mp3/aerosmith/pandoras_box_cd_1/15-_Lord_Of_The_Thighs.mp3,
  
 poll=256

 Running the mplayer command in a shell gives:

 [EMAIL PROTECTED] ~]# /usr/bin/mplayer -slave -autosync 100 -nolirc 
 -nojoystick -autoq 100 -fs -vo null -ao oss:/dev/dsp -demuxer 17 
 -playlist 
 /mnt/removable/mp3/aerosmith/pandoras_box_cd_1/15-_Lord_Of_The_Thighs.mp3
 MPlayer 1.0pre8-4.1.1 (C) 2000-2006 MPlayer Team
 CPU: AMD Duron(tm) Processor (Family: 6, Model: 10, Stepping: 0)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
 Compiled with runtime CPU detection.


 93 audio  211 video codecs

 Playing /mnt/removable/mp3/aerosmith/pandoras_box_cd_1/ID3.
 File not found: '/mnt/removable/mp3/aerosmith/pandoras_box_cd_1/ID3'
 Failed to open /mnt/removable/mp3/aerosmith/pandoras_box_cd_1/ID3.


 Exiting... (End of file)

 Note the /ID3 appended to the file path in the error. I don't know why 
 mplayer is doing that, if I take away the playlist option everything 
 works fine. Again all was working in 1.6.0, any ideas? fbxine fails for 
 other reasons but I'll worry about that later.

 John

   
This is probably the same as tracker #1638698. I'll update svn and see 
if it's fixed.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mplayer flickering bars

2007-01-19 Thread Paul Sijben
Jason,

thanks this was very helpful  the -vf did the trick. Had some problems
convincing freevo to actually use it but that's sorted too.

Paul

Jason Tackaberry wrote:
 On Fri, 2007-01-19 at 08:52 +0900, mike lewis wrote:
   
 Hmm.  Sounds like mplayer is not drawing the black bars, but instead
 it's leaving those areas alone.  Freevo should by default black
 that area out.  I only have a WS TV so I can't really test.
 

 Note this isn't a function of Freevo, but of mplayer.  Also the
 behaviour of fullscreen mode can to vary by vo driver.
 Paul, try specifying -noslices and see if that changes anything?

   
 Have you tried issueing from the command line?  I know xine has a
 plugin to inject those black lines onto the screen..  But I can't
 remember if mplayer does.  Try xine with the expand plugin.
 

 mplayer also has an expand plugin, which is actually slightly more
 capable than xine's currently is.

 Paul, you can try -vf expand=:4/3.  If you still get weird results,
 try passing -noslices on the command line.

 Cheers,
 Jason.


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
   

-- 
Paul Sijben mailto:[EMAIL PROTECTED]
Amersfoort, NL  http://www.sijben.net
tel:+31 334557522   fax:+31 33 4557523

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How to use freq's for TV in framebuffer

2007-01-19 Thread Duncan Webb
Michel Hoogervorst wrote:
 Ok, yesterday, I 'accidentally' spotted the freq.py file, and tried to
 put it in there.
 So I opened the freq.py, and put this in it:
 
 CHANLIST = {
   .
  nl-multikabel : dict(PAL_MULTIKABEL),
 }
 
 
 And I declared the PAL_MULTIKABEL like this:
 
 PAL_MULTIKABEL = [
 (10, 208000 ), # Nederland 1
 (11, 216000 ), # Nederland 2
 (12, 224000 ), # Nederland 3
 (25, 504000 ), # RTL 4
 (28, 528000 ), # RTL 5
 (66, 832000 ), # MTV
 ]
 
 
 After that, I edited the freevo.conf and changed the chanlist from
 europe-west to nl-multikabel.
 Next, in local_conf.py I edited the TV_CHANNELS, to use channel numbers
 instead of names pointing to the items in FREQUENCY_TABLE, and I
 commented out the FREQUENCY_TABLE list.  So now it looks like this:
 
 TV_CHANNELS = [
 ('1.tvgids.nl http://1.tvgids.nl', 'Nederland 1', '10'),
 ('2.tvgids.nl http://2.tvgids.nl', 'Nederland 2', '11'),
 (' 3.tvgids.nl http://3.tvgids.nl', 'Nederland 3', '12'),
 ('4.tvgids.nl http://4.tvgids.nl', 'RTL 4', '25'),
 ('5.tvgids.nl http://5.tvgids.nl', 'RTL 5', '28'),
 ('25.tvgids.nl http://25.tvgids.nl', 'MTV', '66'),
 ]
 
 ...AND IT WORKS!!  Frequencies with mplayer!! :-D
 
 
 So, now my next project is to enable the record server to see if it
 works with mencoder as well. :-)

Cool, when you have finished may you would like to make a patch and add
it to the tracker.

Duncan

 
 
 2007/1/3, Michel Hoogervorst [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:
 
 Hi,
 
 I would like to know if it is possible to use frequencies instead of
 channels with TV on a framebuffer.
 When I manually type 'mplayer tv:// -tv driver=v4l2:freq=208'
 everything works, but how to set this in my Freevo configuration?
 
 According to the Wiki it's not possible for watching, and there's a
 hack provided for recording with mencoder, but since that
 information is already nearly 2 years old, I hoped there was a
 solution for this in the meantime?
 
 The FREQUENCY_TABLE thing in local_conf doesn't work because Mpayer
 doesn't like using both a channel and a frequency.
 
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 
 
 
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Problem with -playlist rel-1 svn

2007-01-19 Thread Duncan Webb
John Molohan wrote:
 John Molohan wrote:
 After upgrading to rel-1 svn audio tracks fail to play. Freevo tries the 
 following commands.

 mplayer.py (162): MPlayer.play(): Starting cmd=['--prio=-20', 
 '/usr/bin/mplayer', '-slave', '-autosync', '100', '-nolirc', 
 '-nojoystick', '-autoq', '100', '-fs', '', '-vo', 'null', '-ao', 
 'oss:/dev/dsp', '', '-demuxer', '17', '', '', '-playlist', 
 '/mnt/removable/mp3/aerosmith/pandoras_box_cd_1/15-_Lord_Of_The_Thighs.mp3']
 self.t1.isAlive()=False, self.t2.isAlive()=False
 ChildApp.__init__(), pid=4081, app=/usr/bin/mplayer -slave -autosync 100 
 -nolirc -nojoystick -autoq 100 -fs -vo null -ao oss:/dev/dsp -demuxer 17 
 -playlist 
 /mnt/removable/mp3/aerosmith/pandoras_box_cd_1/15-_Lord_Of_The_Thighs.mp3, 
 poll=0
 player.py (108): error, try next player
 self.t1.isAlive()=True, self.t2.isAlive()=True
 ChildApp.__init__(), pid=4088, app=/usr/bin/fbxine -V none -A --stdctl 
 --no-lirc 
 file:///mnt/removable/mp3/aerosmith/pandoras_box_cd_1/15-_Lord_Of_The_Thighs.mp3,
  
 poll=256

 Running the mplayer command in a shell gives:

 [EMAIL PROTECTED] ~]# /usr/bin/mplayer -slave -autosync 100 -nolirc 
 -nojoystick -autoq 100 -fs -vo null -ao oss:/dev/dsp -demuxer 17 
 -playlist 
 /mnt/removable/mp3/aerosmith/pandoras_box_cd_1/15-_Lord_Of_The_Thighs.mp3
 MPlayer 1.0pre8-4.1.1 (C) 2000-2006 MPlayer Team
 CPU: AMD Duron(tm) Processor (Family: 6, Model: 10, Stepping: 0)
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
 Compiled with runtime CPU detection.


 93 audio  211 video codecs

 Playing /mnt/removable/mp3/aerosmith/pandoras_box_cd_1/ID3.
 File not found: '/mnt/removable/mp3/aerosmith/pandoras_box_cd_1/ID3'
 Failed to open /mnt/removable/mp3/aerosmith/pandoras_box_cd_1/ID3.


 Exiting... (End of file)

 Note the /ID3 appended to the file path in the error. I don't know why 
 mplayer is doing that, if I take away the playlist option everything 
 works fine. Again all was working in 1.6.0, any ideas? fbxine fails for 
 other reasons but I'll worry about that later.

 John

   
 This is probably the same as tracker #1638698. I'll update svn and see 
 if it's fixed.

This should fix it and a freevo cache --rebuild is a good idea too.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users