ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Ruslan N. Balkin" <baron@dartel.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Сборка Mplayer
Date: Wed, 6 Nov 2002 23:28:44 +0300
Message-ID: <20021106232844.22272705.baron@dartel.ru> (raw)
In-Reply-To: <20021105193522.15200424.sbog@ukrpost.net>

[-- Attachment #1: Type: text/plain, Size: 1948 bytes --]

On Tue, 5 Nov 2002 19:35:22 +0200
Sasha wrote:

> On Tue, 05 Nov 2002 16:30:52 +0600
> Михаил Пожидаев <mspv@inbox.ru> wrote:
> 
> > Можно использовать ключ -disable-gcc-checking для configure.
> > После этого можно компилировать на том gcc, который есть.
> > У меня в Мастере gcc 2.96, этот способ работает нормально.
Не знаю, как у Вас, но я Mplayer собирал 2.96 gcc только 1 раз и больше так
не делал... У меня .mpg файлы иногда отображались в окошке 5x5 пикселей,
жутко по сравнению с MS media player показывались .avi... Стоило собрать
gcc 2.95 илм потом я собирал 3.0.2 и более поздними, как все стало
смотреться просто замечательно.
> Сделал так как Вы посоветовали, все получилось но при запуске
> файла avi приходится запускать с параметром -vo x11 только так
> видео работает, но звука нет 
> couldn't open/init audio device -> no sound
> Audio: no sound!!!
> Что ему еще не хватает?
Весьма вероятно, какая-либо из запущенных Вами программ обращается к
/dev/dsp. Посмотрите вывод команды
# fuser -v /dev/dsp
У меня он такой:
                     USER        PID ACCESS COMMAND
/dev/dsp             baron     26979 f....  esd
То есть Enlightenment Sound Demon (esd), процесс с PID 26979 работает с
устройством /dev/dsp.
Если я сделаю 
# fuser -k /dev/dsp
, то будут убиты все процессы, работающие с /dev/dsp, и устройство
освободится для использования MPlayer'ом.
Но есть и другой метод. Если /dev/dsp блокируется esd, то можно
использовать mplayer -ao sdl:esd, также есть sdl:alsa, sdl:oss, и, кажется,
sdl:arts. Если у Вас /dev/dsp блокируется arts, то можно попробовать
mplayer -ao arts. Если Вы используете драйверы ALSA без эмуляции OSS, то
mplayer -ao alsa9.
То есть Вы просто неверно указываете Mplayerу, каким методом воспроизводить
звук. "Конфиг" для Mplayer, который Вы просите дальше в триде, наверняка
Вам не подойдет, предпочтения у каждого свои :).

-- 
С уважением,
Балькин Руслан.

[-- Attachment #2: For security, this message has been digitally signed. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2002-11-06 20:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-04 17:08 Sasha Bogachyk
2002-11-04 17:18 ` Alexey N. Shananin
2002-11-05 10:30 ` Михаил Пожидаев
2002-11-05 17:35   ` Sasha Bogachyk
2002-11-05 19:31     ` Vitaly Lipatov
2002-11-05 22:28       ` Sasha Bogachyk
2002-11-06  9:51       ` Grigory Milev
2002-11-06 17:54         ` Sasha Bogachyk
2002-11-06 20:28     ` Ruslan N. Balkin [this message]
2002-11-08  6:36       ` Sasha Bogachyk
2002-11-08 10:50         ` Ruslan N. Balkin
2002-11-10 14:26         ` Дмитрий Зубов

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021106232844.22272705.baron@dartel.ru \
    --to=baron@dartel.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git