#4967: ffserver - audio libopus works, libvorbis not
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  peterschneider91                   |                 Priority:  important
               Status:  new          |                  Version:  git-
            Component:  ffserver     |  master
             Keywords:  ffserver     |               Blocked By:
  libvorbis libopus audio codec      |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Only change from my exciting ffserver config file (webm container, vp8
 video codec) the audiocodec to "libvorbis" and ffmpeg fails:

 {{{
 av_interleaved_write_frame(): Connection reset by peer
 av_interleaved_write_frame(): Connection reset by peer
 No more output streams to write to, finishing.
 av_interleaved_write_frame(): Connection reset by peer
 }}}

 With the same (!) ffserver configuration file; only change the audiocodec
 from "libvorbis" to "libopus" and the same ffmpeg command, it works fine
 without erros.

 {{{
 frame=   33 fps=0.0 q=0.0 size=     188kB time=00:00:01.43
 bitrate=1074.4kbits/s dup=19 drop=0
 frame=   59 fps= 58 q=0.0 size=     332kB time=00:00:02.43
 bitrate=1117.6kbits/s dup=19 drop=0
 }}}

 The two error logs form ffmpeg are attached.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4967>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to