Re: [Freevo-users] more 1.7.5 issues, xine doesn't appear to be doing xvmc any more

2008-02-15 Thread Stephen Rowles
Stephen Rowles wrote:
> Duncan Webb wrote:
>   
>> The only thing that I can think of is that freevo is using more memory 
>> and you have just gone over the top of the physical memory. You can 
>> check this with Dag Wieers' dstat or vmstat program.
>>
>> Duncan
>>
>>   
>> 
> Memory is a very good suggestion, I have reverted back to 1.7.1 and this 
> seems more stable and my wife was able to use the media centre to watch 
> several programs today without the media centre crashing. I have noticed 
> that xine playback now uses less CPU than before and playback is more 
> reliable and responsive.
>   
Ok, I've finally got more memory (512meg so now plenty to spare) and got 
1.7.6.1 installed. Everything seems to work, and I don't have the 
nightmare case I had before where playback was not working properly (I 
can skip etc. quite well), so I think I hit a memory boundary as you 
suggested. So for future reference Fedora with Freevo 1.7.6 and only 
128meg RAM doesn't work very well!

It still seems like playback is using more CPU than before, but I will 
have to do some more testing to find out. In general the whole system is 
more responsive than before, so I must have been just on the edge of 
swap last time round. It still isn't as responsive as 1.7.1, but it is 
just a feeling and certainly not as hideous as last time.

If I find out more I will report back.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] dvb radio stations

2008-02-15 Thread Jaap Struyk
Cool, yust added radio from my dvb card to webradio.fxd:

dvb://Radio538

Don't forget to remove  if it's there, never suspected that
dvb:// could work...
If U use sasc-ng and dvbloopback add:

-dvbin card=2 

after the url entry...
-- 
Groetjes Japie
http://www.japie.deserver.nl

2.6.22-14-generic GNU/Linux

Restaurant package, not for resale.
;^)

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Controlling audio, mplayer and Freevo

2008-02-15 Thread Ignacio Quezada
Duncan Webb wrote:
> Dirk Meyer said the following, on 15/02/2008 14:57:
>> Ignacio Quezada wrote:
>>   
>>> Hi!,
>>>
>>> I've bought a new Microsoft's Remote MCE and I'm trying to control
>>> volume. I'm using alsa and not oss, but the plugin desactives when I
>>> open freevo. It says that /dev/mixer does not exist.
>>> 
> 
> You need the alsa oss modules loaded to the oss mixer device to be
> created. these modules:
> snd_pcm_oss, snd_mixer_oss
> 
If I used oss emulation, would be able to control the volume?
>>> Also, I tried to control MPlayer's volume, but something strange happen.
>>> I'm using IEC958 and I can't control it with any mixer. I tried
>>> alsamixer and I can't control the volume even with Master, just mute the
>>> IEC958.
>>>
>>> I'm lost. I'm trying to set softvol to mplayer and put a initial volume
>>> but does not work fine. An initial volume around 50% of 100% without
>>> external gain like softvol-max.
>>>
>>> What did you if you are using alsa ?
>>> 
>> If you use pass-thru for digital output you may not be able to control
>> the volume at all. It is just passed to the stereo. I have the same
>> setup and can not control the auto with Freevo. Does alsamixer work
>> for you?

Alsamixer does not work, only mute.
Now I'm using:
-softvol -softvol-max 200 -af volume=0.25

Maybe you can do some event cmdline to vol+/- if your alasmixer works.
>>   
> 
> IIRC some of the MCE remotes can be re-programmed so that certain
> buttons can be programmed for different codes, failing that you can use
> the irsend function of lirc to transmit IR commands to a device but the
> sensors have to be really near ~3cm.
> 
> Duncan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Controlling audio, mplayer and Freevo

2008-02-15 Thread Duncan Webb
Dirk Meyer said the following, on 15/02/2008 14:57:
> Ignacio Quezada wrote:
>   
>> Hi!,
>>
>> I've bought a new Microsoft's Remote MCE and I'm trying to control
>> volume. I'm using alsa and not oss, but the plugin desactives when I
>> open freevo. It says that /dev/mixer does not exist.
>> 

You need the alsa oss modules loaded to the oss mixer device to be
created. these modules:
snd_pcm_oss, snd_mixer_oss

>> Also, I tried to control MPlayer's volume, but something strange happen.
>> I'm using IEC958 and I can't control it with any mixer. I tried
>> alsamixer and I can't control the volume even with Master, just mute the
>> IEC958.
>>
>> I'm lost. I'm trying to set softvol to mplayer and put a initial volume
>> but does not work fine. An initial volume around 50% of 100% without
>> external gain like softvol-max.
>>
>> What did you if you are using alsa ?
>> 
>
> If you use pass-thru for digital output you may not be able to control
> the volume at all. It is just passed to the stereo. I have the same
> setup and can not control the auto with Freevo. Does alsamixer work
> for you?
>   

IIRC some of the MCE remotes can be re-programmed so that certain
buttons can be programmed for different codes, failing that you can use
the irsend function of lirc to transmit IR commands to a device but the
sensors have to be really near ~3cm.

Duncan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Controlling audio, mplayer and Freevo

2008-02-15 Thread Dirk Meyer
Ignacio Quezada wrote:
> Hi!,
>
> I've bought a new Microsoft's Remote MCE and I'm trying to control
> volume. I'm using alsa and not oss, but the plugin desactives when I
> open freevo. It says that /dev/mixer does not exist.
>
> Also, I tried to control MPlayer's volume, but something strange happen.
> I'm using IEC958 and I can't control it with any mixer. I tried
> alsamixer and I can't control the volume even with Master, just mute the
> IEC958.
>
> I'm lost. I'm trying to set softvol to mplayer and put a initial volume
> but does not work fine. An initial volume around 50% of 100% without
> external gain like softvol-max.
>
> What did you if you are using alsa ?

If you use pass-thru for digital output you may not be able to control
the volume at all. It is just passed to the stereo. I have the same
setup and can not control the auto with Freevo. Does alsamixer work
for you?


Dischi

-- 
Diplomat: A man who always remembers a woman's birthday but never
remembers her age.


pgprDaetFr2Rg.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Controlling audio, mplayer and Freevo

2008-02-15 Thread Ignacio Quezada
Hi!,

I've bought a new Microsoft's Remote MCE and I'm trying to control
volume. I'm using alsa and not oss, but the plugin desactives when I
open freevo. It says that /dev/mixer does not exist.

Also, I tried to control MPlayer's volume, but something strange happen.
I'm using IEC958 and I can't control it with any mixer. I tried
alsamixer and I can't control the volume even with Master, just mute the
IEC958.

I'm lost. I'm trying to set softvol to mplayer and put a initial volume
but does not work fine. An initial volume around 50% of 100% without
external gain like softvol-max.

What did you if you are using alsa ?

Thanks

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users