Re: [Freevo-users] Regarding Channel List for India(Channel has no data loaded)

2007-06-26 Thread Michel Hoogervorst
Well, this at least shows that mplayer is the one that crashes, so it
has nothing to do with your Freevo config ;-)
Mplayer should not crash because of a bad parameter, it should just
give you a proper warning with what's wrong, but this output only imho
only tells us that mplayer has crashed...

Can you play anything else with mplayer?
Just type 'mplayer videofile.mpg' to play a normal video file to try.

If you only wish to use mplayer for watching TV, it might be an idea
to switch to TV Time as mentioned earlier by Jody Gugelhupf.
And for recording, as you seem to have an PVR-350 (this is ivtv am I
right?) you have another (better!) option for recording than with
mencoder as well :-)

Off course you could try to solve the issues with mplayer, but it
might not be worth the effort ;-)


Michel

2007/6/27, Yugandhar G.V <[EMAIL PROTECTED]>:
> Hi john,
>  I have tried running the mplayer from the command line as follows
> $ mplayer tv:// -tv
> driver=v4l2:device=/dev/video0:input=0:norm=PAL:freq=188.3
> My mplayer is getting crashed. I am sending the output of the
> command in textline can you tell me what's being happened.
> But when I capture the video from the card and store it in a file
> and plays it using mplayer is working.
> Cat /dev/video0 > test.mpg &
> Mplayer test.mpg it is working fine and I can able to watch the tv.
>
> Regards,
> Yugandhar.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of John
> Molohan
> Sent: Monday, June 25, 2007 1:38 PM
> To: freevo-users@lists.sourceforge.net
> Subject: Re: [Freevo-users] Regarding Channel List for India(Channel has no
> data loaded)
>
> Michel Hoogervorst wrote:
> > This should work indeed...
> >
> > Maybe you can try to run mplayer from the command line yourself, to
> > check if TV works at all.  Try something like:
> >
> > $ mplayer tv:// -tv
> driver=v4l2:device=/dev/video0:input=0:norm=PAL:freq=155
> >
> > And see if that works at all?
> >
> >
> > Michel
> >
> > 2007/6/25, Yugandhar G.V <[EMAIL PROTECTED]>:
> >
> >> Hi john,
> >>  I will explain you what I have done.
> >> I have the changed the file freevo.conf which you can see below
> >> cdparanoia = /usr/bin/cdparanoia
> >> chanlist = india
> >> display = x11
> >> flac = /usr/bin/flac
> >> geometry = 800x600
> >> jpegtran = /usr/local/bin/jpegtran
> >> lame = /usr/local/bin/lame
> >> lsdvd = /usr/bin/lsdvd
> >> mencoder = /usr/local/bin/mencoder
> >> mplayer = /usr/local/bin/mplayer
> >> oggenc = /usr/bin/oggenc
> >> renice = /usr/bin/renice
> >> setterm = /usr/bin/setterm
> >> tv = pal
> >> tvtime = /usr/bin/tvtime
> >> version = 2.1
> >> and I have changed the local_conf.py file which contains list of
> >> channels which u can see below
> >> TV_CHANNELS = [('2', 'DD National',  '1'),
> >> ('3', 'DD Hindi',  '3'),
> >> ('4', 'DD SPorts',   '4') ]
> >> Which has the frequencies in freq.py file which is shown below
> >> PAL_INDIA = [
> >> ( "1", 188600 ),
> >> ( "2", 188300 ),
> >> ( "3", 188400 ),
> >> ( "4", 188500 ),
> >> ( "5", 155000 ),
> >> ( "6", 191000 ),
> >> ( "7", 144000 ),
> >> ( "8", 15 ),
> >> ]
> >>
> >>
> >> CHANLIST = {
> >>  "us-bcast" : dict(NTSC_BCAST),
> >>  "us-cable" : dict(NTSC_CABLE),
> >>  "us-cable-hrc" : dict(NTSC_HRC),
> >>  "japan-bcast"  : dict(NTSC_BCAST_JP),
> >>  "japan-cable"  : dict(NTSC_CABLE_JP),
> >>  "europe-west"  : dict(PAL_EUROPE),
> >>  "europe-east"  : dict(PAL_EUROPE_EAST),
> >>  "italy": dict(PAL_ITALY),
> >>  "newzealand"   : dict(PAL_NEWZEALAND),
> >>  "australia": dict(PAL_AUSTRALIA),
> >>  "ireland"  : dict(PAL_IRELAND),
> >>  "france"   : dict(SECAM_FRANCE),
> >>  "china-bcast"  : dict(PAL_CHINA),
> >>  "canada-cable" : dict(NTSC_CABLE_CAN),
> >>  "southafrica"  : dict(PAL_BCAST_ZA),
> >>  "argentina": dict(ARGENTINA),
> >>  "india": dict(PAL_INDIA),
> >>
> >> }
> >> I have the done above changes to the corresponding files and
> started
> >> freevo application. Once the applications shows the menu I enter into
> watch
> >> TV and then to TV guide which shows my list of channels with channels has
> no
> >> data loaded and enter to a particular channel it is not showing me the
> TV.
> >> Is this the right way to play the TV even if my TV guide is not working.
> Let
> >> me know anything wrong I have done.
> >>
> >> Regards,
> >> Yugandhar
> >>
> Hi Yungandhar,
>
> That all looks good so far.As Michel suggests it would be a good idea to
> test it's working from the command line. What tv plugin are you u

