[Freevo-users] tvtime vcr in plugin problem

2007-01-29 Thread mat
Hi folks,

Please can someone help me on this one - I just want to be able to watch 
not record (yet) my digi-box composite output through freevo, via 
tvtime. It works fine in tvtime alone, so no problem there. However, 
when I choose the menu entry It fails, the (relevant, I assume) output 
is this:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 315, in 
eventhandler
app.eventhandler(event)
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 561, in 
eventhandler
action( arg=arg, menuw=self )
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 87, in select
self.function(arg=self.arg, menuw=menuw)
  File 
"/usr/lib/python2.4/site-packages/freevo/tv/plugins/view_line_in.py", 
line 60, in start_vcr
plugin.getbyname(plugin.TV).Play('vcr', None)
AttributeError: 'NoneType' object has no attribute 'Play'
osd.py (233): Couldnt load font "arial_bold.ttf"
osd.py (239): trying alternate: verabd.ttf


That has to be obvious to someone, surely. That None parameter looks 
suspicious to me but I have no clue really.

Any help and I would be forever in your debt :-)

mat




-
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.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] VLC streaming towards freevo client

2007-01-29 Thread Jim Duda
Geert,

I too use VLC for streaming, however, I don't do this within freevo, I 
do it outside of freevo, manually, using the telnet interface to VLC 
running on the server.

my vlc startup script (/etc/init.d/rc.d/vlc) contains:

/usr/bin/vlc  --intf telnet --cr-average 1000 --vlm-conf 
/usr/local/etc/videolan/vlc/vlc.cfg --rtsp-host 0.0.0.0:554 &

my vlc.cfg contains:
new livetv broadcast enabled
setup livetv input pvr:/dev/pvr350 --cr-average 1000
setup livetv output #standard{mux=ts,access=udp,url="224.0.0.1"}
control livetv stop

I then telnet to port 4212 of the server, login, and execute livetv start.

I would love to do this within freevo, via a plugin or similar.

Could you share your FXD file such that I can see what you are doing?

Thanks,

Jim

Geert Decorte wrote:
> Folks I need some advice,
> 
> First I explain what I've got
> 
> - a freevo recording server running on CC 4.0 (no gui) works perfect. 
> This machine is also my home internet server (combining best of both 
> worlds) On this machine I have vlc installed and I'm alrady capable of 
> starting a live stream or a recorded stream from my PVR 500 in the CC 
> box. The client interface I have for the moment is a php webinterface 
> (mozilla only) which works in linux and windows. It's client independend.
> 
> Now I wanna implement live tv stream in a freevo client without TV card. 
> (Everything streamed from my CC server)
> 
> I'v created a fxd file capable of launching vlc on the client box in 
> stream listening mode, and streamed content gets actualy played.
> 
> (I'm using a modified vlc.py I grabbed from freevofreebox1.0.tgz)
> 
> Now I need to find a way to start up vlc with the desired parameters on 
> the server.
> 
> rsh comes to my mind to do this from the command line.
> 
> Is there any possibility to execute multiple commands from a fxd file? 
> like starting the stream remotly and then start vlc localy to listen.
> 
> Other aproaches?
> 
> Geert
> 
> 
> 
> 
> -
> 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.php&p=sourceforge&CID=DEVDEV
> 
> 
> 
> 
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
e


-
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.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Plugin for Karaoke

2007-01-29 Thread Daniele Parravicini

I don't know if this has been raised before - I just think it would be great
if Freevo (which I truly love) had a karaoke plugin, thus turning it in a
real entertainment station where you would first listen to your favorite MP3
and then sing along the same theme with a *.kar file.

I think the underline software is there (I made it work for my father, with
timidity++).
-
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.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] VLC streaming towards freevo client

2007-01-29 Thread Geert Decorte



  Yes, tought about this one too and I probably will end up doing so  
with a bash script.


  Just that it looks a ugly solution.

  Quoting Dirk Meyer <[EMAIL PROTECTED]>:


Geert Decorte wrote:

   Is there any possibility to execute multiple commands from a fxd
file? like starting the stream remotly and then start vlc localy to
listen.


Use a shell script?


Dischi

--
The truth may be out there, but lies are inside your head.
         -- (Terry Pratchett, Hogfather)




-
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.php&p=sourceforge&CID=DEVDEV___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users