diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-27 14:42:07 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-28 10:19:12 +0100 |
commit | 15f2cac018191ca291bdad33b07a291e084ae9af (patch) | |
tree | fc60bfa6ab03c5bf902e817f9258f10d4ac6f1fa | |
parent | f7fbb7ac9906ed895f53844e228f1d72fbac912b (diff) | |
download | ffmpeg-15f2cac018191ca291bdad33b07a291e084ae9af.tar.gz |
doc/ffserver: remove outdated troubleshoot entry about audio
-rw-r--r-- | doc/ffserver.texi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi index 7b6ff6e567..9c4703a028 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -111,17 +111,6 @@ them up, and off you go. @section Troubleshooting -@subsection I don't hear any audio, but video is fine. - -Maybe you didn't install LAME, or got your ./configure statement wrong. Check -the ffmpeg output to see if a line referring to MP3 is present. If not, then -your configuration was incorrect. If it is, then maybe your wiring is not -set up correctly. Maybe the sound card is not getting data from the right -input source. Maybe you have a really awful audio interface (like I do) -that only captures in stereo and also requires that one channel be flipped. -If you are one of these people, then export 'AUDIO_FLIP_LEFT=1' before -starting ffmpeg. - @subsection The audio and video lose sync after a while. Yes, they do. |