[Freevo-users] Cannot playback .ts recorded tv with xine

2007-06-26 Thread Pirlouwi

Hello,
I want to display recorded tv (.ts files) with xine, but I got the message:
"no reader for this element" (or smthng like this, my interface is in fr).
although have I configured the VIDEO_XINE_SUFFIX variable by adding 'ts'
entry in it.
If I do the same with VIDEO_MPLAYER_SUFFIX, it works.
I prefer xine because the audio is more in sync with the video.
I have verified that xine was able to display .ts video from command line.
My problem is that freevo does not display any error on log file.

LOUIS
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Regarding Channel List for India(Channel has no data loaded)

2007-06-26 Thread Yugandhar G.V
Hi john,
 I have tried running the mplayer from the command line as follows
$ mplayer tv:// -tv
driver=v4l2:device=/dev/video0:input=0:norm=PAL:freq=188.3
My mplayer is getting crashed. I am sending the output of the
command in textline can you tell me what's being happened.
But when I capture the video from the card and store it in a file
and plays it using mplayer is working.
Cat /dev/video0 > test.mpg &
Mplayer test.mpg it is working fine and I can able to watch the tv.

Regards,
Yugandhar.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Molohan
Sent: Monday, June 25, 2007 1:38 PM
To: freevo-users@lists.sourceforge.net
Subject: Re: [Freevo-users] Regarding Channel List for India(Channel has no
data loaded)

Michel Hoogervorst wrote:
> This should work indeed...
>
> Maybe you can try to run mplayer from the command line yourself, to
> check if TV works at all.  Try something like:
>
> $ mplayer tv:// -tv
driver=v4l2:device=/dev/video0:input=0:norm=PAL:freq=155
>
> And see if that works at all?
>
>
> Michel
>
> 2007/6/25, Yugandhar G.V <[EMAIL PROTECTED]>:
>   
>> Hi john,
>>  I will explain you what I have done.
>> I have the changed the file freevo.conf which you can see below
>> cdparanoia = /usr/bin/cdparanoia
>> chanlist = india
>> display = x11
>> flac = /usr/bin/flac
>> geometry = 800x600
>> jpegtran = /usr/local/bin/jpegtran
>> lame = /usr/local/bin/lame
>> lsdvd = /usr/bin/lsdvd
>> mencoder = /usr/local/bin/mencoder
>> mplayer = /usr/local/bin/mplayer
>> oggenc = /usr/bin/oggenc
>> renice = /usr/bin/renice
>> setterm = /usr/bin/setterm
>> tv = pal
>> tvtime = /usr/bin/tvtime
>> version = 2.1
>> and I have changed the local_conf.py file which contains list of
>> channels which u can see below
>> TV_CHANNELS = [('2', 'DD National',  '1'),
>> ('3', 'DD Hindi',  '3'),
>> ('4', 'DD SPorts',   '4') ]
>> Which has the frequencies in freq.py file which is shown below
>> PAL_INDIA = [
>> ( "1", 188600 ),
>> ( "2", 188300 ),
>> ( "3", 188400 ),
>> ( "4", 188500 ),
>> ( "5", 155000 ),
>> ( "6", 191000 ),
>> ( "7", 144000 ),
>> ( "8", 15 ),
>> ]
>>
>>
>> CHANLIST = {
>>  "us-bcast" : dict(NTSC_BCAST),
>>  "us-cable" : dict(NTSC_CABLE),
>>  "us-cable-hrc" : dict(NTSC_HRC),
>>  "japan-bcast"  : dict(NTSC_BCAST_JP),
>>  "japan-cable"  : dict(NTSC_CABLE_JP),
>>  "europe-west"  : dict(PAL_EUROPE),
>>  "europe-east"  : dict(PAL_EUROPE_EAST),
>>  "italy": dict(PAL_ITALY),
>>  "newzealand"   : dict(PAL_NEWZEALAND),
>>  "australia": dict(PAL_AUSTRALIA),
>>  "ireland"  : dict(PAL_IRELAND),
>>  "france"   : dict(SECAM_FRANCE),
>>  "china-bcast"  : dict(PAL_CHINA),
>>  "canada-cable" : dict(NTSC_CABLE_CAN),
>>  "southafrica"  : dict(PAL_BCAST_ZA),
>>  "argentina": dict(ARGENTINA),
>>  "india": dict(PAL_INDIA),
>>
>> }
>> I have the done above changes to the corresponding files and
started
>> freevo application. Once the applications shows the menu I enter into
watch
>> TV and then to TV guide which shows my list of channels with channels has
no
>> data loaded and enter to a particular channel it is not showing me the
TV.
>> Is this the right way to play the TV even if my TV guide is not working.
Let
>> me know anything wrong I have done.
>>
>> Regards,
>> Yugandhar
>> 
Hi Yungandhar,

That all looks good so far.As Michel suggests it would be a good idea to 
test it's working from the command line. What tv plugin are you using, 
mplayer, tvtime? After that turn have a look at your log files probably 
/var/log/freevo/main-x.log and see what command freevo tries to use to 
play tv. Copy and paste this to the command line and see what's 
happening there.

John

>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of John
>> Molohan
>> Sent: Friday, June 22, 2007 7:29 PM
>> To: freevo-users@lists.sourceforge.net
>> Subject: Re: [Freevo-users] Regarding Channel List for India(Channel has
no
>> data loaded)
>>
>> Yugandhar G.V wrote:
>> 
>>> Hi all,
>>>
>>>   
>> Hi.
>> 
>>> I have an Hauppauge card PVR-350 and installed the ivtv driver for the
>>> card on my fedora core 4 pc. I have tested the card for both FM Radio
>>> and TV by manually setting the frequencies of the card. Everything is
>>> working fine.
>>>
>>> I have installed freevo application which supports the Hauppauge card
>>> PVR-350 and configured the freevo to use my Hauppauge card. Freevo
>>> which uses frequencies from freq.py file doesn't have the frequency

[Freevo-users] imdb plugin

2007-06-26 Thread Christian Lyra
hi,

they did it again... imdb has changed a few things and broke the imdb
plugin. HereĀ“s the log:

