Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I need a tester! (involved mplayer)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
joseh
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2003
Posts: 89

PostPosted: Mon Jan 12, 2004 1:25 pm    Post subject: I need a tester! (involved mplayer) Reply with quote

Do this:

Code:
mplayer -v 'pnm://198.65.134.10/mg/mg100298.rm'


Report whether it works, what version of mplayer you're using (mplayer --version) and the mplayer output line:

Code:
PNM:// fd=(some number)


..Trying to resolve a problem and see if it's Gentoo related. Thanks!!
Back to top
View user's profile Send private message
lizardloop
Apprentice
Apprentice


Joined: 16 Mar 2003
Posts: 278

PostPosted: Mon Jan 12, 2004 1:44 pm    Post subject: Reply with quote

Worked fine.
Code:
bash-2.05b$ mplayer --version
MPlayer 1.0pre2-3.2.3 (C) 2000-2003 MPlayer Team

CPU: IDT/Centaur/VIA C3 Samuel 2 (WinChip C5B core)/C3 Ezra 801.3 MHz (Family: 6, Stepping: 8)
Detected cache-line size is 32 bytes
CPUflags:  MMX: 1 MMX2: 0 3DNow: 1 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX 3DNow

Reading config file /usr/share/mplayer/mplayer.conf
Reading config file /home/loop/.mplayer/config
You added '--' but no filenames presented!
bash-2.05b$

Code:
PNM:// fd=6
Back to top
View user's profile Send private message
joseh
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2003
Posts: 89

PostPosted: Mon Jan 12, 2004 2:14 pm    Post subject: Reply with quote

Thanks very much! Sorry I should have asked for more earlier.. what version of glibc are you using?

Can you paste the entire output around here? I have problems at this point:

Code:

...
Can't open input config file /home/jose/.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

Playing pnm://198.65.134.10/mg/MG010204.rm.
Resolving 198.65.134.10 for AF_INET6...
Couldn't resolve name for AF_INET6: 198.65.134.10
Connecting to server 198.65.134.10[198.65.134.10]:7070 ...
PNM:// fd=6
input_pnm: error while parsing headers.
input_pnm: failed to set up stream
Unable to open URL: pnm://198.65.134.10/mg/MG010204.rm
Option stream url: This URL doesn't have a hostname part.
File not found: 'mg/MG010204.rm'
Failed to open pnm://198.65.134.10/mg/MG010204.rm


[/code]
Back to top
View user's profile Send private message
kamilian
n00b
n00b


Joined: 23 Jun 2003
Posts: 59
Location: Sydney, Australia

PostPosted: Mon Jan 12, 2004 2:34 pm    Post subject: Reply with quote

I apologise if this is a bit long, but it worked fine here with the following:

Relevant parts of mplayer -ao arts -nocache 'pnm://198.65.134.10/mg/mg100298.rm' output:

Code:
MPlayer 1.0pre3-3.3.2 (C) 2000-2003 MPlayer Team

CPU: Intel Pentium 4/Xeon/Celeron Northwood 2667 MHz (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

Reading /usr/share/mplayer/codecs.conf: 61 audio & 169 video codecs
Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using Linux hardware RTC timing (1024Hz).
Input config file /usr/share/mplayer/input.conf parsed: 53 binds

Playing pnm://198.65.134.10/mg/mg100298.rm.
Connecting to server 198.65.134.10[198.65.134.10]:7070 ...
PNM:// fd=7
Cache size set to 0 KBytes
Connected to server: 198.65.134.10
REAL file format detected.
demux_real: invalid chunksize! (0)
skip_str: 16 bytes skipped
skip_str: 20 bytes skipped
skip_str: 16 bytes skipped
skip_str: 20 bytes skipped
skip_str: 4 bytes skipped
read_str: 4 bytes read
======= WAVE Format =======
Format Tag: 26995 (0x6973)
Channels: 1
Samplerate: 8000
avg byte/sec: 5000
Block align: 296
bits/sample: 16
cbSize: 10
Unknown extra header dump: [0] [0] [6] [0] [2] [0] [28] [1] [0] [0]
===========================
VIDEO:  RV13 [10003000,0000000D]  160x112  (aspect 0.00)  15.00 fps
Clip info:
 name: The McLaughlin Group - October 2, 1998
 author: Oliver Productions / FedNet
 copyright: 1998 Oliver Productions, Inc.
==========================================================================
Opening audio decoder: [realaud] RealAudio decoder
opening shared obj '/opt/RealPlayer9/Real/Codecs/sipr.so.6.0'
Audio codec: [2] 5 Kbps Voice
Audio bitrate: 5.000 kbit/s (625 bps)
AUDIO: 8000 Hz, 1 ch, 16 bit (0x10), ratio: 625->16000 (5.0 kbit)
Selected audio codec: [rasipr] afm:realaud (RealAudio Sipro)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffrv10] vfm:ffmpeg (FFmpeg RV10 decoder)
==========================================================================

I seem to get PNM:// fd=7 instead of PNM:// fd=6

System:

Code:
Gentoo Base System version 1.4.3.10
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r3, 2.6.0-gentoo)

_________________
May contain traces of nuts.
Back to top
View user's profile Send private message
joseh
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2003
Posts: 89

PostPosted: Mon Jan 12, 2004 3:01 pm    Post subject: Reply with quote

No problem at all. It looks like I am having a name resolution problem involving INET6. Assuming you've compiled your kernel and still have source linked correctly, what is the output of

Code:
grep -iE "inet6|v6" /usr/src/linux/.config


?
Back to top
View user's profile Send private message
joseh
Tux's lil' helper
Tux's lil' helper


Joined: 18 Dec 2003
Posts: 89

PostPosted: Mon Jan 12, 2004 3:08 pm    Post subject: Reply with quote

Also, what kernel source ebuild?
Back to top
View user's profile Send private message
lizardloop
Apprentice
Apprentice


Joined: 16 Mar 2003
Posts: 278

PostPosted: Mon Jan 12, 2004 3:43 pm    Post subject: Reply with quote

Code:
bash-2.05b# grep -iE "inet6|v6" /usr/src/linux/.config
# CONFIG_IPV6 is not set
CONFIG_IPV6_SCTP__=y
bash-2.05b#

Kernel is sys-kernel/mm-sorces-2.6.1-r1 with bootsplash patches.
Back to top
View user's profile Send private message
kamilian
n00b
n00b


Joined: 23 Jun 2003
Posts: 59
Location: Sydney, Australia

PostPosted: Tue Jan 13, 2004 12:18 am    Post subject: Reply with quote

I'm running gentoo-dev-sources-2.6.0 and get the same output as lizardloop.
_________________
May contain traces of nuts.
Back to top
View user's profile Send private message
Carlo
Developer
Developer


Joined: 12 Aug 2002
Posts: 3356

PostPosted: Tue Jan 13, 2004 1:05 am    Post subject: Reply with quote

works
2.4.22-gentoo-r2
PNM:// fd=5


Carlo
_________________
Please make sure that you have searched for an answer to a question after reading all the relevant docs.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum