Re: [Freevo-users] Freevo and rtsp (live.com) - How I did it.

2005-09-16 Thread Ow Mun Heng
On Sat, 2005-07-30 at 17:41 +0200, Andreas Lorensen wrote:
 I have made a hack so I can watch and record TV whit mplayer / mencoder using 
  
 the rtsp patch from live.com (www.live.com)

Meaning you compiled mplayer with RTSP support? Is that what you mean?

 
 It is working pritty well. I also tryed to get it working in the Freevo 2.0, 
 but could not find a easy way, and gave up for now. 

But it's working well for current 1.5 version of Freevo?

 In local_conf.py I put the following
 
 VIDEO_GROUPS = [
VideoGroup(desc='rtsp',
   group_type='rtsp',
   recordable=True) ]
 
 TV_CHANNELS = [
 ( '003.tv.tv2.dk', 'DR 1', 'user:[EMAIL PROTECTED]/video/dr1'),
 ( '004.tv.tv2.dk', 'DR 2', 'user:[EMAIL PROTECTED]/video/dr2'),
 ..
 
 MPLAYER_ARGS = { 
  'rtsp'   : '-rtsp-stream-over-tcp -zoom -X 800 -fps 25 -nobps',
 ..
 
 VCR_CMD = (CONF.mencoder + ' ' +
 'rtsp://%(channel)s ' +   
 '-ovc lavc -oac lavc -of mpeg  ' +
   '-vf pp=scale=800 -noskip -fps 25 -nobps ' +
 '-endpos %(seconds)s ' +
 '-o %(filename)s') 
 
 TV_RECORDFILE_SUFFIX = '.mpeg'
 
 Then I added the following in freevo/tv/plugins/mplayer.py 
 
 elif vg.group_type == 'rtsp':
self.fc.chanSet(tuner_channel, app='mplayer')
tvcmd = ''
args += ('rtsp://%s %s' % (tuner_channel, / 
   config.MPLAYER_ARGS['rtsp']),)
 
 
 /Andreas
 

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 14:34:38 up 3 days, 3:09, 8 users, load average: 1.14, 0.89,
0.71 




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] no sound with winfast tv xp 2000

2005-09-16 Thread Justin
On Thu, 2005-09-15 at 09:04 +0200, bardinov wrote:
 Hello,
 
 I have a winfast tv xp 2000, and when I run freevo, I have sound only when I
 watch TV.
 If I play a record I've done, I have the pictures but no sound.
 
 snip 
 
 
 I don't know what the problem is.
 Thanks for your help
 
 vincent
 

What command are you using to;

A) watch TV through freevo
B) record with freevo

This will be set within your freevo config.

Also.. what sort of sound setup do you have?  Meaning, are you using
digital or analogue outputs from your soundcard.

If we can see the commands you use for each section, I suspect we can
fix the command by using the video command of record, and the sound
command from live view.

-Stygen

 
 
 ---
 SF.Net email is sponsored by:
 Tame your development challenges with Apache's Geronimo App Server. 
 Download it for free - -and be entered to win a 42 plasma tv or your very
 own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users
-- 
Justin [EMAIL PROTECTED]


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo on Mac OS X

2005-09-16 Thread PC Drew
I know, I know, you think this is just another one of those does
Freevo work on Mac OS X emails that you get once a week.  Nope, not
quite.  I am setting freevo up on my iMac (to be moved to to a mac
mini when I buy one) though.  I do have freevo working so far.  I
installed all of the dependencies through DarwinPorts and have been
tweaking some configuration settings for pygame and mplayer to get
things to work.  I can watch movies, listen to music, and look at
pictures just fine.  I do have some questions/comments though:

1.  Why is the fullscreen option only available with x11?  It seems to
me that pygame is the abstraction layer and it handles fullscreen just
fine on Mac OS X (using the quartz display engine).

2.  Why do I have to set the display geometry in the freevo.conf? 
Again, pygame can determine all of the display modes that work for the
depth Freevo is working at (32bits) and then take the highest.  That
would take some of the manualness out of things (unless people
wanted to specifically set that value).

3.  How do I configure Freevo to show the movie posters and
description and stuff when browsing movies (a la
http://freevo.sourceforge.net/ss/blurr/freevo_ss3_640.jpg)?

4.  Is there any more documentation on the picture slide show
features?  I haven't seen a single thing other than a note in the wiki
about ssr files.

I'm sure I'll have more later.  If people are interested, I can email
the list more details about how I got things to work in OS X.

-- 
PC Drew


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42 plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users