item.type="video"
item.mode="file"
item.name="Beneath The Planet Of The Apes"
item.filename="/home/lyra/dvd/Beneath The Planet Of The Apes/Beneath
The Planet Of The Apes.avi"
url: http://www.imdb.com/find?s=tt;site=aka;q=beneath%20planet%20of%20apes%20
response.url: 
http://www.imdb.com/find?s=tt;site=aka;q=beneath%20planet%20of%20apes%20
[(u'0065462', None, '', ''), (u'0065462', u'Beneath the Planet of
the Apes', u'1970', ''), (u'0069768', None, '', ''
), (u'0069768', u'Battle for the Planet of the Apes', u'1973', ''),
(u'0207332', None, '', ''), (u'0207332', u'Behind th
e Planet of the Apes', u'1998', u'TV'), (u'0293514', u'Planet of the
Apes: Rule the Planet', u'2001', u'TV'), (u'0133152', N
one, '', ''), (u'0133152', u'Planet of the Apes', u'2001', ''),
(u'0063442', None, '', ''), (u'0063442', u'Planet of
 the Apes', u'1968', ''), (u'0067065', None, '', ''), (u'0067065',
u'Escape from the Planet of the Apes', u'1971', ''),
(u'0068408', None, '', ''), (u'0068408', u'Conquest of the Planet
of the Apes', u'1972', ''), (u'0071033', None, '',
 ''), (u'0071033', u'"Planet of the Apes"', u'1974', ''), (u'0071184',
u'Back to the Planet of the Apes', u'1981', u'TV'), (
u'0207267', None, '', ''), (u'0207267', u'"Return to the Planet of
the Apes"', u'1975', ''), (u'0379782', u'Farewell to
the Planet of the Apes', u'1981', u'TV'), (u'0370925', None, '',
''), (u'0370925', u"The Making of 'Planet of the Apes'"
, u'2001', u'TV'), (u'0292190', u'Planet of the Apes', u'2001',
u'VG'), (u'0428849', u'Monsterama: Planet of the Apes Collec
tibles', u'2003', u'TV'), (u'0387203', u'Escape from the Planet of the
Tapes', u'2003', u'TV'), (u'0376078', None, '', '
'), (u'0376078', u'Planet of the Erotic Ape', u'2002', u'V'),
(u'0395933', u"Adventure 'A': Planet of Death", u'1982', u'VG'
), (u'0976101', u'Death of the Red Planet', u'1973', ''), (u'0282425',
u'The Dark Planet', u'1989', u'V')]
imdb_search: 'NoneType' object has no attribute 'lower'


-- 
Christian Lyra
PoP-PR/RNP

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVD does not start automatically as it did before

2007-06-26 Thread Pirlouwi

I joined to this email the result of
# mminfo dvd://
and
# lsdvd
Thx for help
LOUIS

2007/6/26, John Molohan <[EMAIL PROTECTED]>:


Pirlouwi wrote:
> I have corrected my xine problem, by taking the last sources of
> xine-lib (117) and xine-ui (0995). Xine is working well now.
> But I still have the problem that freevo does not start the playing of
> DVD anymore (see copy of freevo screen below)
> LOUIS
>
>
> 2007/6/24, Pirlouwi <[EMAIL PROTECTED] >:
>
> I don't know what has changed in my config, and therefore need I
> your help.
> When my freevo is in the first menu, and that I close the dvd
> drive with a commercial dvd in it, I expect the dvd to start
> playing with xine.
> It did before, but not anymore.
> In place, the freevo screen shows this information:
> "
>Piste1
>8 min
>8 Audiotracks
>32 Subtitles
>[,
>  Lire le Titre 1
> Lire le Titre 2
> ...
> ..
> "
>
> My first idea was that kaa was corrupted. I then grab from svn the
> last version of kaa from freevo.sf.net , and
> "python setup.py install"ed it. This had no influence.
> LOUIS
>
>
What does mminfo say about the DVD?

John



mminfo.log
Description: Binary data
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVD does not start automatically as it did before

2007-06-26 Thread John Molohan
Pirlouwi wrote:
> I have corrected my xine problem, by taking the last sources of 
> xine-lib (117) and xine-ui (0995). Xine is working well now.
> But I still have the problem that freevo does not start the playing of 
> DVD anymore (see copy of freevo screen below)
> LOUIS
>
>
> 2007/6/24, Pirlouwi <[EMAIL PROTECTED] >:
>
> I don't know what has changed in my config, and therefore need I
> your help.
> When my freevo is in the first menu, and that I close the dvd
> drive with a commercial dvd in it, I expect the dvd to start
> playing with xine.
> It did before, but not anymore.
> In place, the freevo screen shows this information:
> "
>Piste1
>8 min
>8 Audiotracks
>32 Subtitles
>[,
>  Lire le Titre 1
> Lire le Titre 2
> ...
> ..
> "
>
> My first idea was that kaa was corrupted. I then grab from svn the
> last version of kaa from freevo.sf.net , and
> "python setup.py install"ed it. This had no influence.
> LOUIS
>
>
What does mminfo say about the DVD?

John

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Add Live stream TV with station switching without stream interruption to your Freevo website (www plugin) inside a tab

2007-06-26 Thread Jody Gugelhupf
hi ppl,
just wanted to inform that I have updated the freevo wiki - tips and tricks:
http://freevo.sourceforge.net/cgi-bin/doc/TipsAndTricks
I have added a description how you can add an extra tab in which you have an 
embedded mediaplayer
which opens a live stream from you tvcard so you can watch TV over the 
internet, also it describes
how you can switch channels through the website and start and stop the 
streamserver through the
web interface. If someone has a better idea to do this more efficient, e.g. 
read out the
channelinfo from the local_conf.py and then generate the necessary files 
automatically or if you
have question feel free to contact me. On my own site I also included a tab and 
combined it with
some scripts to control a relaycard attached to my parrallel port to control 
home appliances like
lights (turn on/off) and cameras etc. if someone is interested in that let me 
know,
have a good one :)
Katie Jody Gugelhopf


  Ask a question on any topic and get answers from real people. Go to 
Yahoo! Answers and share what you know at http://ca.answers.yahoo.com

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] download option in media library on freevo webserver

2007-06-26 Thread Jody Gugelhupf
hi ppl :)
quick question, the freevo webserver site used to have an option, when in the 
media library, that
you could also download the files, that was before there was the possibility to 
watch the stuff i
a stream, nevertheless it would be cool to have the download option enabled 
again, as I use the
freevo site to share my media with my flatmates and friends, but it would just 
be nice if they
could just download the stuff directly, is that possible? thx
Katie Jody Gugelhopf



  Get a sneak peak at messages with a handy reading pane with All new 
