D Richard Felker III | 1 Jan 2003 01:29

Re: [PATCH] ./configure syntax error

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
On Tue, Dec 31, 2002 at 02:04:06PM -0800, Steven M. Schultz wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Hi -
> 
> 	It's hopefully forgiveable to make a mistake on a holiday ;)
> 
> 	The proper way to fix ./configure is to use "test" rather than exchange
> 	one syntax error for another.   Sigh ;(
> 
> --- configure.dist	Tue Dec 31 14:01:41 2002
> +++ configure	Tue Dec 31 14:01:59 2002
>  <at>  <at>  -5400,7 +5400,7  <at>  <at> 
>  EOF
>  fi
>  
> -if x86 && ! cygwin; then
> +if test x86 -a ! cygwin; then

I don't think so. x86 and cygwin are function calls, not variables.

Rich

_______________________________________________
RTFM!!!  http://www.MPlayerHQ.hu/DOCS
Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
http://mplayerhq.hu/mailman/listinfo/mplayer-users

Steven M. Schultz | 1 Jan 2003 01:36

Re: [PATCH] ./configure syntax error

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
Hi -

> From: D Richard Felker III <dalias <at> aerifal.cx>
> > --- configure.dist    Tue Dec 31 14:01:41 2002
> > +++ configure Tue Dec 31 14:01:59 2002
> >  <at>  <at>  -5400,7 +5400,7  <at>  <at> 
> >  EOF
> >  fi
> >  
> > -if x86 && ! cygwin; then
> > +if test x86 -a ! cygwin; then
> 
> I don't think so. x86 and cygwin are function calls, not variables.

	Hmmm, then how to avoid:

./configure: 5403: Syntax error: "!" unexpected

	with the original "if x86 && ! cygwin; then"?

	"test x86 -a ! cygwin"

	should be ok.  According to the man page for test(1):

	! expression  True if expression is false.

	and the '-a' should be equivalent to '&&'.

	I wonder if this is all due to 'sh' != 'bash' on some systems.   Perhaps
(Continue reading)

Michael G Thomas | 1 Jan 2003 01:47

mplayer and the possibility of streaming

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
http://www.chess.fm/audio.php actually links to mplayer home. Very nice 
for mplayer is the possibility of streaming I would like to access the 
stream on the webpage but I think the command they suggest is wrong. 
Here is output of "mplayer http://www.chess.fm/live.asx -cache 10" :

MPlayer 0.90rc2-RPM-3.1 (C) 2000-2002 Arpad Gereoffy (see DOCS)

CPU: Advanced Micro Devices Athlon TB Thunderbird (Family: 6, Stepping: 4)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled with RUNTIME CPU Detection - warning, it's not optimal! To get 
best performance, recompile MPl
ayer with --disable-runtime-cpudetection
Reading config file /etc/mplayer/mplayer.conf
Reading config file /home/mike/.mplayer/config
Reading /home/mike/.mplayer/codecs.conf: can't open 
'/home/mike/.mplayer/codecs.conf': No such file or
directory
Reading /etc/mplayer/codecs.conf: 49 audio & 125 video codecs
font: can't open file: /home/mike/.mplayer/font/font.desc
Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
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.
Using usleep() timing
Can't open input config file /home/mike/.mplayer/input.conf : No such 
file or directory
Input config file /etc/mplayer/input.conf parsed : 50 binds

Playing http://www.chess.fm/live.asx
(Continue reading)

Arpi | 1 Jan 2003 01:52
Picon

Re: mplayer and the possibility of streaming

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
Hi,

> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> http://www.chess.fm/audio.php actually links to mplayer home. Very nice 
> for mplayer is the possibility of streaming I would like to access the 
> stream on the webpage but I think the command they suggest is wrong. 
> Here is output of "mplayer http://www.chess.fm/live.asx -cache 10" :

-cache 10 is wrong for sure.
since 64 is the minimum

> Playing mms://64.95.53.21/chessfm
> Connecting to server 64.95.53.21:80 ...
> Server return 400:Bad Request

seems the server doesn't like us

A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu

_______________________________________________
RTFM!!!  http://www.MPlayerHQ.hu/DOCS
Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
http://mplayerhq.hu/mailman/listinfo/mplayer-users

Marcel Naziri | 1 Jan 2003 02:44
Picon
Favicon

problem with qt movie with cinepak movie

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi,

I have a problem with a specific movie and xvidix:radeon_vid.so output. the 
video is shown in green color. it's used bgr15 for the BES. when I play it 
with xv bgr24 is used and it's showed correctly.
i would upload the movie, but the size is 74MB! is that okay?
so here is some log...

cu
  zwobbl

bash-2.05b$ mplayer RAIN.MOV -v
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/share/locale

MPlayer 0.90rc2-2.95.4 (C) 2000-2002 Arpad Gereoffy (see DOCS)

CPU: Advanced Micro Devices K6-2 (Family: 5, Stepping: 12)
CPUflags:  MMX: 1 MMX2: 0 3DNow: 1 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX 3DNow

Reading config file /etc/mplayer/mplayer.conf
Reading config file /home/zwobbl/.mplayer/config
(Continue reading)

Bruno Perea | 1 Jan 2003 02:54

Re: mplayer and the possibility of streaming

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
On (01/01/03 01:52), Arpi wrote:

[something]

Let me wish you and others developpers an happy new year !
Thank you for this very good job !

--

-- 
b.

_______________________________________________
RTFM!!!  http://www.MPlayerHQ.hu/DOCS
Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
http://mplayerhq.hu/mailman/listinfo/mplayer-users

Bob Lockie | 1 Jan 2003 03:29
Picon

help debugging why a DVD won't play

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]

