[Freevo-users] Help weird happenings!

2006-08-08 Thread mlists
Everything has been working great with my freevo box -- until today.

I haven't updated any software or changed anything today.  Now when I
start to watch TVTime with my bttv tv card, I only get sound the first
time I watch a channel.  Every time after that it doesn't unmute and
turn up line-in.  It used to do that just fine!  I checked my
local_conf.py and it has the  CONTROL_ALL_AUDIO=1. 

Also my tv_grab_na_dd and epg is acting weird.  When I started the epg,
no data was loaded so I manually ran it. Same.  I removed the
TV.xml.pickled file and TV.xml files and re-ran things and now I only
see data up to the half-hour I'm watching.

Suggestions?

Thx
Norm


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]> wrote:
"Justin Wetherell" wrote:> On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]> wrote: In freevo/lib/mbus/examples are rpcclient.py>> and 
rpcserver.py. Please test them.>>> rpc_sum: incoming call from: lang:python type:test name:rpcclt> id:[EMAIL PROTECTED]> building sum of: [1, 2, 3, 4]
> got response to 2 from lang:python type:test name:rpcclt> id:[EMAIL PROTECTED]>  -> application status: True>  -> application result: OK>  -> application description: the sum was calculated successfully
>  -> arguments: [10]> sum is:  [10]>> But when I look at the same packets in ethereal, it also states that the> checksum has failed.STUPID BUG!!Update kaa and try again.
Dischi
It's look like that's the same bug that caused the 80-90% CPU usage at start because that's also fixed itself.

Thanks Dischi
 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
On 8/8/06, Justin Wetherell <[EMAIL PROTECTED]> wrote:
On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]> wrote:


Wait. You use an analog card? If you do, the code was never testedwith an anloge card. Check tvserver/src/recorder.py the functiondescribe_cb. It handels the mapping.Dischi

Ok, I have a configuration working right now using ivtv and SVN.

my current configs.

channels.conf:
2:LOOR002
3:KYW
4:WPHL
5:WNJS
6:WPVI
7:WTXF
8:CN8
9:QVC
10:WCAU


tvserver.conf (epg.mapping part): #Leave them blank#
epg.mapping[2] =
epg.mapping[3] =
epg.mapping[4] =
epg.mapping[5] =
epg.mapping[6] =
epg.mapping[7] =
epg.mapping[8] =
epg.mapping[9] =
epg.mapping[10] =
...

recordserver.fxd: (using channel number as )

  
    Recording
    2
    1000
    recording
    file:/opt/media/tv/08_08_16_30_Recording.mpg
    
    
    
  


I do get this error (warning) but it seems to record.
16:29:00.062 src/fdsplitter.cc:0143 (read_fd_data): WARNING: read failed: errno=11  err=Resource temporarily unavailable

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
Ok, that looks like it worked. I just updated both kaa and freevo svn; ran ethereal and the UDP packets checksums passed.On 8/8/06, Dirk Meyer <
[EMAIL PROTECTED]> wrote:"Justin Wetherell" wrote:> On 8/8/06, Dirk Meyer <
[EMAIL PROTECTED]> wrote: In freevo/lib/mbus/examples are rpcclient.py>> and rpcserver.py. Please test them.>>> rpc_sum: incoming call from: lang:python type:test name:rpcclt
> id:[EMAIL PROTECTED]> building sum of: [1, 2, 3, 4]> got response to 2 from lang:python type:test name:rpcclt> 
id:[EMAIL PROTECTED]>  -> application status: True>  -> application result: OK>  -> application description: the sum was calculated successfully>  -> arguments: [10]> sum is:  [10]
>> But when I look at the same packets in ethereal, it also states that the> checksum has failed.STUPID BUG!!Update kaa and try again.Dischi--/* After several hours of tedious analysis, the following hash
 * function won.  Do not mess with it... -DaveM */2.2.16 /usr/src/linux/fs/buffer.c-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Freevo-users mailing list
Freevo-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/freevo-users
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Dirk Meyer
"Justin Wetherell" wrote:
> On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]> wrote:
>>
>> In freevo/lib/mbus/examples are rpcclient.py
>> and rpcserver.py. Please test them.
>
>
> rpc_sum: incoming call from: lang:python type:test name:rpcclt
> id:[EMAIL PROTECTED]
> building sum of: [1, 2, 3, 4]
> got response to 2 from lang:python type:test name:rpcclt
> id:[EMAIL PROTECTED]
>  -> application status: True
>  -> application result: OK
>  -> application description: the sum was calculated successfully
>  -> arguments: [10]
> sum is:  [10]
>
> But when I look at the same packets in ethereal, it also states that the
> checksum has failed.

STUPID BUG!!

Update kaa and try again.


Dischi

-- 
/* After several hours of tedious analysis, the following hash
 * function won.  Do not mess with it... -DaveM
 */
2.2.16 /usr/src/linux/fs/buffer.c


pgp3MfsUAkNKo.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
I'll offer all the support I can.On 8/8/06, Rob Shortt <[EMAIL PROTECTED]> wrote:
Since I wrote the ivtv part, and had it working here, I will take a lookat it.  There have been some changes since my last update though, maybesomething in the ivtv support needs to be fixed.-Rob
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___Freevo-users mailing listFreevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Rob Shortt
Dirk Meyer wrote:
> "Justin Wetherell" wrote:
>> I'll look into it more; this is the output when starting tvdev. I believe it
>> get's all this info from my channels.conf which I populated myself.
>>
>> INFO v4l_tuner(258): adding channel: 2:LOOR002:55250
>> INFO v4l_tuner(258): adding channel: 3:KYW:61250
> [...]
> 
> So it should upadte the epg mapping. But again, I don't know the ivtv
> code. Check tvserver/recorder.py in describe_cb what the server tries
> to do with the mapping.

Since I wrote the ivtv part, and had it working here, I will take a look 
at it.  There have been some changes since my last update though, maybe 
something in the ivtv support needs to be fixed.

-Rob



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 1.5.x Wakeup Client and Server

2006-08-08 Thread Duncan Webb
Duncan Webb wrote:
> Hi all,
>
> I just written a client/server process to set the nvram and shutdown the 
> machine.
>
> I allows a fall-back time for the next start if no program has been 
> scheduled to record. Fall-back times are there to allow running of cron 
> jobs such as tv_grab.
>
> It sets the nvram with nvram_wakeup, but I'm uncertain where to add the 
> code to do the actual shutdown. It could be either in the client of 
> server. That is where I need your suggestions.
>
> One problem I'm having is finding a version of grub that actually works 
> with the --once patch. It seems to stay at the poweroff entry.
>
> The source is http://www.linuxowl.com/software/wakeup-0.0.1.tar.bz2 (or 
> http://svn.linuxowl.com/ffs/trunk/wakeup/). There's a README in there. ;-)
>
> I'll put this in the plugins page when I've done this last step.
>
> Feedback is always welcome.
>
> Cheers,
> Duncan
>   
Should have said that there is a patch for the radioplayer at 
http://www.linuxowl.com/patches/freevo-1.5.4-radioplay.patch that allows 
the radioplayer to send PLAY_START and PLAY_END events.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Dirk Meyer
"Justin Wetherell" wrote:
> On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]> wrote:
>>
>> In freevo/lib/mbus/examples are rpcclient.py
>> and rpcserver.py. Please test them.
>
>
> rpc_sum: incoming call from: lang:python type:test name:rpcclt
> id:[EMAIL PROTECTED]
> building sum of: [1, 2, 3, 4]
> got response to 2 from lang:python type:test name:rpcclt
> id:[EMAIL PROTECTED]
>  -> application status: True
>  -> application result: OK
>  -> application description: the sum was calculated successfully
>  -> arguments: [10]
> sum is:  [10]
>
> But when I look at the same packets in ethereal, it also states that the
> checksum has failed.
>
> So we can't autodetect it. That's ok (I guess). But how did you get
>> the numbers of correct channels? Something in the ivtv part does not
>> make sense to me. And I have no card to test.

Please add some debug to mbus/entity.py in send around line 191. Start
by adding 'print cmd' at the start of the function to see what is
happening.

> I'll look into it more; this is the output when starting tvdev. I believe it
> get's all this info from my channels.conf which I populated myself.
>
> INFO v4l_tuner(258): adding channel: 2:LOOR002:55250
> INFO v4l_tuner(258): adding channel: 3:KYW:61250
[...]

So it should upadte the epg mapping. But again, I don't know the ivtv
code. Check tvserver/recorder.py in describe_cb what the server tries
to do with the mapping.


Dischi

-- 
I'm going to live forever, or die trying!
-- Spider Robinson


pgpmVkkbU2sSS.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]> wrote:
 In freevo/lib/mbus/examples are rpcclient.pyand rpcserver.py. Please test them.
rpc_sum: incoming call from: lang:python type:test name:rpcclt id:[EMAIL PROTECTED]

building sum of: [1, 2, 3, 4]

got response to 2 from lang:python type:test name:rpcclt id:[EMAIL PROTECTED]

 -> application status: True

 -> application result: OK

 -> application description: the sum was calculated successfully

 -> arguments: [10]

sum is:  [10] 

But when I look at the same packets in ethereal, it also states that the checksum has failed.
So we can't autodetect it. That's ok (I guess). But how did you getthe numbers of correct channels? Something in the ivtv part does not
make sense to me. And I have no card to test.
I'll look into it more; this is the output when starting tvdev. I
believe it get's all this info from my channels.conf which I populated
myself.

INFO v4l_tuner(258): adding channel: 2:LOOR002:55250
INFO v4l_tuner(258): adding channel: 3:KYW:61250
INFO v4l_tuner(258): adding channel: 4:WPHL:67250
INFO v4l_tuner(258): adding channel: 5:WNJS:77250
INFO v4l_tuner(258): adding channel: 6:WPVI:83250
INFO v4l_tuner(258): adding channel: 7:WTXF:175250
INFO v4l_tuner(258): adding channel: 8:CN8:181250
INFO v4l_tuner(258): adding channel: 9:QVC:187250
INFO v4l_tuner(258): adding channel: 10:WCAU:193250
INFO v4l_tuner(258): adding channel: 11:WPSG:199250
INFO v4l_tuner(258): adding channel: 12:WHYY:205250
INFO v4l_tuner(258): adding channel: 13:WUVP:211250
INFO v4l_tuner(258): adding channel: 14:HBO:121250
INFO v4l_tuner(258): adding channel: 15:HBO2:127250
INFO v4l_tuner(258): adding channel: 16:HBOSIG:133250
INFO v4l_tuner(258): adding channel: 17:CSPAN:139250
INFO v4l_tuner(258): adding channel: 18:WGTW:145250
INFO v4l_tuner(258): adding channel: 19:LOOR019:151250
INFO v4l_tuner(258): adding channel: 20:WPPX:157250
INFO v4l_tuner(258): adding channel: 21:WMCNDT:163250
INFO v4l_tuner(258): adding channel: 22:PPVP:169250
INFO v4l_tuner(258): adding channel: 23:TBS:217250
INFO v4l_tuner(258): adding channel: 24:ESPN:223250
INFO v4l_tuner(258): adding channel: 25:TNT:229250
INFO v4l_tuner(258): adding channel: 26:COMEDY:235250
INFO v4l_tuner(258): adding channel: 27:SPEED:241250
INFO v4l_tuner(258): adding channel: 28:AETV:247250
INFO v4l_tuner(258): adding channel: 29:FAM:253250
INFO v4l_tuner(258): adding channel: 30:SCIFI:259250
INFO v4l_tuner(258): adding channel: 31:DSC:265250
INFO v4l_tuner(258): adding channel: 32:CNN:271250
INFO v4l_tuner(258): adding channel: 33:NIK:277250
INFO v4l_tuner(258): adding channel: 34:CSNPHL:283250
INFO v4l_tuner(258): adding channel: 35:MTV:289250
INFO v4l_tuner(258): adding channel: 36:LIFE:295250
INFO v4l_tuner(258): adding channel: 37:GSN:301250
INFO v4l_tuner(258): adding channel: 38:TVLAND:307250
INFO v4l_tuner(258): adding channel: 39:GOLF:313250
INFO v4l_tuner(258): adding channel: 40:USA:319250
INFO v4l_tuner(258): adding channel: 41:AMC:325250
INFO v4l_tuner(258): adding channel: 42:ESPN2:331250
INFO v4l_tuner(258): adding channel: 43:HISTORY:337250
INFO v4l_tuner(258): adding channel: 44:MSNBC:343250
INFO v4l_tuner(258): adding channel: 45:CNBC:349250
INFO v4l_tuner(258): adding channel: 46:VH1:355250
INFO v4l_tuner(258): adding channel: 47:CNNH:361250
INFO v4l_tuner(258): adding channel: 48:ETV:367250
INFO v4l_tuner(258): adding channel: 49:TOON:373250
INFO v4l_tuner(258): adding channel: 50:BRAVO:379250
INFO v4l_tuner(258): adding channel: 51:BET:385250
INFO v4l_tuner(258): adding channel: 52:TLC:391250
INFO v4l_tuner(258): adding channel: 53:SPIKETV:397250
INFO v4l_tuner(258): adding channel: 54:FOOD:403250
INFO v4l_tuner(258): adding channel: 55:COURT:409250
INFO v4l_tuner(258): adding channel: 56:HGTV:415250
INFO v4l_tuner(258): adding channel: 57:TWC:421250
INFO v4l_tuner(258): adding channel: 59:ANIMAL:433250
INFO v4l_tuner(258): adding channel: 60:OLN:439250
INFO v4l_tuner(258): adding channel: 61:STYLE:445250
INFO v4l_tuner(258): adding channel: 62:EWTN:451250
INFO v4l_tuner(258): adding channel: 63:DHC:457250
INFO v4l_tuner(258): adding channel: 64:SHOW:463250
INFO v4l_tuner(258): adding channel: 65:HSN:469250
INFO v4l_tuner(258): adding channel: 66:TMC:475250
INFO v4l_tuner(258): adding channel: 67:MAX:481250
INFO v4l_tuner(258): adding channel: 68:G4:487250
INFO v4l_tuner(258): adding channel: 70:CMTV:499250
INFO v4l_tuner(258): adding channel: 71:TCM:505250
INFO v4l_tuner(258): adding channel: 72:FNC:511250
INFO v4l_tuner(258): adding channel: 73:SNPR:517250
INFO v4l_tuner(258): adding channel: 76:IN4:535250
INFO v4l_tuner(258): adding channel: 78:DISN:547250
INFO v4l_tuner(258): adding channel: 79:SHOPNBC:553250
INFO v4l_tuner(258): adding channel: 95:WWSI:91250
INFO v4l_tuner(258): adding channel: 96:FX:97250
INFO v4l_tuner(258): adding channel: 98:WYBE:109250
INFO v4l_tuner(258): adding channel: 99:WFMZ:115250
INFO base(149): add device ivtv0
INFO mbus_wrapper(445): register mbus.register
INFO mbus_wrapper(

Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Dirk Meyer
"Justin Wetherell" wrote:
> Did you see my message on about the ethereal output? All the UDP checksum's
> fail.

I saw that. Very strange. In freevo/lib/mbus/examples are rpcclient.py
and rpcserver.py. Please test them.

>> Wait. You use an analog card? If you do, the code was never tested
>> with an anloge card. Check tvserver/src/recorder.py the function
>> describe_cb. It handels the mapping.

> Yes, I use an ivtv based card; when running tvserver without any epg
> mappings

> ERROR recorder(239): Unknown channels detected on device ivtv0.
> ERROR recorder(240): Please check /etc/freevo/tvserver.conf
> ERROR recorder(241): Freevo guessed some settings, so maybe a new start will
> work

> When that exists I get for an epg map after that is
> :
> epg.mapping[2] =
> ...
> epg.mapping[99] =

> It's all empty

So we can't autodetect it. That's ok (I guess). But how did you get
the numbers of correct channels? Something in the ivtv part does not
make sense to me. And I have no card to test.


Dischi

-- 
Teamwork is essential -- it allows you to blame someone else.


pgpJke0eY6wwh.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo 1.5.x Wakeup Client and Server

2006-08-08 Thread Duncan Webb
Hi all,

I just written a client/server process to set the nvram and shutdown the 
machine.

I allows a fall-back time for the next start if no program has been 
scheduled to record. Fall-back times are there to allow running of cron 
jobs such as tv_grab.

It sets the nvram with nvram_wakeup, but I'm uncertain where to add the 
code to do the actual shutdown. It could be either in the client of 
server. That is where I need your suggestions.

One problem I'm having is finding a version of grub that actually works 
with the --once patch. It seems to stay at the poweroff entry.

The source is http://www.linuxowl.com/software/wakeup-0.0.1.tar.bz2 (or 
http://svn.linuxowl.com/ffs/trunk/wakeup/). There's a README in there. ;-)

I'll put this in the plugins page when I've done this last step.

Feedback is always welcome.

Cheers,
Duncan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
Did you see my message on about the ethereal output? All the UDP checksum's fail.On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]
> wrote:"Justin Wetherell" wrote:> Is it supposed to work? running "freevo-epg update" uses about 80% of the
> CPU but doesn't ever do anything or even end.freevo-epg update does not end? OK, this means that the mbuscommunication is wrong.Dischi--Drinking coffee for instant relaxation?  That's like drinking alcohol for
instant motor skills.-- Marc Price-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Freevo-users mailing list
Freevo-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/freevo-users
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]> wrote:
Wait. You use an analog card? If you do, the code was never testedwith an anloge card. Check tvserver/src/recorder.py the functiondescribe_cb. It handels the mapping.Dischi

Yes, I use an ivtv based card; when running tvserver without any epg mappings

ERROR recorder(239): Unknown channels detected on device ivtv0.

ERROR recorder(240): Please check /etc/freevo/tvserver.conf

ERROR recorder(241): Freevo guessed some settings, so maybe a new start will work


When that exists I get for an epg map after that is
:

epg.mapping[2] =

... 

epg.mapping[99] = 



It's all empty
 
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Dirk Meyer
"Justin Wetherell" wrote:
> Is it supposed to work? running "freevo-epg update" uses about 80% of the
> CPU but doesn't ever do anything or even end.

freevo-epg update does not end? OK, this means that the mbus
communication is wrong. 


Dischi

-- 
Drinking coffee for instant relaxation?  That's like drinking alcohol for
instant motor skills.
-- Marc Price


pgpwjGWaL0jtN.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Dirk Meyer
"Justin Wetherell" wrote:
> Yea, I have "epg.mapping[2] = I23310.labs.zap2it.com" in tvserver.conf
>
> When I use the same channel name in Favorites, it doesn't complain but
> either way doesn't work; so I don't know if it actually works or not.

| epg.mapping[2] = I23310.labs.zap2it.com

looks wrong. The tvserver should write the stuff it doesn't know to
the config file. My mapping looks like this:

| epg.mapping[Das Erste] = ARD

epg.mapping[dvb] = xmltv

Wait. You use an analog card? If you do, the code was never tested
with an anloge card. Check tvserver/src/recorder.py the function
describe_cb. It handels the mapping.


Dischi

-- 
Overflow on /dev/null, please empty the bit bucket.


pgp33Vpq5BM4p.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Morten Nilsen
Justin Wetherell wrote:
> Yes, I know I am very bad at cutting off the text; Gmail makes it too easy.
> 
> On 8/8/06, Morten Nilsen <[EMAIL PROTECTED]> wrote:
>> http://www.netmeister.org/news/learn2quote2.html#ss2.3

you also seem very bad at reading, as that section has nothing to do
with trimming quoted text :P

-- 
Cheers,
Morten
:wq

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
Yes, I know I am very bad at cutting off the text; Gmail makes it too easy.On 8/8/06, Morten Nilsen <[EMAIL PROTECTED]
> wrote:http://www.netmeister.org/news/learn2quote2.html#ss2.3
--Cheers,Morten:wq

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Morten Nilsen
Justin Wetherell wrote:
> Is it supposed to work? running "freevo-epg update" uses about 80% of the
> CPU but doesn't ever do anything or even end.
> 
> On 8/8/06, Dirk Meyer <[EMAIL PROTECTED]> wrote:
>> "Justin Wetherell" wrote:

http://www.netmeister.org/news/learn2quote2.html#ss2.3

-- 
Cheers,
Morten
:wq

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Justin Wetherell
Is it supposed to work? running "freevo-epg update" uses about 80% of the CPU but doesn't ever do anything or even end.On 8/8/06, Dirk Meyer <
[EMAIL PROTECTED]> wrote:"Justin Wetherell" wrote:
> Does the epg server have to be running? While in /usr/local/src/freevo/bin> and then executing a "./freevo-epg" the server doesn't try to start; it just> lists the options.freevo-epg is only a small helper. The EPG server is running inside
the tvserver.Dischi--After all is said and done, a hell of a lot more is said than done.-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Freevo-users mailing list
Freevo-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/freevo-users
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 2.0 Explanation

2006-08-08 Thread Dirk Meyer
"Justin Wetherell" wrote:
> Does the epg server have to be running? While in /usr/local/src/freevo/bin
> and then executing a "./freevo-epg" the server doesn't try to start; it just
> lists the options.

freevo-epg is only a small helper. The EPG server is running inside
the tvserver.


Dischi

-- 
After all is said and done, a hell of a lot more is said than done.


pgpuB6LKAcBWr.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users