Yahoo! Mail: http://mrd.mail.yahoo.com/try_beta?.intl=ca

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVD does not start automatically as it did before

2007-06-26 Thread Pirlouwi

I have corrected my xine problem, by taking the last sources of xine-lib
(117) and xine-ui (0995). Xine is working well now.
But I still have the problem that freevo does not start the playing of DVD
anymore (see copy of freevo screen below)
LOUIS


2007/6/24, Pirlouwi <[EMAIL PROTECTED]>:


I don't know what has changed in my config, and therefore need I your
help.
When my freevo is in the first menu, and that I close the dvd drive with a
commercial dvd in it, I expect the dvd to start playing with xine.
It did before, but not anymore.
In place, the freevo screen shows this information:
"
   Piste1
   8 min
   8 Audiotracks
   32 Subtitles
   [, <
kaa.metadata
Lire le Titre 1
Lire le Titre 2
...
..
"

My first idea was that kaa was corrupted. I then grab from svn the last
version of kaa from freevo.sf.net, and "python setup.py install"ed it.
This had no influence.
LOUIS

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Early finish to recordings

2007-06-26 Thread Elizabeth Dodd
On Saturday 23 June 2007 21:34, Elizabeth Dodd wrote:
> Test this week will be with upsoon disabled.

and with upsoon disabled, the recording ran its full length and the tv worked 
afterwards without a reboot.
this is freevo 1.6.3, ivtv  0.8.2, and a hauppauge 350, running Mepis 6.0 with 
a Debian kernel (2.6.18) 
Michel Hoogervorst did note that 1.7.x did not have this trouble so would 
anyone else on the list like to comment?
(No way can I upgrade before the end of the Tour de France - function cannot 
be risked  before the end of the Tour!)


-- 
Let us go, through certain half-deserted streets,
The muttering retreats
Of restless nights in one-night cheap hotels
And sawdust restaurants with oyster-shells:
Streets that follow like a tedious argument
Of insidious intent
To lead you to an overwhelming question...
Oh, do not ask, "What is it?"
-- T.S. Eliot, "Love song of J. Alfred Prufrock"

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users