diff options
author | bircoph <bircoph@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-19 03:41:35 +0000 |
---|---|---|
committer | bircoph <bircoph@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-19 03:41:35 +0000 |
commit | f9d485488bf7a7c195a48ff47a94b7a82206a129 (patch) | |
tree | bbe6a8f775a91066722f188d760fb9c60282b078 /DOCS/xml/en | |
parent | 0d1c2982b09431c50668f9a295383bddddca9f19 (diff) |
Screen example for no audio problem is outdated:
The following MSGTR_* messages changed since then:
MSGTR_AO_OSS_CantOpenDev
MSGTR_CannotInitAO
MSGTR_NoSound
MSGTR_StartPlaying
Expamle is updated as appropriate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28657 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/faq.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 51ad9a1ed9..ab2eb35d02 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -693,10 +693,10 @@ you have to use <option>-ao alsa:device=dmix</option>. I have no sound when playing a video and get error messages similar to this one: <screen> AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) -audio_setup: Can't open audio device /dev/dsp: Device or resource busy -couldn't open/init audio device -> NOSOUND -Audio: no sound!!! -Start playing... +[AO OSS] audio_setup: Can't open audio device /dev/dsp: Device or resource busy +Could not open/initialize audio device -> no sound. +Audio: no sound +Starting playback... </screen> </para></question> <answer><para> |