[mythtv-users] mplayer?

jose rubio debian at nc.rr.com
Mon Apr 26 18:36:30 EDT 2004


sorry for the topposting...
Which ivtv version are you running?  Is your mplayer patched properly to
use the pvr-350?  You should probably follow the ivtv mailing list for a
while... bad news is that it's not so easy to have mplayer and ivtv to
play together...

-jose-

On Mon, 2004-04-26 at 13:29, MythTV wrote:
> Here is what it says.
> 
> MPlayer dev-CVS-040411-00:00-3.2.2 (C) 2000-2004 MPlayer Team
> 
> CPU: Intel Celeron Covington/Pentium II Deschutes,Tonga/Pentium II Xeon
> 334.6 MHz (Family: 6, Stepping: 2)
> Detected cache-line size is 32 bytes
> CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
> Reading config file /etc/mplayer/mplayer.conf
> Reading config file /var/lib/mythtv/.mplayer/config
> Reading /var/lib/mythtv/.mplayer/codecs.conf: 61 audio & 169 video codecs
> font: can't open file: /var/lib/mythtv/.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 /var/lib/mythtv/.mplayer/input.conf: No such
> file or directory
> Can't open input config file /etc/mplayer/input.conf: No such file or
> directory
> Falling back on default (hardcoded) input config
> Opening joystick device /dev/input/js0
> Can't open joystick device /dev/input/js0 : No such device
> Can't init input joystick
> Setting up LIRC support...
> mplayer: could not open config file /var/lib/mythtv/.lircrc
> mplayer: No such file or directory
> Failed to read LIRC config file ~/.lircrc.
> You will not be able to use your remote control.
> 
> Playing SNEAKERS.vob.
> MPEG-PS file format detected.
> VIDEO:  MPEG2  720x480  (aspect 3)  29.970 fps  7500.0 kbps (937.5 kbyte/s)
> ==========================================================================
> Opening audio decoder: [liba52] AC3 decoding with liba52
> No accelerated IMDCT transform found
> AC3: 2.0 (dolby)  48000 Hz  192.0 kbit/s
> Using MMX optimized resampler
> AUDIO: 48000 Hz, 2 ch, 16 bit (0x10), ratio: 24000->192000 (192.0 kbit)
> Selected audio codec: [a52] afm:liba52 (AC3-liba52)
> ==========================================================================
> ==========================================================================
> Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
> VDec: vo config request - 720 x 480 (preferred csp: Mpeg PES)
> Could not find matching colorspace - retrying with -vf scale...
> Opening video filter: [scale]
> The selected video_out device is incompatible with this codec.
> VDecoder init failed :(
> Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.3.1
> Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or 2 (libmpeg2))
> ==========================================================================
> Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
> AF_pre: af format: 2 bps, 2 ch, 48000 hz, little endian signed int
> AF_pre: 48000Hz 2ch Signed 16-bit (Little-Endian)
> alsa-init: requested format: 48000 Hz, 2 channels, Signed 16-bit
> (Little-Endian)
> alsa-init: no soundcards found: Success
> audio_setup: Can't open audio device /dev/dsp: No such device
> alsa-init: requested format: 48000 Hz, 2 channels, Signed 16-bit
> (Little-Endian)
> alsa-init: no soundcards found: Success
> AO: [arts] Connected to sound server
> AO: [arts] Stream opened
> AO: [arts] buffer size: 20480
> AO: [arts] packet size: 2048
> AO: [arts] 48000Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
> Building audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
> Starting playback...
> VDec: vo config request - 720 x 480 (preferred csp: Planar YV12)
> Could not find matching colorspace - retrying with -vf scale...
> Opening video filter: [scale]
> VDec: using Planar YV12 as output csp (no 0)
> Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
> SwScaler: reducing / aligning filtersize 5 -> 4
> SwScaler: reducing / aligning filtersize 5 -> 4
> SwScaler: reducing / aligning filtersize 1 -> 1
> SwScaler: reducing / aligning filtersize 5 -> 4
> 
> SwScaler: BICUBIC scaler, from Planar YV12 to BGR 32-bit using MMX
> VO: [fbdev2] 854x480 => 854x480 BGR 32-bit  [fs] [zoom]
> [fbdev2] Screensize is smaller than video size (640x480 < 854x480)
> FATAL: Cannot initialize video driver.
> 
> FATAL: Could not initialize video filters (-vf) or video output (-vo).
> 
> 
> 
> I changed the -vo xv to -vo fbdev2 as I use my pvr350 with TVOUT, so I think
> I just have to tweak the command line and then do it in Myth.
> 
> Also looks like  my sound card is not being detected anymore  :(
> 
> Thanks for the direction...
> 
> Jim
> 
> ----- Original Message ----- 
> From: "Nathan Nottingham" <nate at nottingham-tech.com>
> To: "'Discussion about mythtv'" <mythtv-users at mythtv.org>
> Sent: Monday, April 26, 2004 8:29 AM
> Subject: RE: [mythtv-users] mplayer?
> 
> 
> > > I tred running this from a the mythbox and no go:
> > >  player -fs -zoom -quiet -vo xv SNEAKERS.vob
> > >
> >
> >
> > I'm assuming you meant mplayer.
> >
> > Precede that with DISPLAY=:0.0
> >
> > DISPLAY=:0.0 mplayer -fs -zoom -quiet -vo xv SNEAKERS.vob
> >
> > This will start mplayer from ssh and show you any messages.
> >
> > - Nate
> >
> >
> >
> > > -----Original Message-----
> > > From: mythtv-users-bounces at mythtv.org
> > > [mailto:mythtv-users-bounces at mythtv.org] On Behalf Of MythTV
> > > Sent: Monday, April 26, 2004 12:56 AM
> > > To: Discussion about mythtv
> > > Subject: [mythtv-users] mplayer?
> > >
> > > I just added a DVD player to my mythbox and also move from a
> > > tower case to an Overature case.. Anyways I can not get
> > > Mplayer to work (right now I have no monitor hooked up just
> > > my 350 and TV out.
> > >
> > >
> > > I can rip a DVD so I know myth finds it..  Any site with
> > > details on getting mythdvd working properly?  maybe I need
> > > something else zine? oogle?
> > >
> > >
> > > I tred running this from a the mythbox and no go:
> > >  player -fs -zoom -quiet -vo xv SNEAKERS.vob
> > >
> > > if I run this from an SSH connection it runs and says it can
> > > not find display:0 or something (thats  a given so I thought
> > > I would just go on with VNC and run it and nothing/ <Maybe
> > > thats the problem?
> > >
> > >
> > > Thanks
> > >
> > >
> > > jim
> > >
> > > _______________________________________________
> > > mythtv-users mailing list
> > > mythtv-users at mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > >
> >
> >
> >
> 
> 
> ----------------------------------------------------------------------------
> ----
> 
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




More information about the mythtv-users mailing list