[FFmpeg-trac] #1872(FFserver:open): aac bitstream not in adts format and extradata missing
FFmpeg
trac at avcodec.org
Tue Dec 10 20:27:57 CET 2013
#1872: aac bitstream not in adts format and extradata missing
--------------------------------------+------------------------------------
Reporter: yogesh.tyagi | Owner:
Type: defect | Status: open
Priority: normal | Component: FFserver
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
--------------------------------------+------------------------------------
Changes (by saste):
* status: new => open
* reproduced: 0 => 1
Comment:
Reproducible with configuration:
{{{
Port 8090
BindAddress 0.0.0.0
MaxClients 100
MaxBandwidth 60000
CustomLog -
<Feed test.ffm>
File test.ffm
ACL allow localhost
</Feed>
<Stream test>
Feed test.ffm
AudioCodec aac
Format mpegts
NoVideo
</Stream>
<Stream status>
Format status
</Stream>
}}}
{{{
ffserver -f ffserver.test.conf
ffmpeg -re -i INPUT -vn -c:a aac -strict experimental -flags:a
-global_header -override_ffserver http://localhost:8090/test.ffm
ffplay http://localhost:8090/test
}}}
If I change the AAC encoder (to libfdk_aac or libfaac) the problem is not
reproducible. If -flags:a
+global_header is specified it works fine.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/1872#comment:7>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list