I have no idea where to begin looking into this.
The "Lord Of The Rings: special extended edition, 4 disc" won't play.

MPlayer CVS-021231-20:32-2.95.3 (C) 2000-2002 Arpad Gereoffy (see DOCS)

CPU: Advanced Micro Devices Athlon TB Thunderbird (Family: 6, Stepping: 2)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or 
directory
Reading config file /root/.mplayer/config
[cfg] read config file: /root/.mplayer/gui.conf
Reading config file /root/.mplayer/gui.conf
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local 
display)
Reading /root/.mplayer/codecs.conf: can't open 
'/root/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 49 audio & 126 video codecs
Font /usr/local/share/mplayer/font/font.desc loaded successfully! (206 
chars)
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf : No such file or 
directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such 
file or directory
Falling back on default (hardcoded) input config
SKIN dir 1: '/root/.mplayer/Skin'
(Continue reading)

Farrell Farahbod | 1 Jan 2003 04:17
Picon
Favicon

problem ripping dvds with mencoder, slows then stops.

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
hi

im have successfully ripped many dvds with mencoder, and subsequintly 
compressed them with mencoder as well. i jsut got two dvds, and they both 
seem to not want to rip. they both play jsut fine on my tv's dvd 
player...but with mencoder the ripping process slows to a crawl, and then 
halts when the process is at about 30%. when the process halts, i cant even 
kill mencoder. i first tried with a version of mencoder from cvs that was 
about a month old, then i jsut updated mplayer/mencoder from cvs as of dec31 
2002. same problem persists.

for one of the dvds, one time it ended with this: (the other times they jsut 
locked up mencoder, and i couldnt even kill mencoder)

...
Pos:1850.9s  44378f (25%)  15fps Trem: 141min 4666mb  A-V:-0.040 [4985:448]
Duplicate 1 frame(s)!!!
Pos:1851.0s  44380f (25%)  15fps Trem: 141min 4667mb  A-V:-0.041 [4985:448]
Duplicate 1 frame(s)!!!
Pos:1851.1s  44381f (25%)  15fps Trem: 142min 4665mb  A-V:-0.041 [4985:448]
Writing AVI index...
Fixing AVI header...

Video stream: 4985.828 kbit/s  (623228 bps)  size: 1153652276 bytes  
1851.091 secs  44381 frames

Audio stream:  448.000 kbit/s  (56000 bps)  size: 103712000 bytes  1852.000 
secs
[root <at> farrell riptemps]#
(Continue reading)

Bob Lockie | 1 Jan 2003 06:53
Picon

Re: help debugging why a DVD won't play

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
Bob Lockie wrote:

> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
>
> I have no idea where to begin looking into this.
> The "Lord Of The Rings: special extended edition, 4 disc" won't play.
>
>
> MPlayer CVS-021231-20:32-2.95.3 (C) 2000-2002 Arpad Gereoffy (see DOCS)
>
> CPU: Advanced Micro Devices Athlon TB Thunderbird (Family: 6, 
> Stepping: 2)
> CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
> Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx
>
> Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file 
> or directory
> Reading config file /root/.mplayer/config
> [cfg] read config file: /root/.mplayer/gui.conf
> Reading config file /root/.mplayer/gui.conf
> vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local 
> display)
> Reading /root/.mplayer/codecs.conf: can't open 
> '/root/.mplayer/codecs.conf': No such file or directory
> Reading /usr/local/etc/mplayer/codecs.conf: 49 audio & 126 video codecs
> Font /usr/local/share/mplayer/font/font.desc loaded successfully! (206 
> chars)
> Using Linux hardware RTC timing (1024Hz).
> Can't open input config file /root/.mplayer/input.conf : No such file 
(Continue reading)

Michael G Thomas | 1 Jan 2003 07:26

Re: MPlayer-users digest, Vol 1 #2106 - 10 msgs

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
mplayer-users-request <at> mplayerhq.hu wrote:

 >Playing mms://64.95.53.21/chessfm
 >> Connecting to server 64.95.53.21:80 ...
 >> Server return 400:Bad Request

seems the server doesn't like us

Indeed; so I tried with mplayer from cvs 20021231 and works beautifully

_______________________________________________
RTFM!!!  http://www.MPlayerHQ.hu/DOCS
Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
http://mplayerhq.hu/mailman/listinfo/mplayer-users


Gmane