From owner-freebsd-questions@FreeBSD.ORG Fri Jun 19 20:28:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2EB8106566C for ; Fri, 19 Jun 2009 20:28:32 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f221.google.com (mail-bw0-f221.google.com [209.85.218.221]) by mx1.freebsd.org (Postfix) with ESMTP id 48BC08FC23 for ; Fri, 19 Jun 2009 20:28:31 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz21 with SMTP id 21so16439bwz.43 for ; Fri, 19 Jun 2009 13:28:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=aUQCGxraifpvApyCXfO1aXL9GzPyLbe+9DmXJ0noTQA=; b=uy+pvEfNvfUECdzx1E/QPDc711MduQGtEBZgXG/A9IkMc4AzK3Q2g6PmvxbJ50AG9x UdvZMmd0Q1RjFxyYFCLK4zjw4Kp8PtuQZD4Vl/X/0HFtS6pWxIoWqNbP0LeQ4OqLEFTv fys84wmEq9+nZWXJBkvpij/i5xsemt+lF2p30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=QGB3ZLC5AxCCSSrq67lmMs6yxMeqmW5w+GcNz8IvWBY7g7LPAL17RkoLRqr8ur2FM6 5YYlW+b8x/H+x1kSrOhjtGTUl7uzUlpWrZYbUsTfssrdkCi/63xmgiSphijbEHwfZLax VJK69Q161Lrgp2x/LviCWHL/88d/8RpSd+6Kc= MIME-Version: 1.0 Received: by 10.204.59.76 with SMTP id k12mr2935439bkh.136.1245443310880; Fri, 19 Jun 2009 13:28:30 -0700 (PDT) In-Reply-To: References: <3a142e750906190808r559f2429vdbd5d3d84bbc19ec@mail.gmail.com> <3a142e750906191005p4acad738pd84cf185c2256fc8@mail.gmail.com> Date: Fri, 19 Jun 2009 22:28:30 +0200 Message-ID: <3a142e750906191328v4d1e5fd6m91b9dca20c1d7515@mail.gmail.com> From: "Paul B. Mahol" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: gmplayer cannot show video in xfce4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2009 20:28:34 -0000 On 6/19/09, Carmel NY wrote: > On Fri, 19 Jun 2009 19:05:13 +0200 > "Paul B. Mahol" wrote: > >> Not from console; from xterm. And if xv is not available, x11 is just >> fine(but slow). > > This is everything: > > MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team > CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (Family: 15, Model: 75, > Stepping: 2) > CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 > Compiled with runtime CPU detection. > > Playing Answer_Lady.mpg. > MPEG-PS file format detected. > VIDEO: MPEG2 320x240 (aspect 2) 25.000 fps 1379.2 kbps (172.4 kbyte/s) > ========================================================================== > Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough > VDec: vo config request - 320 x 240 (preferred colorspace: 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. > Try appending the scale filter to your filter list, > e.g. -vf spp,scale instead of -vf spp. > VDecoder init failed :( > Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b > Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) > ========================================================================== > ========================================================================== > Opening audio decoder: [mp3lib] MPEG layer-2, layer-3 > AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400) > Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3) > ========================================================================== > AO: [oss] 44100Hz 2ch s16le (2 bytes per sample) > Starting playback... > VDec: vo config request - 320 x 240 (preferred colorspace: Planar YV12) > VDec: using Planar YV12 as output csp (no 0) > Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. > VO: [xv] 320x240 => 320x240 Planar YV12 > New_Face failed. Maybe the font path is wrong. 2 ??% ??% ??,?% 0 0 > Please supply the text font file (~/.mplayer/subfont.ttf). > subtitle font: load_sub_face failed. > > > Now, the video did display and the audio is present. So why does it work > from an xterm display but not otherwise? And how gmplayer can have anything to do with hal? >From other perspective; gmplayer is no longer maintained and probably will be removed in future, users should switch to smplayer. -- Paul