[MPlayer-users] Re: MPlayer-users Digest, Vol 32, Issue 77

Kevin Tomasek ktomasek at d2audio.com
Fri Sep 1 15:02:34 CEST 2006


On Thu, 2006-08-31 at 20:18 +0200, mplayer-users-request at mplayerhq.hu
wrote:

> Message: 7
> Date: Thu, 31 Aug 2006 21:09:21 +0400
> From: Phil Oleynik <oleynik.phil at mail.ioffe.ru>
> Subject: Re: [MPlayer-users] plays, no sound, el4 x86_64, dual core
> To: "MPlayer usage questions, feature requests,	bug reports"
> 	<mplayer-users at mplayerhq.hu>
> Message-ID: <44F717C1.3080307 at mail.ioffe.ru>
> Content-Type: text/plain; charset=UTF-8; format=flowed
> 
> Kevin Tomasek wrote:
> 
> >all,
> >
> >i have downloaded all the rpm's that were required for the installation
> >of mplayer.  i downloaded the x86_64 versions of all the rpms. there
> >were no issues with the installation of the rpm's .  
> >
> >the players starts and appears to be working. the start up window puts
> >out messages that make it appear to have found and is using the correct
> >decoder.  the A% time time message comes out the startup window. no
> >sound comes out at all.
> >i have tried mp3/wav and direct from cd.  all make no sound.  the KsCD,
> >which used to work, no longer works either.
> >
> >Linux d2alxxxx 2.6.9-34.0.2.ELsmp #1 SMP Fri Jul 7 18:22:55 CDT 2006
> >x86_64 x86_64 x86_64 GNU/Linux
> >  
> >
> Linux version is not so important like mplayer's is. What mplayer do you 
> use, and RPM or self-build?

all the rpm's downloaded were pre-built for x86_64 and el4.  below is
the output from 
one of the attempts at running mplayer..
~[19]>gmplayer
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/share/locale

MPlayer 1.0pre7-3.4.4 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2



vo: X11 running at 1600x1200 with depth 24 and 32 bpp (":0.0" => local
display)
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system
startup scripts.
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
Playing /home/ktscratch/wav/Beck-Odelay/Derelict.wav.
Audio file detected.
==========================================================================
Trying to force audio codec driver family libvorbis...
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 1411.2 kbit/100.00% (ratio: 176400-
>176400)
Selected audio codec: [pcm] afm:pcm (Uncompressed PCM)
==========================================================================
Checking audio filter chain for 44100Hz/2ch/s16le ->
44100Hz/2ch/s16le...
AF_pre: 44100Hz/2ch/s16le
AO: [null] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le ->
44100Hz/2ch/s16le...
Video: no video
Starting playback...
A:   6.1 (06.0)  0.2%
Exiting... (Exit)


> 
> Phil
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Thu, 31 Aug 2006 20:14:36 +0200
> From: Karolina Lindqvist <karolina.lindqvist at kramnet.se>
> Subject: [MPlayer-users] Re: can't get zoran output to work
> To: mplayer-users at mplayerhq.hu
> Message-ID: <200608312014.36982.karolina.lindqvist at kramnet.se>
> Content-Type: text/plain;  charset="utf-8"
> 
> onsdag 30 augusti 2006 08:12 skrev Phil Bertram:
> 
> > I have tested this with most of the files I have. Seems to work.
> > How has your testing going ?
> >
> > Are you sending the patch to mplayer-devel ?
> 
> I have sent the patch. But it was really not my day with computers. kmail 
> freezes on me, and/or eats my outgoing mail. Then I found out I sent the 
> patch to the wrong list. In addition I found that I lost my signature. A bad 
> day.
> 
> Zoran output is eating a lot of cpu. My 800MHz PIII is barely keeping up, when 
> playing a XviD file. But it does, together with -framedrop. With quite some 
> audio lag. It can be adjusted, but in darkness, since there is no OSD. 
> 
> Karolina
> 
> 
> ------------------------------
> 
> Message: 9
> Date: Thu, 31 Aug 2006 20:18:47 +0200
> From: Reimar D?ffinger 	<Reimar.Doeffinger at stud.uni-karlsruhe.de>
> Subject: Re: [MPlayer-users] [BUG] mplayer crashes when switching
> 	audio channel
> To: "MPlayer usage questions, feature requests,	bug reports"
> 	<mplayer-users at mplayerhq.hu>
> Message-ID: <20060831181847.GA13047 at 1und1.de>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello,
> On Wed, Aug 30, 2006 at 01:04:07AM +0200, Holger Reinmann wrote:
> > On Wed, 30 Aug 2006 00:07:16 +0200
> > Nico Sabbi <nicola_sabbi at fastwebnet.it> wrote:
> > > indeed demux_mkv from svn (and only that) crashes when changing audio
> > > track. (maybe release r19546 introduced this regression? )
> > 
> > Yes! thats it r19545 works r19546 crashes.
> 
> Please try attached patch, it works for me so far.
> 
> Greetings,
> Reimar Dffinger
> -------------- next part --------------
> Index: libmpdemux/demux_mkv.c
> ===================================================================
> --- libmpdemux/demux_mkv.c	(revision 19595)
> +++ libmpdemux/demux_mkv.c	(working copy)
> @@ -3713,32 +3713,21 @@
>  
>      case DEMUXER_CTRL_SWITCH_AUDIO:
>        if (demuxer->audio && demuxer->audio->sh) {
> -        int i;
> -        demux_stream_t *d_audio = demuxer->audio;
> -        int idx = d_audio->id - 1; // track ids are 1 based
> -        mkv_track_t *otrack = mkv_d->tracks[idx];
> -        mkv_track_t *track = 0;
> -        if (*((int*)arg) < 0)
> -        for(i = 0; i < mkv_d->last_aid; i++) {
> -          if(mkv_d->audio_tracks[i] == d_audio->id) {
> -            idx = mkv_d->audio_tracks[(i+1) % mkv_d->last_aid] - 1;
> -            track = mkv_d->tracks[idx];
> -            if(! track)
> -              continue;
> -            if (track->type == MATROSKA_TRACK_AUDIO) break;
> -	  }
> -	}
> -        else {
> -          track = demux_mkv_find_track_by_num (mkv_d, *((int*)arg), MATROSKA_TRACK_AUDIO);
> -          if (track == NULL)
> -            track = otrack;
> +        sh_audio_t *sh = demuxer->a_streams[demuxer->audio->id];
> +        int aid = *(int*)arg;
> +        if (aid < 0)
> +          aid = (sh->aid + 1) % mkv_d->last_aid;
> +        if (aid != sh->aid) {
> +          mkv_track_t *track = demux_mkv_find_track_by_num (mkv_d, aid, MATROSKA_TRACK_AUDIO);
> +          if (track) {
> +            demuxer->audio->id = track->tnum;
> +            sh = demuxer->a_streams[demuxer->audio->id];
> +            ds_free_packs(demuxer->audio);
> +          }
>          }
> -        if (track != otrack) {
> -          d_audio->id = track->tnum;
> -          ds_free_packs(d_audio);
> -        }
> -      }
> -      *((int*)arg) = demuxer->audio->id;
> +        *(int*)arg = sh->aid;
> +      } else
> +        *(int*)arg = -2;
>        return DEMUXER_CTRL_OK;
>  
>      default:
> 
> ------------------------------
> 
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
> 
> End of MPlayer-users Digest, Vol 32, Issue 77
> *********************************************
-- 
Kevin Tomasek <ktomasek at d2audio.com>



More information about the MPlayer-users mailing list