Re: [Freevo-users] Black screen

2010-04-14 Thread Bernard Mentink
Hi John,

I have found the issue. When I upgraded my OS I lost hardware accelerated
video. In my freevo.conf I had set XV output, when I changed that to the
slower X11 it worked fine.

I have since got my hardware accelerated video working again, so changing
back to XV also works now.

Thanks,
Bernie

On Thu, Apr 15, 2010 at 1:13 AM, John Molohan  wrote:

> On 13/04/2010 08:36, Bernard Mentink wrote:
>
>> Hi Guys,
>>
>> I have just upgraded my Archlinux box (includes 2.6.33 kernel) and now
>> Freevo doesn't work.
>>
>> When I run freevo and try to watch a recorded video or liveTV I only get
>> sound and a black screen.
>>
>> I see no clues in the logs as to what is going on. It happens if I run
>> freevo from a KDE session or as "freevo -fs" from a tty console.
>>
>> I am running cvs version of Freevo 1.x branch, and have tried a recent
>> update in both Freevo and Kaa.
>>
>> Any ideas anyone?
>>
>> Thanks.
>>
> Have you tried copying the command freevo is running for xine or mplayer
> into a terminal and launching it from there? It might shed some light.
>
> John
>



-- 
You always have believers and scepticts.. A True inventor is always a
believer..
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Change TV Audio Language Settings for mencoder and mplayer

2010-04-14 Thread John Molohan
On 14/04/2010 16:10, markus frei wrote:
> But the problem with this would be that I'd have to edit that setting 
> whenever I need the other audio channel. A menu Item should pop up whenever I 
> want to start a recording that asks me which audio channel I would like. As I 
> know nothing about scripting or programming I was hoping freevo had this 
> built-in.
>
Ah, sorry, I misunderstood. Freevo doesn't have this feature at the 
moment for recording.

John
>  Original-Nachricht 
>
>> Datum: Wed, 14 Apr 2010 14:16:38 +0100
>> Von: John Molohan
>> An: freevo-users@lists.sourceforge.net
>> CC: markus frei
>> Betreff: Re: [Freevo-users] Change TV Audio Language Settings for mencoder 
>> and   mplayer
>>  
>
>> On 29/03/2010 15:58, markus frei wrote:
>>  
>>> I'm using freevo 1.9.0 using mint's repositories on mint 8 (KDE).
>>>
>>> Here in the german speaking part of switzerland our local TV stations
>>>
>> often send out movies in Dual Language mode, where english is the secondary
>> language. As I prefer watching such movies in english, I'd like to be able
>> to watch and record such movies in that language, and not in the syncronized
>> german version. I haven't been able to find where in freevo I can change
>> that setting for recording and watching TV using the secondary language.
>> Using TvTime I have no problem watching the program using the secondary
>> language.
>>  
>>>
>>>
>> As you point out it's mencoder and mplayer that you want to get to play
>> nice with this. I'd search for their settings for how to do this then
>> you can simply add them to your MPLAYER_ARGS and VCR_CMD.
>>
>> John
>>  
>


-- 
John Molohan
IT Manager

Griffith College Dublin
South Circular Road
Dublin 8
Ireland

Phone:  +353 1 4163366
Web:www.it.gcd.ie
www.gcd.ie
www.gcd.ie/ebrochure
www.gcd.ie/opendays

Disclaimer:
This E-mail is from Griffith College Dublin.
The E-mail and any files transmitted with it are confidential and may be 
privileged and are intended solely for the use of the individual or entity to 
whom they are addressed. If you are not the addressee you are prohibited from 
disclosing its content, copying it or distributing it otherwise than to the 
addressee. If you have received this e-mail in error, please immediately notify 
the sender by replying to this e-mail and delete the e-mail from your computer.

Bellerophon Ltd, trades as Griffith College (registered in Ireland No. 60469) 
with its registered address as Griffith College Campus, South Circular Road, 
Dublin 8, Ireland.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recording Internet radio/tv with Freevo

2010-04-14 Thread John Molohan
On 05/04/2010 16:25, mclu...@wp.pl wrote:
> Why can't we use Freevo's excellent record server to schedule recording
> of different brodcast types - e.g. internet streaming?
>
Cause no one has written support for it yet :)
> This is how I'm planning to achieve this (I based my idea on this
> article: http://doc.freevo.org/MultiRecordingCard)
>
Cool.
> 1) I fed xmltv file with program of my favorite radio station
> 2) I patched generic_record plugin to add a new field to VCR_CMD, called
> `group-type'
> 3) I created additional instance of VideoGroup inside my local_conf.py
> just to introduce a different group type ('stream'):
> TV_VIDEO_GROUPS = [VideoGroup(vdev='/dev/video0',
>   adev=None,
>   input_type='Tuner 1',
>   input_num=0,
>   tuner_norm='pal',
>   tuner_chanlist='europe-east',
>   desc='Regular Cable',
>   group_type='ivtv',
>   record_group = None),
>VideoGroup(vdev=None,
>  adev=None,
>  input_type='default',
>  desc='Internet recording',
>  group_type='stream',
>   record_group = 1),
> ]
>
> 4) I created a script /etc/freevo/record-stream.sh to perform audio
> stream recording with mplayer:
> #!/bin/sh
> # arguments : channel_name_or_number frequency_in_MHz seconds_to_record
> output_filename
> exec mplayer -vc null -vo null -ao pcm:fast:file="$4" -endpos "$3" "$1"
>
> 5) and command to call the script from within Freevo's generic_record
> plugin:
> VCR_CMD = '/etc/freevo/record-%(group-type)s.sh "%(channel)s"
> "%(frequencyMHz)s" "%(seconds)s" "%(filename)s"'
>
Is point 6 missing?
> 7) and finally I created additional entry to channel list in
> local_conf.py containing internet radio channel with stream address as
> channel data and referencing to proper video group:
> ('429', 'PR3','mms://stream.polskieradio.pl/program3','','1')
>
Apart from that it seems reasonable up to here.
> At this point I am able to schedule recording from Internet radio, but
> 'channel' parameter passing by generic_record plugin to recording script
> is wrong!
> The program data: ('429',
> 'PR3','mms://stream.polskieradio.pl/program3','','1')
> is stored inside Freevo as: channel=
> As you can see stream address 'mms://...' was replaced with string:
> 'http://'
> We can see it in main log file:
> epg_types.py (348): add(channel_id='429', channel= 'http://'>)
>
> I would like to write patch against that, but I cannot find the piece of
> python code that stores channel data.
>
I don't know where that might be off the top of my head. Duncan might 
though.
> I would also like to know what determines recording file suffix, because
> Freevo tries to store my audio data into file with avi suffix. I need to
> know how to change that behavior and associate video group with
> particuar suffix.
>
I'm pretty sure there's an option in local_conf.py for the record file 
suffix no?
> Any ideas on how to improve Internet stream recording are welcome.
>
> Maciej
Does it support watching as well as recording?

John

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] webradio display content info (current played piece) and strange elapsed time display

2010-04-14 Thread John Molohan

On 30/03/2010 09:40, ilan barak wrote:


Greetings.
I need help:

1. is there any method to enable the display of the current piece 
being played?
2. sometimes the "elapsed time" begins with a large number rather than 
0, see attached snapshot. why?


I am attaching my webradio.fxd as well

Ilan


Are you certain that the station is broadcasting metadata? I'm sure I 
noticed while playing web radio recently that freevo was displaying the 
song. This could be affected by a number of factors, the stream itself, 
the skin used, maybe even the version of player used. Can you provide a 
link to the stream and we can test it?


John
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] use of an other lirc socket then /dev/lircd

2010-04-14 Thread John Molohan
On 15/03/2010 21:27, Thomas Fritzsch wrote:
> Hello,
>
> is it possible that freevo use an other socket for the lircd? Is it a
> freevo or a pylirc "problem", that /dev/lircd is choosen?
>
> Background:
>
> I've a ltsp diskless system in the kitchen, on which runs freevo from my
> server.
> The lircd on the ltsp runs with "/usr/sbin/lircd --device=/dev/lirc0 -l"
> and on the server with "/usr/sbin/lircd --pidfile=/var/run/lircd_big.pid
> --driver=null --connect="
> This works fine, but I've connected to the server a video projector,
> which I'll cotrol with lirc an an other remote. Now the kitchen remote
> control both instances of freevo... :/
>
>
> Any suggestions?
>
> Thanks a lot!
>
It might help if you detail exactly what commands you run on each 
machine. It's possible there may be a bug or maybe it's just a 
configuration thing, the lirc list might be helpful too.

John

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Change TV Audio Language Settings for mencoder and mplayer

2010-04-14 Thread John Molohan
On 29/03/2010 15:58, markus frei wrote:
> I'm using freevo 1.9.0 using mint's repositories on mint 8 (KDE).
>
> Here in the german speaking part of switzerland our local TV stations often 
> send out movies in Dual Language mode, where english is the secondary 
> language. As I prefer watching such movies in english, I'd like to be able to 
> watch and record such movies in that language, and not in the syncronized 
> german version. I haven't been able to find where in freevo I can change that 
> setting for recording and watching TV using the secondary language. Using 
> TvTime I have no problem watching the program using the secondary language.
>
As you point out it's mencoder and mplayer that you want to get to play 
nice with this. I'd search for their settings for how to do this then 
you can simply add them to your MPLAYER_ARGS and VCR_CMD.

John

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Black screen

2010-04-14 Thread John Molohan
On 13/04/2010 08:36, Bernard Mentink wrote:
> Hi Guys,
>
> I have just upgraded my Archlinux box (includes 2.6.33 kernel) and now 
> Freevo doesn't work.
>
> When I run freevo and try to watch a recorded video or liveTV I only 
> get sound and a black screen.
>
> I see no clues in the logs as to what is going on. It happens if I run 
> freevo from a KDE session or as "freevo -fs" from a tty console.
>
> I am running cvs version of Freevo 1.x branch, and have tried a recent 
> update in both Freevo and Kaa.
>
> Any ideas anyone?
>
> Thanks.
Have you tried copying the command freevo is running for xine or mplayer 
into a terminal and launching it from there? It might shed some light.

John

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] *server start/stop

2010-04-14 Thread Manuel Borchers
Hi James,

Am Dienstag, den 13.04.2010, 20:44 -0700 schrieb James Trietsch: 
> Anyhow, if anyone is interested, I'd be happy to zip up the scripts and 
> boot_config and post them up here, or you can check out the script in the 
> ../freevo/contrib/debian directory of the distribution.

I'm very interessted. I'm running stand-alone on a Debian unstable box.
It's working fine (I'm using autologin), but would like to take a look
at your initscripts, because that's what I wanted in the first place.

Cheers,
Manuel

-- 
man...@matronix.de
http://www.matronix.de


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users