#44242 closed defect (worksforme)
mplayer-devel hangs with white screen
Reported by: | jchauvel@… | Owned by: | acho@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.1 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | mplayer-devel |
Description
Summary of the bug:
When a video is played it shows a white screen and plays the first fraction of a second of the video's audio and then hangs.
I've installed mplayer on OS X (Mavericks) via macport's mplayer-devel package. The package is installed with the following variants:
mplayer-devel @36449_4+a52+aa+caca+dirac+dts+esd+fribidi+live+mencoder_extras+mng+noappleremote+nodvd+osd+sdl+smb+speex+x11
How to reproduce:
% mplayer -vo corevideo movie.mkv MPlayer UNKNOWN-4.2.1 (C) 2000-2013 MPlayer Team 205 audio & 430 video codecs Playing movie.mkv. libavformat version 55.17.100 (internal) libavformat file format detected. [lavf] stream 0: video (h264), -vid 0 [lavf] stream 1: audio (ac3), -aid 0 VIDEO: [H264] 1280x720 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s) Clip info: creation_time: 2014-04-14 02:18:21 Load subtitles in ./ SUB: Added subtitle file (1): ./movie.srt ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family libavcodec version 55.31.101 (internal) Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) ========================================================================== ========================================================================== Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 48000 Hz, 2 ch, floatle, 384.0 kbit/12.50% (ratio: 48000->384000) Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3) ========================================================================== AO: [coreaudio] 48000Hz 2ch floatle (4 bytes per sample) Starting playback... Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] Movie-Aspect is undefined - no prescaling applied. [swscaler @ 0x10db274b0]BICUBIC scaler, from yuv420p to yuyv422 using MMXEXT VO: [corevideo] 1280x720 => 1280x720 Packed YUY2 [ASPECT] Warning: No suitable new res found!
I've already posted a new ticket in https://trac.mplayerhq.hu/ticket/2195
Change History (4)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | acho@… openmaintainer@… removed |
---|---|
Keywords: | corevideo removed |
Owner: | changed from macports-tickets@… to acho@… |
comment:2 Changed 10 years ago by jchauvel@…
comment:3 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by neverpanic (Clemens Lang)
Just for the record: That's usually caused by font loading. Attach to the process with opensnoop
(e.g. using the -n
flag) to see some progress while it does that.
Note: See
TracTickets for help on using
tickets.
it works now.