Hi Rob,

How's your system recovery going?

I tried the new runtime-pre5-test1 mplayer and found that it didn't do
anything with the forceaudio option for tv parameters, needed to get my
v4l2 card working properly with mplayer. The mplayer startup message still
says "Audio: no sound". I'm not sure if 'forceaudio' is supposed to
provide some other display message?

(BTW, the new mplayer now requires input URL as tv:// instead of passing
'on' as part of the tv parameters -- I hope that freevo mplayer script was
modified to reflect this).

Here's my mplayer call parameters (in case I forgot something):
./apps/mplayer/mplayer -fps 30 -tv \
driver:v4l:forceaudio:forcechan=1:amode=0:adevice=/dev/dsp:\
device=/dev/video0:channel=E5:norm=pal:chanlist=europe-west:\
width=720:height=576 -ao alsa9 -vo fbdev tv://

The patch which is supposed to allow v4l2 cards to function with mplayer
is below. Can you please verify that it's already part of the mplayer cvs
snapshot?

----
Wan Tat Chee (Lecturer)
School of Computer Science, Univ. Science Malaysia,
11800 Minden, Penang, Malaysia.   Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757           Rm.601-E Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]            Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc
F'print : DCF2 B9B2 FA4D 1208 AD59  14CA 9A8F F54D B2C4 63C7

---------- Forwarded message ----------
Date: Wed, 28 May 2003 11:21:33 +0800 (SGT)
From: Wan Tat Chee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Mplayer patch for new runtime

Rob,

Since you'll be building a new runtime, can you please make sure that the
following mplayer patch has been applied (it's supposed to be in the
latest mplayer CVS). This is to fix the issue of no audio unmuting during
TV playback on v4l2-only devices (e.g., saa7134 TV cards).

To use this feature, the tv parameters have to include 'forceaudio'. I
don't think the tvcmd tv parameters in src/tv/mplayer.py can be
overridden via local_config.py yet.

Also, the tvcmd for vcr mode hardcodes chanlist=us-cable. Can it use
the same format as for TV viewing where chanlist is a variable which
takes its value from freevo.conf?

Thanks.
T.C.

--- ../MPlayer-0.90/libmpdemux/tvi_v4l.c        Sun Feb  2 03:36:35 2003
+++ libmpdemux/tvi_v4l.c        Tue Apr 29 04:23:47 2003
@@ -815,6 +815,7 @@
            return(TVI_CONTROL_FALSE);
        }
        case TVI_CONTROL_IS_AUDIO:
+           if (tv_param_force_audio) return(TVI_CONTROL_TRUE);
            if (priv->channels[priv->act_channel].flags & VIDEO_VC_AUDIO)
            {
                return(TVI_CONTROL_TRUE);


----
Wan Tat Chee (Lecturer)
School of Computer Science, Univ. Science Malaysia,
11800 Minden, Penang, Malaysia.   Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757           Rm.601-E Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]            Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcw_gpg-20030322.asc
F'print : DCF2 B9B2 FA4D 1208 AD59  14CA 9A8F F54D B2C4 63C7





-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to